diff options
| author | Pokeglitch <pokeglitchx@gmail.com> | 2018-07-28 15:51:17 -0400 |
|---|---|---|
| committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-07-28 15:51:17 -0400 |
| commit | ae2c1036ea1fa42d437f6291da673367b1f0ea4c (patch) | |
| tree | 182286969197b469b4fccbc20fa5d96194c2de2a /main.asm | |
| parent | Merge pull request #187 from Rangi42/master (diff) | |
| download | pokeyellow-ae2c1036ea1fa42d437f6291da673367b1f0ea4c.tar.gz pokeyellow-ae2c1036ea1fa42d437f6291da673367b1f0ea4c.tar.xz pokeyellow-ae2c1036ea1fa42d437f6291da673367b1f0ea4c.zip | |
Fixed some map header files
Diffstat (limited to 'main.asm')
| -rwxr-xr-x | main.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
