summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2014-10-17 09:01:48 -0600
committerIIMarckus <iimarckus@gmail.com>2014-10-17 09:01:48 -0600
commit60bc4b9b9b9ed7c03e549a39d4f29998e951b01f (patch)
tree7cadfe084a80c03da5b5a0f9d92defa65c5ff194 /main.asm
parent7db2fe99f83e196a92bd3dab2e4c6b8c7b191682 (diff)
Fix Route 19 for Yellow.
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.asm b/main.asm
index e0f3ac2f..2423d139 100755
--- a/main.asm
+++ b/main.asm
@@ -5965,7 +5965,11 @@ Route17Blocks: INCBIN "maps/route17.blk"
INCLUDE "data/mapHeaders/route19.asm"
INCLUDE "data/mapObjects/route19.asm"
+IF DEF(_YELLOW)
+Route19Blocks: INCBIN "maps/route19-yellow.blk"
+ELSE
Route19Blocks: INCBIN "maps/route19.blk"
+ENDC
INCLUDE "data/mapHeaders/route21.asm"
INCLUDE "data/mapObjects/route21.asm"