pokecrystal-board/maps/SilverCavePokeCenter1F.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

48 lines
861 B
NASM

SilverCavePokeCenter1F_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
NurseScript_0x1ae59a:
jumpstd pokecenternurse
GrannyScript_0x1ae59d:
jumptextfaceplayer UnknownText_0x1ae5a0
UnknownText_0x1ae5a0:
text "Trainers who seek"
line "power climb MT."
para "SILVER despite its"
line "many dangers…"
para "With their trusted"
line "#MON, they must"
para "feel they can go"
line "anywhere…"
done
SilverCavePokeCenter1F_MapEventHeader:
; filler
db 0, 0
.Warps:
db 3
warp_def $7, $3, 1, SILVER_CAVE_OUTSIDE
warp_def $7, $4, 1, SILVER_CAVE_OUTSIDE
warp_def $7, $0, 1, POKECENTER_2F
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 2
person_event SPRITE_NURSE, 5, 7, OW_UP | $2, $0, -1, -1, $0, 0, NurseScript_0x1ae59a, -1
person_event SPRITE_GRANNY, 9, 5, OW_LEFT | $0, $12, -1, -1, $0, 0, GrannyScript_0x1ae59d, -1