mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
46 lines
840 B
NASM
46 lines
840 B
NASM
DiglettsCave_MapScriptHeader:
|
|
.MapTriggers:
|
|
db 0
|
|
|
|
.MapCallbacks:
|
|
db 0
|
|
|
|
PokefanMScript_0x74002:
|
|
jumptextfaceplayer UnknownText_0x74008
|
|
|
|
MapDiglettsCaveSignpostItem0:
|
|
dwb EVENT_DIGLETTS_CAVE_HIDDEN_MAX_REVIVE, 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, VERMILION_CITY
|
|
warp_def $1f, $5, 5, DIGLETTS_CAVE
|
|
warp_def $5, $f, 5, ROUTE_2
|
|
warp_def $3, $11, 6, DIGLETTS_CAVE
|
|
warp_def $21, $11, 2, DIGLETTS_CAVE
|
|
warp_def $3, $3, 4, DIGLETTS_CAVE
|
|
|
|
.XYTriggers:
|
|
db 0
|
|
|
|
.Signposts:
|
|
db 1
|
|
signpost 11, 6, SIGNPOST_ITEM, MapDiglettsCaveSignpostItem0
|
|
|
|
.PersonEvents:
|
|
db 1
|
|
person_event SPRITE_POKEFAN_M, 31, 3, $6, 0, 0, -1, -1, 0, 0, 0, PokefanMScript_0x74002, -1
|