mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-07 15:15:05 +01:00
14 lines
410 B
Plaintext
14 lines
410 B
Plaintext
__start = 0x80000000;
|
|
|
|
/* Dummy addresses that get recompiled into function calls */
|
|
recomp_get_item_inputs = 0x81000000;
|
|
|
|
/* TODO pull these symbols from the elf file directly */
|
|
Player_PostLimbDrawGameplay = 0x80128BD0;
|
|
Player_DrawImpl = 0x801246F4;
|
|
gRegEditor = 0x801f3f60;
|
|
Audio_PlaySfx = 0x8019f0c8;
|
|
gSaveContext = 0x801ef670;
|
|
Interface_SetHudVisibility = 0x8010ef68;
|
|
Player_GetItemOnButton = 0x8012364C;
|