Files
pokecrystal/maps/DiglettsCave.asm
PikalaxALT 432df825d4 Replaced GROUP_, MAP_ references with the map macro
Updated macros that rely on the GROUP_, MAP_ constants to use the map macro

Added GROUP_NONE and MAP_NONE for the sake of compatibility with this new scheme

Added new macro elevfloor to simplify the definition of elevators under this new scheme
2015-07-23 12:59:19 -04:00

46 lines
844 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, 35, 7, OW_UP | $2, $0, -1, -1, $0, 0, PokefanMScript_0x74002, -1