Route 5 gate

This commit is contained in:
pikalaxalt
2016-05-30 11:44:44 -04:00
parent 6e3581df4b
commit 8b52fbcfb0
3 changed files with 10 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4)
db BANK(CeruleanMart_h)
db BANK(MtMoonPokecenter_h)
db BANK(CeruleanHouseTrashed_h)
db $07 ; db BANK(Route5Gate_h)
db BANK(Route5Gate_h)
db $17 ; db BANK(UndergroundPathEntranceRoute5_h)
db $15 ; db BANK(DayCareM_h)
db $07 ; db BANK(Route6Gate_h)

View File

@@ -70,7 +70,7 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2)
dw CeruleanMart_h
dw MtMoonPokecenter_h
dw CeruleanHouseTrashed_h ; copy
dw $5831 ; dw Route5Gate_h
dw Route5Gate_h
dw $55a8 ; dw UndergroundPathEntranceRoute5_h
dw $6233 ; dw DayCareM_h
dw $593b ; dw Route6Gate_h

View File

@@ -366,7 +366,14 @@ INCLUDE "data/mapObjects/diglettscaveroute2.asm"
INCLUDE "data/mapHeaders/route2house.asm"
INCLUDE "scripts/route2house.asm"
INCLUDE "data/mapObjects/route2house.asm"
dr $1d831,$1e2ae ; map scripts
INCLUDE "data/mapHeaders/route5gate.asm"
INCLUDE "scripts/route5gate.asm"
INCLUDE "data/mapObjects/route5gate.asm"
Route5GateBlocks: ; 1d92f
INCBIN "maps/route5gate.blk"
dr $1d93b,$1e2ae ; map scripts
INCLUDE "engine/menu/oaks_pc.asm"