mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-13 02:10:57 +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,13 +10,15 @@
|
|||
.balign 16
|
||||
|
||||
glabel gWaveSamples
|
||||
.incbin "baserom.z64", 0xBA6230, 0x8
|
||||
|
||||
glabel D_8012F098
|
||||
.incbin "baserom.z64", 0xBA6238, 0x18
|
||||
|
||||
glabel D_8012F0B0
|
||||
.incbin "baserom.z64", 0xBA6250, 0x4
|
||||
.word D_8012E090
|
||||
.word D_8012E290
|
||||
.word D_8012E490
|
||||
.word D_8012E690
|
||||
.word D_8012E890
|
||||
.word D_8012EA90
|
||||
.word D_8012EC90
|
||||
.word D_8012EE90
|
||||
.word D_8012EE90
|
||||
|
||||
glabel D_8012F0B4
|
||||
.incbin "baserom.z64", 0xBA6254, 0x200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue