From 755ca8914d2878c6a6ef365e962d505ff9d7801e Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Tue, 31 May 2016 09:37:09 -0400 Subject: Vermilion Pokemon Center --- main.asm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index 0110758c..7865bd4b 100755 --- a/main.asm +++ b/main.asm @@ -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" -- cgit v1.3.1-sl0p