summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-11-05 12:55:11 -0500
committerGitHub <noreply@github.com>2018-11-05 12:55:11 -0500
commitf386dea5d8cb816f3cbc941e81e8acdaae710a99 (patch)
treeec7bcfdc29df28728b4ed27da125dbffd8f2f9c1 /main.asm
parentb250e788bd343d40014100bcca32299093745e98 (diff)
parent9b6f57832eac84e602d38179651027bae450b54f (diff)
Merge pull request #190 from Pokeglitch/master
Fixed some map header files
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.asm b/main.asm
index 065700da..72cd7210 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"
@@ -394,6 +395,7 @@ INCLUDE "scripts/school.asm"
INCLUDE "data/mapObjects/school.asm"
INCLUDE "data/mapHeaders/viridianhouse.asm"
+ db $0
INCLUDE "scripts/viridianhouse.asm"
INCLUDE "data/mapObjects/viridianhouse.asm"