1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-01-16 13:36:57 +00:00
oot/undefined_syms.txt
cadmic e4ad4e5eee
[iQue] Match remaining src/boot files (#2417)
* [iQue] Match remaining src/boot files

* Fix debug ROM

* Use -funsigned-char

* Sort ique before gc in LNx macros
2025-01-10 18:47:55 +01:00

26 lines
548 B
Text

// z_kankyo, z_demo_kankyo, z_en_viewer, z_object_kankyo, z_eff_ss_dead_dd
D_01000000 = 0x01000000;
// code_800AD920
D_0E000000 = 0x0E000000;
// z_vismono
D_0F000000 = 0x0F000000;
// z_bg_mjin
D_06000000 = 0x06000000;
#if PLATFORM_IQUE
gzip_decompress = 0x80002C3C;
__divdi3 = 0x80008010;
__moddi3 = 0x800085F0;
__udivdi3 = 0x80008B80;
__umoddi3 = 0x800090F0;
__cmpdi2 = 0x80009600;
__floatdidf = 0x80009650;
__floatdisf = 0x800096A0;
__fixunsdfdi = 0x80009760;
__fixdfdi = 0x80009960;
__fixunssfdi = 0x800099D0;
__fixsfdi = 0x80009BD0;
#endif