mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-07 15:15:05 +01:00
12 lines
374 B
Plaintext
12 lines
374 B
Plaintext
__start = 0x80000000;
|
|
|
|
/* Dummy addresses that get recompiled into function calls */
|
|
recomp_get_item_inputs = 0x81000000;
|
|
recomp_puts = 0x81000004;
|
|
recomp_get_camera_inputs = 0x81000008;
|
|
recomp_exit = 0x8100000C;
|
|
recomp_handle_quicksave_actions = 0x81000010;
|
|
recomp_handle_quicksave_actions_main = 0x81000014;
|
|
osRecvMesg_recomp = 0x81000018;
|
|
osSendMesg_recomp = 0x8100001C;
|