2015-07-10 01:45:35 -07:00
|
|
|
Route2NuggetSpeechHouse_MapScriptHeader:
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
FisherScript_0x9b847:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2015-07-10 05:08:03 -07:00
|
|
|
checkevent EVENT_GOT_NUGGET_FROM_GUY
|
|
|
|
iftrue .GotItem
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x9b865
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
|
|
|
verbosegiveitem NUGGET, 1
|
2015-07-10 05:08:03 -07:00
|
|
|
iffalse .Done
|
|
|
|
setevent EVENT_GOT_NUGGET_FROM_GUY
|
|
|
|
.GotItem
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x9b8e5
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-10 05:08:03 -07:00
|
|
|
.Done
|
2013-02-16 22:54:07 -08:00
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
Route2NuggetSpeechHouseBookshelf:
|
|
|
|
; unused
|
2015-06-23 13:21:54 -07:00
|
|
|
jumpstd difficultbookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x9b865:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hi! Wow, I'm glad"
|
|
|
|
line "to see you."
|
|
|
|
|
|
|
|
para "You're the first"
|
|
|
|
line "visitor I've had"
|
|
|
|
cont "in a long time."
|
|
|
|
|
|
|
|
para "I'm super-happy!"
|
|
|
|
line "Let me give you a"
|
|
|
|
cont "little present."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x9b8e5:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "That's a NUGGET."
|
|
|
|
|
|
|
|
para "I can't give you"
|
|
|
|
line "any nuggets of"
|
|
|
|
|
|
|
|
para "wisdom, so that'll"
|
|
|
|
line "have to do!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
Route2NuggetSpeechHouse_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_2
|
|
|
|
warp_def $7, $3, 1, ROUTE_2
|
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 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.PersonEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 1
|
2015-07-31 12:02:32 -07:00
|
|
|
person_event SPRITE_FISHER, 8, 6, $4, 2, 0, -1, -1, 8 + PAL_OW_BLUE, 0, 0, FisherScript_0x9b847, -1
|