diff --git a/data/map_bg/W06m.bma b/data/map_bg/W06m.bma index e564c84ba..c7359f427 100644 Binary files a/data/map_bg/W06m.bma and b/data/map_bg/W06m.bma differ diff --git a/data/unk_9D02950.s b/data/unk_9D02950.s new file mode 100644 index 000000000..6dce53be1 --- /dev/null +++ b/data/unk_9D02950.s @@ -0,0 +1,6 @@ +.section .rodata + +.align 2 +.if MODERN == 0 +.incbin "data/unknown_unused/unk_9D02950.bin" +.endif diff --git a/data/unknown_unused/unk_9D02950.bin b/data/unknown_unused/unk_9D02950.bin new file mode 100644 index 000000000..00d346c48 Binary files /dev/null and b/data/unknown_unused/unk_9D02950.bin differ diff --git a/ld_script.ld b/ld_script.ld index 79ce7419c..da28bcc5f 100755 --- a/ld_script.ld +++ b/ld_script.ld @@ -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)