mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 00:00:44 +00:00
Check disasm metadata for missed renames (#2069)
* Check disasm metadata (look for symbols in metadata that no longer exist, indicating renames but the metadata was not updated) * -us.z64 * Update disasm metadata with renamed functions in #2057 * sort IGNORE_NTSC_1_2_SYMS_MISSING
This commit is contained in:
parent
68818044db
commit
7592bf1e42
4 changed files with 110 additions and 9 deletions
|
@ -3268,15 +3268,15 @@ func_80832564 = 0x80830530; // type:func
|
|||
func_80832594 = 0x80830568; // type:func
|
||||
func_80832630 = 0x80830608; // type:func
|
||||
Player_RequestRumble = 0x80830624; // type:func
|
||||
func_80832698 = 0x80830670; // type:func
|
||||
Player_PlayVoiceSfx = 0x80830670; // type:func
|
||||
func_808326F0 = 0x808306D0; // type:func
|
||||
func_8083275C = 0x8083073C; // type:func
|
||||
func_80832770 = 0x80830758; // type:func
|
||||
func_808327A4 = 0x80830790; // type:func
|
||||
func_808327C4 = 0x808307B8; // type:func
|
||||
func_808327F8 = 0x808307F0; // type:func
|
||||
func_80832854 = 0x8083084C; // type:func
|
||||
func_808328A0 = 0x80830898; // type:func
|
||||
Player_ApplyFloorSfxOffset = 0x8083073C; // type:func
|
||||
Player_PlayFloorSfx = 0x80830758; // type:func
|
||||
Player_ApplyFloorAndAgeSfxOffsets = 0x80830790; // type:func
|
||||
Player_PlayFloorSfxByAge = 0x808307B8; // type:func
|
||||
Player_PlaySteppingSfx = 0x808307F0; // type:func
|
||||
Player_PlayJumpingSfx = 0x8083084C; // type:func
|
||||
Player_PlayLandingSfx = 0x80830898; // type:func
|
||||
func_808328EC = 0x808308E4; // type:func
|
||||
Player_ProcessAnimSfxList = 0x80830918; // type:func
|
||||
Player_AnimChangeOnceMorph = 0x80830B00; // type:func
|
||||
|
|
|
@ -3,7 +3,7 @@ gActorOverlayTable = 0x800E8B70; // size:0x3AE0
|
|||
gMaxActorId = 0x800EC650; // size:0x4
|
||||
sJpegTask = 0x800F1BB0; // size:0x40 type:OSTask
|
||||
gSramSlotOffsets = 0x800FC550; // size:0xC type:u16
|
||||
Player_InitVars = 0x800FCB80; // size:0x20
|
||||
Player_Profile = 0x800FCB80; // size:0x20
|
||||
gKaleidoMgrOverlayTable = 0x800FEAD0; // size:0x38 type:KaleidoMgrOverlay
|
||||
gScreenWidth = 0x800FEB50; // size:0x4 type:s32
|
||||
gScreenHeight = 0x800FEB54; // size:0x4 type:s32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue