mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-15 19:41:47 +00:00
Remove hard-coded pointers in several files (#186)
* fix hard-coded pointers in code_800DACC0.data.s * fix hard coded pointer in code_800E11F0.data.s * fix hard coded pointers in code_800EC960.data.s * remove fixed pointers in code_800F7260.data.s * fix hard coded pointers in code_800F9280.data.s * remove accidental comment * fix hard coded jump table in Camera_Unique9.s
This commit is contained in:
parent
d6fc300ed2
commit
c78d93ad78
11 changed files with 584 additions and 364 deletions
|
@ -28,7 +28,13 @@ glabel D_801333A4
|
|||
.incbin "baserom.z64", 0xBAA544, 0x4
|
||||
|
||||
glabel D_801333A8
|
||||
.incbin "baserom.z64", 0xBAA548, 0x1C
|
||||
.word D_8016BAD0
|
||||
.word D_8016BC80
|
||||
.word D_8016BEC0
|
||||
.word D_8016C2E0
|
||||
.word D_8016C6A0
|
||||
.word D_8016C820
|
||||
.word D_8016C8B0
|
||||
|
||||
glabel D_801333C4
|
||||
.incbin "baserom.z64", 0xBAA564, 0x8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue