pokecrystal-board/maps/EcruteakLugiaSpeechHouse.asm

63 lines
1.1 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
EcruteakLugiaSpeechHouse_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
GrampsScript_0x99334:
jumptextfaceplayer UnknownText_0x9933d
2015-07-10 01:45:35 -07:00
YoungsterScript_0x99337:
jumptextfaceplayer UnknownText_0x993ec
2015-06-25 21:01:08 -07:00
LugiaSpeechHouseRadio:
2015-06-23 14:02:58 -07:00
jumpstd radio2
2015-07-10 01:45:35 -07:00
UnknownText_0x9933d:
text "This happened when"
line "I was young."
para "The sky suddenly"
line "turned black. A"
para "giant flying #-"
line "MON was blocking"
cont "out the sun."
para "I wonder what that"
line "#MON was? "
para "It was like a bird"
line "and a dragon."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x993ec:
text "Is there really a"
line "#MON that big?"
para "If it exists, it"
line "must be powerful."
done
2015-07-10 01:45:35 -07:00
EcruteakLugiaSpeechHouse_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $7, $3, 7, ECRUTEAK_CITY
warp_def $7, $4, 7, ECRUTEAK_CITY
.XYTriggers:
db 0
.Signposts:
db 1
signpost 1, 2, SIGNPOST_READ, LugiaSpeechHouseRadio
.PersonEvents:
db 2
2015-11-06 13:42:38 -08:00
person_event SPRITE_GRAMPS, 3, 2, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, 0, 0, GrampsScript_0x99334, -1
2015-10-31 18:05:02 -07:00
person_event SPRITE_YOUNGSTER, 4, 5, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, 0, 0, YoungsterScript_0x99337, -1