2019-04-21 21:42:25 +00:00
|
|
|
object_const_def ; object_event constants
|
2015-11-27 05:22:14 +00:00
|
|
|
const ROUTE32POKECENTER1F_NURSE
|
|
|
|
const ROUTE32POKECENTER1F_FISHING_GURU
|
|
|
|
const ROUTE32POKECENTER1F_COOLTRAINER_F
|
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
Route32Pokecenter1F_MapScripts:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; scene scripts
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; callbacks
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-02-28 21:50:43 +00:00
|
|
|
Route32Pokecenter1FNurseScript:
|
2015-06-23 20:21:54 +00:00
|
|
|
jumpstd pokecenternurse
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-02-28 21:50:43 +00:00
|
|
|
Route32Pokecenter1FFishingGuruScript:
|
2013-02-17 06:54:07 +00:00
|
|
|
faceplayer
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2013-09-24 07:48:58 +00:00
|
|
|
checkevent EVENT_GOT_OLD_ROD
|
2018-02-28 21:50:43 +00:00
|
|
|
iftrue .GotOldRod
|
|
|
|
writetext Route32Pokecenter1FFishingGuruText_Question
|
2013-02-17 06:54:07 +00:00
|
|
|
yesorno
|
2018-02-28 21:50:43 +00:00
|
|
|
iffalse .Refused
|
|
|
|
writetext Route32Pokecenter1FFishingGuruText_Yes
|
2019-11-03 17:48:54 +00:00
|
|
|
promptbutton
|
2015-11-05 01:20:14 +00:00
|
|
|
verbosegiveitem OLD_ROD
|
2018-02-28 21:50:43 +00:00
|
|
|
writetext Route32Pokecenter1FFishingGuruText_GiveOldRod
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
2013-09-24 07:48:58 +00:00
|
|
|
setevent EVENT_GOT_OLD_ROD
|
2013-02-17 06:54:07 +00:00
|
|
|
end
|
|
|
|
|
2018-02-28 21:50:43 +00:00
|
|
|
.Refused:
|
|
|
|
writetext Route32Pokecenter1FFishingGuruText_No
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-28 21:50:43 +00:00
|
|
|
.GotOldRod:
|
|
|
|
writetext Route32Pokecenter1FFishingGuruText_After
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
Route32Pokecenter1FCooltrainerFScript:
|
|
|
|
jumptextfaceplayer Route32Pokecenter1FCooltrainerFText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-02-28 21:50:43 +00:00
|
|
|
Route32Pokecenter1FFishingGuruText_Question:
|
2014-03-06 05:29:44 +00: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-17 06:54:07 +00:00
|
|
|
|
2018-02-28 21:50:43 +00:00
|
|
|
Route32Pokecenter1FFishingGuruText_Yes:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Heh, that's good"
|
|
|
|
line "to hear."
|
|
|
|
|
|
|
|
para "Now you're an"
|
|
|
|
line "angler too!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-02-28 21:50:43 +00:00
|
|
|
Route32Pokecenter1FFishingGuruText_GiveOldRod:
|
2014-03-06 05:29:44 +00: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-17 06:54:07 +00:00
|
|
|
|
2018-02-28 21:50:43 +00:00
|
|
|
Route32Pokecenter1FFishingGuruText_No:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Oh. That's rather"
|
|
|
|
line "disappointing…"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-02-28 21:50:43 +00:00
|
|
|
Route32Pokecenter1FFishingGuruText_After:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Yo, kid. How are"
|
|
|
|
line "they biting?"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
Route32Pokecenter1FCooltrainerFText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "What should I make"
|
|
|
|
line "my #MON hold?"
|
|
|
|
|
|
|
|
para "Maybe an item that"
|
|
|
|
line "increases ATTACK"
|
|
|
|
cont "power…"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
Route32Pokecenter1F_MapEvents:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 3 ; warp events
|
2018-02-02 03:22:07 +00:00
|
|
|
warp_event 3, 7, ROUTE_32, 1
|
|
|
|
warp_event 4, 7, ROUTE_32, 1
|
|
|
|
warp_event 0, 7, POKECENTER_2F, 1
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; coord events
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; bg events
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 3 ; object events
|
2018-02-28 21:50:43 +00: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-02 03:22:07 +00:00
|
|
|
object_event 6, 2, SPRITE_COOLTRAINER_F, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, Route32Pokecenter1FCooltrainerFScript, -1
|