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
90 lines
1.7 KiB
NASM
90 lines
1.7 KiB
NASM
SoulHouse_MapScriptHeader:
|
|
.MapTriggers:
|
|
db 0
|
|
|
|
.MapCallbacks:
|
|
db 0
|
|
|
|
GrampsScript_0x7ec47:
|
|
jumptextfaceplayer UnknownText_0x7ec53
|
|
|
|
TeacherScript_0x7ec4a:
|
|
jumptextfaceplayer UnknownText_0x7ed4d
|
|
|
|
LassScript_0x7ec4d:
|
|
jumptextfaceplayer UnknownText_0x7edb1
|
|
|
|
GrannyScript_0x7ec50:
|
|
jumptextfaceplayer UnknownText_0x7eddb
|
|
|
|
UnknownText_0x7ec53:
|
|
text "MR.FUJI: Welcome."
|
|
|
|
para "Hmm… You appear to"
|
|
line "be raising your"
|
|
|
|
para "#MON in a kind"
|
|
line "and loving manner."
|
|
|
|
para "#MON lovers"
|
|
line "come here to pay"
|
|
|
|
para "their respects to"
|
|
line "departed #MON."
|
|
|
|
para "Please offer con-"
|
|
line "dolences for the"
|
|
|
|
para "souls of the de-"
|
|
line "parted #MON."
|
|
|
|
para "I'm sure that will"
|
|
line "make them happy."
|
|
done
|
|
|
|
UnknownText_0x7ed4d:
|
|
text "There are other"
|
|
line "graves of #MON"
|
|
cont "here, I think."
|
|
|
|
para "There are many"
|
|
line "chambers that only"
|
|
cont "MR.FUJI may enter."
|
|
done
|
|
|
|
UnknownText_0x7edb1:
|
|
text "I came with my mom"
|
|
line "to visit #MON"
|
|
cont "graves…"
|
|
done
|
|
|
|
UnknownText_0x7eddb:
|
|
text "The #MON that"
|
|
line "lived with me…"
|
|
|
|
para "I loved them like"
|
|
line "my grandchildren…"
|
|
done
|
|
|
|
SoulHouse_MapEventHeader:
|
|
; filler
|
|
db 0, 0
|
|
|
|
.Warps:
|
|
db 2
|
|
warp_def $7, $4, 6, LAVENDER_TOWN
|
|
warp_def $7, $5, 6, LAVENDER_TOWN
|
|
|
|
.XYTriggers:
|
|
db 0
|
|
|
|
.Signposts:
|
|
db 0
|
|
|
|
.PersonEvents:
|
|
db 4
|
|
person_event SPRITE_GRAMPS, 6, 8, OW_UP | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, GrampsScript_0x7ec47, -1
|
|
person_event SPRITE_TEACHER, 7, 11, OW_UP | $1, $1, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, TeacherScript_0x7ec4a, -1
|
|
person_event SPRITE_LASS, 9, 6, OW_UP | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, LassScript_0x7ec4d, -1
|
|
person_event SPRITE_GRANNY, 7, 5, OW_UP | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, GrannyScript_0x7ec50, -1
|