mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-21 17:46:39 -05:00
move unknown bin data to unknown unused folder
This commit is contained in:
parent
add8634ffc
commit
4efcaa5486
Binary file not shown.
6
data/unk_9D02950.s
Normal file
6
data/unk_9D02950.s
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.section .rodata
|
||||
|
||||
.align 2
|
||||
.if MODERN == 0
|
||||
.incbin "data/unknown_unused/unk_9D02950.bin"
|
||||
.endif
|
||||
BIN
data/unknown_unused/unk_9D02950.bin
Normal file
BIN
data/unknown_unused/unk_9D02950.bin
Normal file
Binary file not shown.
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user