mirror of
https://github.com/pret/pokeyellow.git
synced 2026-09-09 19:15:19 -05:00
Route 5 gate
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
9
main.asm
9
main.asm
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user