summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-02-18 20:04:15 -0800
committerMarcus Huderle <huderlem@gmail.com>2015-02-18 20:04:15 -0800
commitce0a9e90d53e2d3cf82e2efdfccc75ba49d919bd (patch)
treed5ec3971659eb122744c717ca4a70d0fb3b8b6ac /main.asm
parente59d178bef18886c11b6f4a6724a0dc4527a2faf (diff)
Dump option menu tilemap.
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm7
1 files changed, 6 insertions, 1 deletions
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]