2013-02-16 22:54:07 -08:00
|
|
|
DiglettsCave_MapScriptHeader: ; 0x74000
|
|
|
|
; trigger count
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 0
|
|
|
|
; 0x74002
|
|
|
|
|
2013-07-12 14:06:11 -07:00
|
|
|
PokefanMScript_0x74002: ; 0x74002
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x74008
|
|
|
|
; 0x74005
|
|
|
|
|
|
|
|
MapDiglettsCaveSignpostItem0: ; 0x74005
|
|
|
|
dw $00e4
|
|
|
|
db MAX_REVIVE
|
|
|
|
|
|
|
|
; 0x74008
|
|
|
|
|
|
|
|
UnknownText_0x74008: ; 0x74008
|
2014-03-05 21:29:44 -08:00
|
|
|
text "A bunch of DIGLETT"
|
|
|
|
line "popped out of the"
|
|
|
|
|
|
|
|
para "ground! That was"
|
|
|
|
line "shocking."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
; 0x74049
|
|
|
|
|
|
|
|
DiglettsCave_MapEventHeader: ; 0x74049
|
|
|
|
; 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
|
2013-07-12 14:06:11 -07:00
|
|
|
person_event SPRITE_POKEFAN_M, 35, 7, $6, $0, 255, 255, $0, 0, PokefanMScript_0x74002, $ffff
|
2013-02-16 22:54:07 -08:00
|
|
|
; 0x7407f
|
|
|
|
|