mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
65 lines
1.0 KiB
NASM
65 lines
1.0 KiB
NASM
Route19FuchsiaGate_MapScriptHeader:
|
|
.MapTriggers:
|
|
db 0
|
|
|
|
.MapCallbacks:
|
|
db 0
|
|
|
|
OfficerScript_0x1ab3f6:
|
|
faceplayer
|
|
loadfont
|
|
checkevent EVENT_CINNABAR_ROCKS_CLEARED
|
|
iftrue .RocksCleared
|
|
writetext UnknownText_0x1ab40a
|
|
closetext
|
|
loadmovesprites
|
|
end
|
|
|
|
.RocksCleared
|
|
writetext UnknownText_0x1ab48a
|
|
closetext
|
|
loadmovesprites
|
|
end
|
|
|
|
UnknownText_0x1ab40a:
|
|
text "CINNABAR's volcano"
|
|
line "erupted."
|
|
|
|
para "It hurled boulders"
|
|
line "that cut off ROUTE"
|
|
cont "19 indefinitely."
|
|
|
|
para "I wonder if the"
|
|
line "people of CINNABAR"
|
|
cont "are safeā¦"
|
|
done
|
|
|
|
UnknownText_0x1ab48a:
|
|
text "No CINNABAR citi-"
|
|
line "zens were injured"
|
|
|
|
para "by the eruption."
|
|
line "That's great!"
|
|
done
|
|
|
|
Route19FuchsiaGate_MapEventHeader:
|
|
; filler
|
|
db 0, 0
|
|
|
|
.Warps:
|
|
db 4
|
|
warp_def $0, $4, 10, FUCHSIA_CITY
|
|
warp_def $0, $5, 11, FUCHSIA_CITY
|
|
warp_def $7, $4, 1, ROUTE_19
|
|
warp_def $7, $5, 1, ROUTE_19
|
|
|
|
.XYTriggers:
|
|
db 0
|
|
|
|
.Signposts:
|
|
db 0
|
|
|
|
.PersonEvents:
|
|
db 1
|
|
person_event SPRITE_OFFICER, 4, 0, SPRITEMOVEFN_09, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, OfficerScript_0x1ab3f6, -1
|