2023-11-11 22:42:07 +00:00
|
|
|
__start = 0x80000000;
|
2023-11-12 19:47:38 +00:00
|
|
|
|
|
|
|
/* Dummy addresses that get recompiled into function calls */
|
|
|
|
recomp_get_item_inputs = 0x81000000;
|
2023-11-24 22:10:21 +00:00
|
|
|
recomp_puts = 0x81000004;
|
2023-12-01 15:56:20 +00:00
|
|
|
recomp_get_camera_inputs = 0x81000008;
|
2023-12-27 22:56:26 +00:00
|
|
|
recomp_exit = 0x8100000C;
|
2024-01-13 06:39:08 +00:00
|
|
|
recomp_handle_quicksave_actions = 0x81000010;
|
|
|
|
recomp_handle_quicksave_actions_main = 0x81000014;
|
|
|
|
osRecvMesg_recomp = 0x81000018;
|
|
|
|
osSendMesg_recomp = 0x8100001C;
|