mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 23:41:24 +00:00
Fix ROM and function pointers in overlays (#88)
* Fix ROM pointers in overlays ROM pointers are fewer but much harder to find so hopefully this is all of them. * Fix function pointers in overlay data
This commit is contained in:
parent
3c440ef7f1
commit
26b8e77f99
9 changed files with 126 additions and 114 deletions
|
@ -25,7 +25,7 @@ glabel D_80B2CFB0
|
|||
.word func_80B2A300
|
||||
.word func_80B2A448
|
||||
glabel D_80B2CFC0
|
||||
.word 0x00000000, 0x8002B5EC, 0x8002B644
|
||||
.word 0x00000000, ActorShadow_DrawFunc_Circle, ActorShadow_DrawFunc_Squiggly
|
||||
glabel D_80B2CFCC
|
||||
.word 0x00000000
|
||||
glabel D_80B2CFD0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue