extra global data

This commit is contained in:
Henny022p 2021-02-26 23:08:05 +01:00
parent 1ffa1f4eb6
commit abf4ecce50
3 changed files with 7 additions and 1 deletions

View File

@ -10302,4 +10302,3 @@ gUnk_08DE7D18:: @ 08DE7D18
gUnk_08DE7D28:: @ 08DE7D28
.incbin "baserom.gba", 0xDE7D28, 0x0000018

6
data/data_08DE7D58.s Normal file
View File

@ -0,0 +1,6 @@
.section .rodata
.align 2
gUnk_08DE7D58:: @ 08DE7D58
.incbin "baserom.gba", 0xDE7D58, 0x000004c

View File

@ -1034,6 +1034,7 @@ SECTIONS {
data/sprite_table.o(.rodata);
data/data_089FC6C4.o(.rodata);
src/code_080B1520.o(.rodata);
data/data_08DE7D58.o(.rodata);
} >rom
/* DWARF 2 sections */