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;
|