aboutsummaryrefslogtreecommitdiffstats
path: root/main.asm
diff options
context:
space:
mode:
authorPokeglitch <pokeglitchx@gmail.com>2018-07-28 15:51:17 -0400
committerPokeglitch <pokeglitchx@gmail.com>2018-07-28 15:51:17 -0400
commitae2c1036ea1fa42d437f6291da673367b1f0ea4c (patch)
tree182286969197b469b4fccbc20fa5d96194c2de2a /main.asm
parentMerge pull request #187 from Rangi42/master (diff)
downloadpokeyellow-ae2c1036ea1fa42d437f6291da673367b1f0ea4c.tar.gz
pokeyellow-ae2c1036ea1fa42d437f6291da673367b1f0ea4c.tar.xz
pokeyellow-ae2c1036ea1fa42d437f6291da673367b1f0ea4c.zip
Fixed some map header files
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.asm b/main.asm
index 065700da..3309bef0 100755
--- a/main.asm
+++ b/main.asm
@@ -275,6 +275,7 @@ INCLUDE "data/mapObjects/viridiancity.asm"
ViridianCityBlocks: INCBIN "maps/viridiancity.blk"
INCLUDE "data/mapHeaders/pewtercity.asm"
+ db $0
INCLUDE "data/mapObjects/pewtercity.asm"
PewterCityBlocks: INCBIN "maps/pewtercity.blk"