mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-01-01 09:00:34 +00:00
6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
__start = 0x80000000;
|
|
|
|
/* Dummy addresses that get recompiled into function calls */
|
|
recomp_get_item_inputs = 0x81000000;
|
|
recomp_puts = 0x81000004;
|