diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 09:37:09 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 09:37:09 -0400 |
commit | 755ca8914d2878c6a6ef365e962d505ff9d7801e (patch) | |
tree | bc798ee24868df86140f489eaf2edb598cdf5dc3 /main.asm | |
parent | e676e031a57371010742f779639024e371d5dc9f (diff) |
Vermilion Pokemon Center
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -805,7 +805,6 @@ INCLUDE "data/mapObjects/lavendertown.asm" LavenderTownBlocks: INCBIN "maps/lavendertown.blk" ViridianPokecenterBlocks: -VermilionPokecenterBlocks: SaffronPokecenterBlocks: LavenderPokecenterBlocks: CeladonPokecenterBlocks: @@ -1216,6 +1215,7 @@ INCBIN "maps/museum1f.blk" Museum2FBlocks: INCBIN "maps/museum2f.blk" PewterPokecenterBlocks: +VermilionPokecenterBlocks: INCBIN "maps/pewterpokecenter.blk" UndergroundPathEntranceRoute5Blocks: UndergroundPathEntranceRoute6Blocks: @@ -1272,8 +1272,12 @@ INCBIN "maps/ceruleangym.blk" INCLUDE "data/mapHeaders/ceruleanmart.asm" INCLUDE "scripts/ceruleanmart.asm" INCLUDE "data/mapObjects/ceruleanmart.asm" + dr $5c79c,$5c865 - dr $5c79c,$5d485 +INCLUDE "data/mapHeaders/vermilionpokecenter.asm" +INCLUDE "scripts/vermilionpokecenter.asm" +INCLUDE "data/mapObjects/vermilionpokecenter.asm" + dr $5c8cb,$5d485 INCLUDE "data/mapHeaders/viridianforestexit.asm" INCLUDE "scripts/viridianforestexit.asm" |