1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-20 14:01:15 +00:00

[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
This commit is contained in:
cadmic 2025-01-10 09:47:55 -08:00 committed by GitHub
parent 26f91bd3bb
commit e4ad4e5eee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 83 additions and 70 deletions

View file

@ -5,7 +5,7 @@ offset,vram,.text
4D0,80000920,src/boot/z_std_dma
B50,80000FA0,src/boot/inflate
2830,80002C80,src/boot/z_locale
2870,80002CC0,src/boot/is_debug
2870,80002CC0,src/boot/is_debug_ique
2890,80002CE0,src/boot/driverominit
2A70,80002EC0,src/boot/mio0
2B20,80002F70,src/libu64/stackcheck

1 offset vram .text
5 4D0 80000920 src/boot/z_std_dma
6 B50 80000FA0 src/boot/inflate
7 2830 80002C80 src/boot/z_locale
8 2870 80002CC0 src/boot/is_debug src/boot/is_debug_ique
9 2890 80002CE0 src/boot/driverominit
10 2A70 80002EC0 src/boot/mio0
11 2B20 80002F70 src/libu64/stackcheck