mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
28 lines
431 B
NASM
28 lines
431 B
NASM
|
Route6UndergroundEntrance_MapScriptHeader: ; 0x19282e
|
||
|
; trigger count
|
||
|
db 0
|
||
|
|
||
|
; callback count
|
||
|
db 0
|
||
|
; 0x192830
|
||
|
|
||
|
Route6UndergroundEntrance_MapEventHeader: ; 0x192830
|
||
|
; filler
|
||
|
db 0, 0
|
||
|
|
||
|
; warps
|
||
|
db 3
|
||
|
warp_def $7, $3, 1, GROUP_ROUTE_6, MAP_ROUTE_6
|
||
|
warp_def $7, $4, 1, GROUP_ROUTE_6, MAP_ROUTE_6
|
||
|
warp_def $3, $4, 2, GROUP_UNDERGROUND, MAP_UNDERGROUND
|
||
|
|
||
|
; xy triggers
|
||
|
db 0
|
||
|
|
||
|
; signposts
|
||
|
db 0
|
||
|
|
||
|
; people-events
|
||
|
db 0
|
||
|
; 0x192845
|