mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 06:52:03 +00:00
First proper commit.
This commit is contained in:
parent
be78236d36
commit
087f561f77
14086 changed files with 1200489 additions and 1 deletions
22
data/overlays/actors/z_en_yukabyun.data.s
Normal file
22
data/overlays/actors/z_en_yukabyun.data.s
Normal file
|
@ -0,0 +1,22 @@
|
|||
.include "macro.inc"
|
||||
|
||||
# assembler directives
|
||||
.set noat # allow manual use of $at
|
||||
.set noreorder # don't insert nops after branches
|
||||
.set gp=64 # allow use of 64-bit general purposee registers
|
||||
|
||||
.section .data
|
||||
|
||||
glabel En_Yukabyun_InitVars
|
||||
.word 0x006B0500, 0x00000010, 0x005F0000, 0x000001A0
|
||||
.word EnYukabyun_Init
|
||||
.word EnYukabyun_Destroy
|
||||
.word EnYukabyun_Update
|
||||
.word EnYukabyun_Draw
|
||||
glabel D_80B43F30
|
||||
.word 0x0A11093D, 0x10010000, 0x00000000, 0xFFCFFFFF, 0x00040000, 0xFFCFFFFF, 0x00000000, 0x09010100, 0x001C0008, 0x00000000, 0x00000000
|
||||
glabel D_80B43F5C
|
||||
.word 0xC0500001, 0x304C0010
|
||||
glabel D_80B43F64
|
||||
.word 0x06000AF0, 0x06000000, 0x00000000
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue