1
0
Fork 0
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:
Roman971 2020-04-22 19:44:11 +02:00 committed by GitHub
parent 3c440ef7f1
commit 26b8e77f99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 126 additions and 114 deletions

View file

@ -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