2015-06-25 21:01:08 -07:00
|
|
|
Route28FamousSpeechHouse_MapScriptHeader:
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 1
|
|
|
|
|
|
|
|
; triggers
|
2015-10-29 20:32:11 -07:00
|
|
|
dw .Trigger, NONE
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
.Trigger
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
Celebrity:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_TM47_STEEL_WING
|
2015-06-25 21:01:08 -07:00
|
|
|
iftrue .AlreadyGotItem
|
|
|
|
writetext CelebrityText1
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
2015-06-29 19:24:45 -07:00
|
|
|
verbosegiveitem TM_STEEL_WING, 1
|
2015-06-25 21:01:08 -07:00
|
|
|
iffalse .Done
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_TM47_STEEL_WING
|
2015-06-25 21:01:08 -07:00
|
|
|
.Done
|
2013-02-16 22:54:07 -08:00
|
|
|
loadmovesprites
|
|
|
|
end
|
2015-06-25 21:01:08 -07:00
|
|
|
.AlreadyGotItem
|
|
|
|
writetext CelebrityText2
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CelebritysFearow:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext CelebritysFearowText
|
2013-02-16 22:54:07 -08:00
|
|
|
cry FEAROW
|
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CelebrityHouseBookshelf:
|
2015-06-23 13:21:54 -07:00
|
|
|
jumpstd magazinebookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CelebrityText1:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh, dear."
|
|
|
|
line "You've found me."
|
|
|
|
|
|
|
|
para "Please don't tell"
|
|
|
|
line "anyone about me."
|
|
|
|
|
|
|
|
para "I'll give you this"
|
|
|
|
line "for keeping my"
|
|
|
|
cont "secret. Please?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CelebrityText2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It's tough being a"
|
|
|
|
line "top celebrity."
|
|
|
|
|
|
|
|
para "Everywhere I go,"
|
|
|
|
line "people chase me."
|
|
|
|
|
|
|
|
para "I just want to be"
|
|
|
|
line "left aloneā¦"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CelebritysFearowText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "FEAROW: Feero!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
Route28FamousSpeechHouse_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Warps:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $7, $2, 1, ROUTE_28
|
|
|
|
warp_def $7, $3, 1, ROUTE_28
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.XYTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Signposts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 1, 0, SIGNPOST_READ, CelebrityHouseBookshelf
|
|
|
|
signpost 1, 1, SIGNPOST_READ, CelebrityHouseBookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.PersonEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
2015-10-29 20:32:11 -07:00
|
|
|
person_event SPRITE_COOLTRAINER_F, 3, 2, SPRITEMOVEFN_06, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, 0, 0, Celebrity, -1
|
|
|
|
person_event SPRITE_MOLTRES, 5, 6, SPRITEMOVEFN_16, 0, 0, -1, -1, (1 << 3) | PAL_OW_BROWN, 0, 0, CelebritysFearow, -1
|