summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgfx/tilemaps/option_menu.mapbin0 -> 576 bytes
-rwxr-xr-xmain.asm7
2 files changed, 6 insertions, 1 deletions
diff --git a/gfx/tilemaps/option_menu.map b/gfx/tilemaps/option_menu.map
new file mode 100755
index 0000000..ee97896
--- /dev/null
+++ b/gfx/tilemaps/option_menu.map
Binary files differ
diff --git a/main.asm b/main.asm
index 03c6893..ac3819f 100755
--- a/main.asm
+++ b/main.asm
@@ -2742,7 +2742,12 @@ INCBIN "baserom.gbc",$bc000,$c0000 - $bc000 ; 0xbc000
SECTION "bank30", ROMX, BANK[$30]
-INCBIN "baserom.gbc",$c0000,$c4000 - $c0000 ; 0xc0000
+INCBIN "baserom.gbc",$c0000,$c3800 - $c0000 ; 0xc0000
+
+OptionMenuTilemap: ; 0xc3800
+ INCBIN "gfx/tilemaps/option_menu.map"
+
+INCBIN "baserom.gbc",$c3a40,$c4000 - $c3a40 ; 0xc3a40
SECTION "bank31", ROMX, BANK[$31]