diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-28 17:16:06 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-28 17:16:06 -0400 |
| commit | 40fce3a7d2959eaa2eaf38b3b9ff2bfc583c6e8d (patch) | |
| tree | 50d85c2eb1c07d94f8390b86942055ebf8107be9 /main.asm | |
| parent | Oaks Lab rewrite part 5 (finish) (diff) | |
| download | pokeyellow-40fce3a7d2959eaa2eaf38b3b9ff2bfc583c6e8d.tar.gz pokeyellow-40fce3a7d2959eaa2eaf38b3b9ff2bfc583c6e8d.tar.xz pokeyellow-40fce3a7d2959eaa2eaf38b3b9ff2bfc583c6e8d.zip | |
Viridian pokecenter
Diffstat (limited to 'main.asm')
| -rwxr-xr-x | main.asm | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -696,14 +696,28 @@ INCLUDE "data/mapHeaders/lavendertown.asm" INCLUDE "data/mapObjects/lavendertown.asm" LavenderTownBlocks: INCBIN "maps/lavendertown.blk" - dr $440df,$4410b +ViridianPokecenterBlocks: +PewterPokecenterBlocks: +CeruleanPokecenterBlocks: +VermilionPokecenterBlocks: +SaffronPokecenterBlocks: +LavenderPokecenterBlocks: +CeladonPokecenterBlocks: +FuchsiaPokecenterBlocks: +CinnabarPokecenterBlocks: +MtMoonPokecenterBlocks: +RockTunnelPokecenterBlocks: +INCBIN "maps/viridianpokecenter.blk" + dr $440fb,$4410b INCLUDE "scripts/lavendertown.asm" - ; dr $440df,$44169 INCLUDE "engine/pokedex_rating.asm" - dr $44251,$443b7 +INCLUDE "data/mapHeaders/viridianpokecenter.asm" +INCLUDE "scripts/viridianpokecenter.asm" +INCLUDE "data/mapObjects/viridianpokecenter.asm" + dr $442b7,$443b7 Mansion1Script_Switches: dr $443b7,$45077 LoadSpinnerArrowTiles: ; 45077 (11:5077) |
