2023-11-11 23:42:07 +01:00
|
|
|
__start = 0x80000000;
|
2023-11-12 20:47:38 +01:00
|
|
|
|
2024-03-02 00:42:05 +01:00
|
|
|
/* Static symbols that aren't in the elf */
|
|
|
|
sSceneEntranceTable = 0x801C5720;
|
|
|
|
|
2023-11-12 20:47:38 +01:00
|
|
|
/* Dummy addresses that get recompiled into function calls */
|
2024-01-15 04:49:04 +01:00
|
|
|
recomp_puts = 0x81000000;
|
|
|
|
recomp_exit = 0x81000004;
|
|
|
|
recomp_handle_quicksave_actions = 0x81000008;
|
|
|
|
recomp_handle_quicksave_actions_main = 0x8100000C;
|
|
|
|
osRecvMesg_recomp = 0x81000010;
|
|
|
|
osSendMesg_recomp = 0x81000014;
|
2024-01-23 05:08:59 +01:00
|
|
|
recomp_get_gyro_deltas = 0x81000018;
|
2024-02-18 04:12:23 +01:00
|
|
|
recomp_get_aspect_ratio = 0x8100001C;
|
2024-03-02 00:42:05 +01:00
|
|
|
recomp_get_pending_warp = 0x81000020;
|
2024-03-03 08:36:14 +01:00
|
|
|
recomp_powf = 0x81000024;
|
|
|
|
recomp_get_target_framerate = 0x81000028;
|