2023-11-11 23:42:07 +01:00
|
|
|
__start = 0x80000000;
|
2023-11-12 20:47:38 +01:00
|
|
|
|
|
|
|
/* Dummy addresses that get recompiled into function calls */
|
|
|
|
recomp_get_item_inputs = 0x81000000;
|
2023-11-24 23:10:21 +01:00
|
|
|
recomp_puts = 0x81000004;
|
2023-11-12 20:47:38 +01:00
|
|
|
|
2023-11-11 23:42:07 +01:00
|
|
|
/* TODO pull these symbols from the elf file directly */
|
|
|
|
Player_PostLimbDrawGameplay = 0x80128BD0;
|
|
|
|
Player_DrawImpl = 0x801246F4;
|
|
|
|
gRegEditor = 0x801f3f60;
|
2023-11-12 20:47:38 +01:00
|
|
|
Audio_PlaySfx = 0x8019f0c8;
|
2023-11-11 23:42:07 +01:00
|
|
|
gSaveContext = 0x801ef670;
|
2023-11-12 20:47:38 +01:00
|
|
|
Interface_SetHudVisibility = 0x8010ef68;
|
2023-11-24 23:10:21 +01:00
|
|
|
PadMgr_GetInput = 0x80175f98;
|
|
|
|
Inventory_GetBtnBItem = 0x8012ec80;
|
|
|
|
gItemSlots = 0x801c2078;
|
|
|
|
_Printf = 0x8008e050;
|