mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
47 lines
970 B
NASM
47 lines
970 B
NASM
DiglettsCave_MapScriptHeader:
|
|
; trigger count
|
|
db 0
|
|
|
|
; callback count
|
|
db 0
|
|
|
|
PokefanMScript_0x74002:
|
|
jumptextfaceplayer UnknownText_0x74008
|
|
|
|
MapDiglettsCaveSignpostItem0:
|
|
dw $00e4
|
|
db MAX_REVIVE
|
|
|
|
|
|
UnknownText_0x74008:
|
|
text "A bunch of DIGLETT"
|
|
line "popped out of the"
|
|
|
|
para "ground! That was"
|
|
line "shocking."
|
|
done
|
|
|
|
DiglettsCave_MapEventHeader:
|
|
; filler
|
|
db 0, 0
|
|
|
|
; warps
|
|
db 6
|
|
warp_def $21, $3, 10, GROUP_VERMILION_CITY, MAP_VERMILION_CITY
|
|
warp_def $1f, $5, 5, GROUP_DIGLETTS_CAVE, MAP_DIGLETTS_CAVE
|
|
warp_def $5, $f, 5, GROUP_ROUTE_2, MAP_ROUTE_2
|
|
warp_def $3, $11, 6, GROUP_DIGLETTS_CAVE, MAP_DIGLETTS_CAVE
|
|
warp_def $21, $11, 2, GROUP_DIGLETTS_CAVE, MAP_DIGLETTS_CAVE
|
|
warp_def $3, $3, 4, GROUP_DIGLETTS_CAVE, MAP_DIGLETTS_CAVE
|
|
|
|
; xy triggers
|
|
db 0
|
|
|
|
; signposts
|
|
db 1
|
|
signpost 11, 6, $7, MapDiglettsCaveSignpostItem0
|
|
|
|
; people-events
|
|
db 1
|
|
person_event SPRITE_POKEFAN_M, 35, 7, $6, $0, 255, 255, $0, 0, PokefanMScript_0x74002, EVENT_ALWAYS_THERE
|