2015-07-10 01:45:35 -07:00
|
|
|
Route2NuggetSpeechHouse_MapScriptHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; trigger count
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
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
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 2
|
|
|
|
warp_def $7, $2, 1, GROUP_ROUTE_2, MAP_ROUTE_2
|
|
|
|
warp_def $7, $3, 1, GROUP_ROUTE_2, MAP_ROUTE_2
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 1
|
2015-07-12 21:16:35 -07:00
|
|
|
person_event SPRITE_FISHER, 8, 6, $4, $20, 255, 255, $90, 0, FisherScript_0x9b847, -1
|