2019-04-21 14:42:25 -07:00
|
|
|
object_const_def ; object_event constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const ROUTE32POKECENTER1F_NURSE
|
|
|
|
const ROUTE32POKECENTER1F_FISHING_GURU
|
|
|
|
const ROUTE32POKECENTER1F_COOLTRAINER_F
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
Route32Pokecenter1F_MapScripts:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; scene scripts
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; callbacks
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-28 13:50:43 -08:00
|
|
|
Route32Pokecenter1FNurseScript:
|
2020-06-10 13:44:16 -07:00
|
|
|
jumpstd PokecenterNurseScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-28 13:50:43 -08:00
|
|
|
Route32Pokecenter1FFishingGuruScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_OLD_ROD
|
2018-02-28 13:50:43 -08:00
|
|
|
iftrue .GotOldRod
|
|
|
|
writetext Route32Pokecenter1FFishingGuruText_Question
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
2018-02-28 13:50:43 -08:00
|
|
|
iffalse .Refused
|
|
|
|
writetext Route32Pokecenter1FFishingGuruText_Yes
|
2019-11-03 09:48:54 -08:00
|
|
|
promptbutton
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem OLD_ROD
|
2018-02-28 13:50:43 -08:00
|
|
|
writetext Route32Pokecenter1FFishingGuruText_GiveOldRod
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_OLD_ROD
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-02-28 13:50:43 -08:00
|
|
|
.Refused:
|
|
|
|
writetext Route32Pokecenter1FFishingGuruText_No
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-28 13:50:43 -08:00
|
|
|
.GotOldRod:
|
|
|
|
writetext Route32Pokecenter1FFishingGuruText_After
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
Route32Pokecenter1FCooltrainerFScript:
|
|
|
|
jumptextfaceplayer Route32Pokecenter1FCooltrainerFText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-28 13:50:43 -08:00
|
|
|
Route32Pokecenter1FFishingGuruText_Question:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "This is a great"
|
|
|
|
line "fishing spot."
|
|
|
|
|
|
|
|
para "You saw people"
|
|
|
|
line "fishing? How"
|
|
|
|
cont "about you?"
|
|
|
|
|
|
|
|
para "Would you like one"
|
|
|
|
line "of my RODS?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-28 13:50:43 -08:00
|
|
|
Route32Pokecenter1FFishingGuruText_Yes:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Heh, that's good"
|
|
|
|
line "to hear."
|
|
|
|
|
|
|
|
para "Now you're an"
|
|
|
|
line "angler too!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-28 13:50:43 -08:00
|
|
|
Route32Pokecenter1FFishingGuruText_GiveOldRod:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Fishing is great!"
|
|
|
|
|
|
|
|
para "If there's water,"
|
|
|
|
line "be it the sea or a"
|
|
|
|
|
|
|
|
para "stream, try out"
|
|
|
|
line "your ROD."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-28 13:50:43 -08:00
|
|
|
Route32Pokecenter1FFishingGuruText_No:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh. That's rather"
|
|
|
|
line "disappointing…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-28 13:50:43 -08:00
|
|
|
Route32Pokecenter1FFishingGuruText_After:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Yo, kid. How are"
|
|
|
|
line "they biting?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
Route32Pokecenter1FCooltrainerFText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "What should I make"
|
|
|
|
line "my #MON hold?"
|
|
|
|
|
|
|
|
para "Maybe an item that"
|
|
|
|
line "increases ATTACK"
|
|
|
|
cont "power…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
Route32Pokecenter1F_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 3 ; warp events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 3, 7, ROUTE_32, 1
|
|
|
|
warp_event 4, 7, ROUTE_32, 1
|
|
|
|
warp_event 0, 7, POKECENTER_2F, 1
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; coord events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; bg events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 3 ; object events
|
2018-02-28 13:50:43 -08:00
|
|
|
object_event 3, 1, SPRITE_NURSE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, Route32Pokecenter1FNurseScript, -1
|
|
|
|
object_event 1, 4, SPRITE_FISHING_GURU, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, Route32Pokecenter1FFishingGuruScript, -1
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 6, 2, SPRITE_COOLTRAINER_F, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, Route32Pokecenter1FCooltrainerFScript, -1
|