mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +00:00
First proper commit.
This commit is contained in:
parent
be78236d36
commit
087f561f77
14086 changed files with 1200489 additions and 1 deletions
28
data/overlays/actors/z_en_changer.data.s
Normal file
28
data/overlays/actors/z_en_changer.data.s
Normal file
|
@ -0,0 +1,28 @@
|
|||
.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_Changer_InitVars
|
||||
.word 0x01550600, 0x00000000, 0x00010000, 0x0000016C
|
||||
.word EnChanger_Init
|
||||
.word EnChanger_Destroy
|
||||
.word EnChanger_Update
|
||||
.word 0x00000000
|
||||
glabel D_809D30A0
|
||||
.word 0x00000000, 0x00000000, 0x00000000, 0xC2C80000, 0x41A00000, 0xC3750000, 0xC2C80000, 0x41A00000, 0xC42B4000, 0xC2C80000, 0x41A00000, 0xC48CA000, 0xC2C80000, 0x41A00000, 0xC4C3A000, 0xC2C80000, 0x41A00000, 0xC4FAA000
|
||||
glabel D_809D30E8
|
||||
.word 0x00000000, 0x00000000, 0x00000000, 0x430C0000, 0x41A00000, 0xC3750000, 0x430C0000, 0x41A00000, 0xC42B4000, 0x430C0000, 0x41A00000, 0xC48CA000, 0x430C0000, 0x41A00000, 0xC4C3A000, 0x430C0000, 0x41A00000, 0xC4FAA000
|
||||
glabel D_809D3130
|
||||
.word 0x00000000, 0x00000072, 0x00000072, 0x00000073, 0x00000073, 0x00000074
|
||||
glabel D_809D3148
|
||||
.word 0x00000000, 0x00000008, 0x00000008, 0x00000009, 0x00000009, 0x0000000A
|
||||
glabel D_809D3160
|
||||
.word 0x00000000, 0x00000002, 0x00000004, 0x00000006, 0x00000008
|
||||
glabel D_809D3174
|
||||
.word 0x0000000A, 0x00000000, 0x00000000
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue