move unknown bin data to unknown unused folder

This commit is contained in:
DizzyEggg 2025-07-20 11:16:11 +02:00
parent add8634ffc
commit 4efcaa5486
4 changed files with 12 additions and 0 deletions

Binary file not shown.

6
data/unk_9D02950.s Normal file
View File

@ -0,0 +1,6 @@
.section .rodata
.align 2
.if MODERN == 0
.incbin "data/unknown_unused/unk_9D02950.bin"
.endif

Binary file not shown.

View File

@ -1041,6 +1041,12 @@ SECTIONS {
src/ground_map_files_9.o(.rodata);
src/ground_map_files_10.o(.rodata);
} > ROM =0
unk_9D02950_section :
ALIGN(4)
{
data/unk_9D02950.o(.rodata);
} > ROM =0
ornament_sbin_section :
ALIGN(4)