2020-07-24 09:49:26 -04:00
|
|
|
object_const_def
|
2015-11-27 00:22:14 -05:00
|
|
|
const ROUTE12SUPERRODHOUSE_FISHING_GURU
|
|
|
|
|
2018-01-16 22:57:19 -05:00
|
|
|
Route12SuperRodHouse_MapScripts:
|
2020-07-24 09:49:26 -04:00
|
|
|
def_scene_scripts
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_callbacks
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-03-01 13:18:51 -05:00
|
|
|
Route12SuperRodHouseFishingGuruScript:
|
2013-02-17 01:54:07 -05:00
|
|
|
faceplayer
|
2015-12-09 18:25:44 -05:00
|
|
|
opentext
|
2013-09-24 03:48:58 -04:00
|
|
|
checkevent EVENT_GOT_SUPER_ROD
|
2018-02-28 17:47:31 -05:00
|
|
|
iftrue .GotSuperRod
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext OfferSuperRodText
|
2013-02-17 01:54:07 -05:00
|
|
|
yesorno
|
2018-02-28 17:47:31 -05:00
|
|
|
iffalse .Refused
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext GiveSuperRodText
|
2019-11-03 12:48:54 -05:00
|
|
|
promptbutton
|
2015-11-04 20:20:14 -05:00
|
|
|
verbosegiveitem SUPER_ROD
|
2018-02-28 17:47:31 -05:00
|
|
|
iffalse .NoRoom
|
2013-09-24 03:48:58 -04:00
|
|
|
setevent EVENT_GOT_SUPER_ROD
|
2018-02-28 17:47:31 -05:00
|
|
|
.GotSuperRod:
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext GaveSuperRodText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-28 17:47:31 -05:00
|
|
|
.Refused:
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext DontWantSuperRodText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2018-02-28 17:47:31 -05:00
|
|
|
.NoRoom:
|
2015-11-25 10:16:29 -05:00
|
|
|
closetext
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2020-10-26 15:45:57 -04:00
|
|
|
SuperRodHouseBookshelf: ; unreferenced
|
2020-06-10 16:44:16 -04:00
|
|
|
jumpstd PictureBookshelfScript
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
OfferSuperRodText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "I'm the FISHING"
|
|
|
|
line "GURU's younger"
|
|
|
|
cont "brother."
|
|
|
|
|
|
|
|
para "I can see that you"
|
|
|
|
line "like fishing."
|
|
|
|
|
|
|
|
para "There's no doubt"
|
|
|
|
line "in my mind at all!"
|
|
|
|
|
|
|
|
para "So? I know I'm"
|
|
|
|
line "right."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
GiveSuperRodText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "Yes, yes. Just as"
|
|
|
|
line "I thought!"
|
|
|
|
|
|
|
|
para "Here, fishing fan!"
|
|
|
|
line "Take this--it's a"
|
|
|
|
cont "SUPER ROD."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
GaveSuperRodText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "Try your hand at"
|
|
|
|
line "fishing wherever"
|
|
|
|
cont "there is water."
|
|
|
|
|
|
|
|
para "Remember--you can"
|
|
|
|
line "catch different"
|
|
|
|
|
|
|
|
para "#MON using"
|
|
|
|
line "different RODS."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
DontWantSuperRodText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "Huh? My own eyes"
|
|
|
|
line "deceived me?"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-16 22:57:19 -05:00
|
|
|
Route12SuperRodHouse_MapEvents:
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_warp_events
|
2018-02-01 22:22:07 -05:00
|
|
|
warp_event 2, 7, ROUTE_12, 1
|
|
|
|
warp_event 3, 7, ROUTE_12, 1
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_coord_events
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_bg_events
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_object_events
|
2018-03-01 13:18:51 -05:00
|
|
|
object_event 5, 3, SPRITE_FISHING_GURU, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, Route12SuperRodHouseFishingGuruScript, -1
|