mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 01:10:33 +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
|
@ -10,7 +10,7 @@
|
|||
.balign 16
|
||||
|
||||
glabel D_801304D0
|
||||
.incbin "baserom.z64", 0xBA7670, 0x4
|
||||
.word osEPiStartDma
|
||||
|
||||
glabel D_801304D4
|
||||
.incbin "baserom.z64", 0xBA7674, 0x4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue