mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-11 13:15:35 -05:00
Route 5 Underground Path Gate
This commit is contained in:
parent
8b52fbcfb0
commit
a06c558e2c
|
|
@ -71,7 +71,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4)
|
|||
db BANK(MtMoonPokecenter_h)
|
||||
db BANK(CeruleanHouseTrashed_h)
|
||||
db BANK(Route5Gate_h)
|
||||
db $17 ; db BANK(UndergroundPathEntranceRoute5_h)
|
||||
db BANK(UndergroundPathEntranceRoute5_h)
|
||||
db $15 ; db BANK(DayCareM_h)
|
||||
db $07 ; db BANK(Route6Gate_h)
|
||||
db $17 ; db BANK(UndergroundPathEntranceRoute6_h)
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2)
|
|||
dw MtMoonPokecenter_h
|
||||
dw CeruleanHouseTrashed_h ; copy
|
||||
dw Route5Gate_h
|
||||
dw $55a8 ; dw UndergroundPathEntranceRoute5_h
|
||||
dw UndergroundPathEntranceRoute5_h
|
||||
dw $6233 ; dw DayCareM_h
|
||||
dw $593b ; dw Route6Gate_h
|
||||
dw $55ee ; dw UndergroundPathEntranceRoute6_h
|
||||
|
|
|
|||
9
main.asm
9
main.asm
|
|
@ -1137,7 +1137,8 @@ Museum2FBlocks:
|
|||
INCBIN "maps/museum2f.blk"
|
||||
PewterPokecenterBlocks:
|
||||
INCBIN "maps/pewterpokecenter.blk"
|
||||
dr $5c080,$5c090
|
||||
UndergroundPathEntranceRoute5Blocks:
|
||||
INCBIN "maps/undergroundpathentranceroute5.blk"
|
||||
ViridianForestEntranceBlocks:
|
||||
ViridianForestExitBlocks:
|
||||
Route2GateBlocks:
|
||||
|
|
@ -1203,7 +1204,11 @@ INCLUDE "data/mapHeaders/viridianforestentrance.asm"
|
|||
INCLUDE "scripts/viridianforestentrance.asm"
|
||||
INCLUDE "data/mapObjects/viridianforestentrance.asm"
|
||||
|
||||
dr $5d5a8,$5da70
|
||||
INCLUDE "data/mapHeaders/undergroundpathentranceroute5.asm"
|
||||
INCLUDE "scripts/undergroundpathentranceroute5.asm"
|
||||
INCLUDE "data/mapObjects/undergroundpathentranceroute5.asm"
|
||||
|
||||
dr $5d5ee,$5da70
|
||||
|
||||
INCLUDE "engine/evolution.asm"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user