mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2024-12-28 15:20:30 +00:00
8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
|
__start = 0x80000000;
|
||
|
/* TODO pull these symbols from the elf file directly */
|
||
|
Player_PostLimbDrawGameplay = 0x80128BD0;
|
||
|
Player_DrawImpl = 0x801246F4;
|
||
|
gRegEditor = 0x801f3f60;
|
||
|
play_sound = 0x8019f0c8;
|
||
|
gSaveContext = 0x801ef670;
|