2015-11-27 05:22:14 +00:00
|
|
|
const_value set 2
|
|
|
|
const CHERRYGROVECITY_GRAMPS
|
|
|
|
const CHERRYGROVECITY_SILVER
|
|
|
|
const CHERRYGROVECITY_TEACHER
|
|
|
|
const CHERRYGROVECITY_YOUNGSTER
|
|
|
|
const CHERRYGROVECITY_FISHER
|
|
|
|
|
2015-06-26 05:30:16 +00:00
|
|
|
CherrygroveCity_MapScriptHeader:
|
2015-07-21 04:02:21 +00:00
|
|
|
.MapTriggers:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 2
|
2017-12-10 22:53:21 +00:00
|
|
|
maptrigger .DummyTrigger0
|
|
|
|
maptrigger .DummyTrigger1
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-21 04:02:21 +00:00
|
|
|
.MapCallbacks:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 1
|
2016-01-06 12:44:50 +00:00
|
|
|
dbw MAPCALLBACK_NEWMAP, .FlyPoint
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-10 22:53:21 +00:00
|
|
|
.DummyTrigger0:
|
2013-02-17 06:54:07 +00:00
|
|
|
end
|
|
|
|
|
2017-12-10 22:53:21 +00:00
|
|
|
.DummyTrigger1:
|
2013-02-17 06:54:07 +00:00
|
|
|
end
|
|
|
|
|
2016-04-10 18:42:14 +00:00
|
|
|
.FlyPoint:
|
2015-06-26 05:30:16 +00:00
|
|
|
setflag ENGINE_FLYPOINT_CHERRYGROVE
|
2013-02-17 06:54:07 +00:00
|
|
|
return
|
|
|
|
|
2015-06-26 05:30:16 +00:00
|
|
|
CherrygroveCityGuideGent:
|
2013-02-17 06:54:07 +00:00
|
|
|
faceplayer
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2015-06-26 04:01:08 +00:00
|
|
|
writetext GuideGentIntroText
|
2013-02-17 06:54:07 +00:00
|
|
|
yesorno
|
2015-06-26 04:01:08 +00:00
|
|
|
iffalse .No
|
|
|
|
jump .Yes
|
2016-04-10 18:42:14 +00:00
|
|
|
.Yes:
|
2015-06-26 04:01:08 +00:00
|
|
|
writetext GuideGentTourText1
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
2014-04-30 10:04:35 +00:00
|
|
|
playmusic MUSIC_SHOW_ME_AROUND
|
2015-11-27 05:22:14 +00:00
|
|
|
follow CHERRYGROVECITY_GRAMPS, PLAYER
|
2015-12-15 15:55:56 +00:00
|
|
|
applymovement CHERRYGROVECITY_GRAMPS, GuideGentMovement1
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2015-06-26 04:01:08 +00:00
|
|
|
writetext GuideGentPokeCenterText
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
2015-12-15 15:55:56 +00:00
|
|
|
applymovement CHERRYGROVECITY_GRAMPS, GuideGentMovement2
|
2015-07-22 06:49:18 +00:00
|
|
|
spriteface PLAYER, UP
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2015-06-26 04:01:08 +00:00
|
|
|
writetext GuideGentMartText
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
2015-12-15 15:55:56 +00:00
|
|
|
applymovement CHERRYGROVECITY_GRAMPS, GuideGentMovement3
|
2015-07-22 06:49:18 +00:00
|
|
|
spriteface PLAYER, UP
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2015-06-26 04:01:08 +00:00
|
|
|
writetext GuideGentRoute30Text
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
2015-12-15 15:55:56 +00:00
|
|
|
applymovement CHERRYGROVECITY_GRAMPS, GuideGentMovement4
|
2015-07-22 06:49:18 +00:00
|
|
|
spriteface PLAYER, LEFT
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2015-06-26 04:01:08 +00:00
|
|
|
writetext GuideGentSeaText
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
2015-12-15 15:55:56 +00:00
|
|
|
applymovement CHERRYGROVECITY_GRAMPS, GuideGentMovement5
|
2015-07-22 06:49:18 +00:00
|
|
|
spriteface PLAYER, UP
|
2013-02-17 06:54:07 +00:00
|
|
|
pause 60
|
2015-11-27 05:22:14 +00:00
|
|
|
spriteface CHERRYGROVECITY_GRAMPS, LEFT
|
2015-07-22 06:49:18 +00:00
|
|
|
spriteface PLAYER, RIGHT
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2015-06-26 04:01:08 +00:00
|
|
|
writetext GuideGentGiftText
|
2015-11-30 03:29:45 +00:00
|
|
|
buttonsound
|
2013-02-17 06:54:07 +00:00
|
|
|
stringtotext .mapcardname, $1
|
2015-12-15 15:55:56 +00:00
|
|
|
scall .JumpstdReceiveItem
|
2015-07-10 12:08:03 +00:00
|
|
|
setflag ENGINE_MAP_CARD
|
2015-06-26 04:01:08 +00:00
|
|
|
writetext GotMapCardText
|
2015-11-30 03:29:45 +00:00
|
|
|
buttonsound
|
2015-06-26 04:01:08 +00:00
|
|
|
writetext GuideGentPokegearText
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
stopfollow
|
2015-02-11 23:03:42 +00:00
|
|
|
special RestartMapMusic
|
2015-07-22 06:49:18 +00:00
|
|
|
spriteface PLAYER, UP
|
2015-12-15 15:55:56 +00:00
|
|
|
applymovement CHERRYGROVECITY_GRAMPS, GuideGentMovement6
|
2014-04-30 10:04:35 +00:00
|
|
|
playsound SFX_ENTER_DOOR
|
2015-11-27 05:22:14 +00:00
|
|
|
disappear CHERRYGROVECITY_GRAMPS
|
2013-09-24 07:48:58 +00:00
|
|
|
clearevent EVENT_GUIDE_GENT_VISIBLE_IN_CHERRYGROVE
|
2015-11-25 15:16:29 +00:00
|
|
|
waitsfx
|
2013-02-17 06:54:07 +00:00
|
|
|
end
|
|
|
|
|
2016-04-10 18:42:14 +00:00
|
|
|
.JumpstdReceiveItem:
|
2015-07-12 06:00:17 +00:00
|
|
|
jumpstd receiveitem
|
2013-02-17 06:54:07 +00:00
|
|
|
end
|
|
|
|
|
2015-06-26 05:30:16 +00:00
|
|
|
.mapcardname
|
2013-02-17 06:54:07 +00:00
|
|
|
db "MAP CARD@"
|
|
|
|
|
2016-04-10 18:42:14 +00:00
|
|
|
.No:
|
2015-06-26 04:01:08 +00:00
|
|
|
writetext GuideGentNoText
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
CherrygroveSilverTriggerSouth:
|
2015-11-27 05:22:14 +00:00
|
|
|
moveperson CHERRYGROVECITY_SILVER, $27, $7
|
2015-12-15 15:55:56 +00:00
|
|
|
CherrygroveSilverTriggerNorth:
|
2015-07-22 06:49:18 +00:00
|
|
|
spriteface PLAYER, RIGHT
|
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2015-12-02 02:54:11 +00:00
|
|
|
special Special_FadeOutMusic
|
2013-02-17 06:54:07 +00:00
|
|
|
pause 15
|
2015-11-27 05:22:14 +00:00
|
|
|
appear CHERRYGROVECITY_SILVER
|
2015-12-17 02:57:42 +00:00
|
|
|
applymovement CHERRYGROVECITY_SILVER, CherrygroveCity_RivalWalksToYou
|
2015-07-22 06:49:18 +00:00
|
|
|
spriteface PLAYER, RIGHT
|
2014-04-30 10:04:35 +00:00
|
|
|
playmusic MUSIC_RIVAL_ENCOUNTER
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2015-01-20 08:01:23 +00:00
|
|
|
writetext UnknownText_0x19c4e2
|
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
|
|
|
checkevent EVENT_GOT_TOTODILE_FROM_ELM
|
2015-12-15 15:55:56 +00:00
|
|
|
iftrue .Totodile
|
2013-09-24 07:48:58 +00:00
|
|
|
checkevent EVENT_GOT_CHIKORITA_FROM_ELM
|
2015-12-15 15:55:56 +00:00
|
|
|
iftrue .Chikorita
|
|
|
|
winlosstext SilverCherrygroveWinText, SilverCherrygroveLossText
|
2015-12-09 16:38:40 +00:00
|
|
|
setlasttalked CHERRYGROVECITY_SILVER
|
2017-12-09 05:50:59 +00:00
|
|
|
loadtrainer RIVAL1, RIVAL1_1_TOTODILE
|
2015-07-10 02:08:03 +00:00
|
|
|
writecode VAR_BATTLETYPE, BATTLETYPE_CANLOSE
|
2013-02-17 06:54:07 +00:00
|
|
|
startbattle
|
2015-12-26 23:11:55 +00:00
|
|
|
dontrestartmapmusic
|
2013-02-17 06:54:07 +00:00
|
|
|
reloadmap
|
2015-12-15 15:55:56 +00:00
|
|
|
iftrue .AfterVictorious
|
|
|
|
jump .AfterYourDefeat
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
.Totodile:
|
|
|
|
winlosstext SilverCherrygroveWinText, SilverCherrygroveLossText
|
2015-12-09 16:38:40 +00:00
|
|
|
setlasttalked CHERRYGROVECITY_SILVER
|
2017-12-09 05:50:59 +00:00
|
|
|
loadtrainer RIVAL1, RIVAL1_1_CHIKORITA
|
2015-07-10 02:08:03 +00:00
|
|
|
writecode VAR_BATTLETYPE, BATTLETYPE_CANLOSE
|
2013-02-17 06:54:07 +00:00
|
|
|
startbattle
|
2015-12-26 23:11:55 +00:00
|
|
|
dontrestartmapmusic
|
2013-02-17 06:54:07 +00:00
|
|
|
reloadmap
|
2015-12-15 15:55:56 +00:00
|
|
|
iftrue .AfterVictorious
|
|
|
|
jump .AfterYourDefeat
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
.Chikorita:
|
|
|
|
winlosstext SilverCherrygroveWinText, SilverCherrygroveLossText
|
2015-12-09 16:38:40 +00:00
|
|
|
setlasttalked CHERRYGROVECITY_SILVER
|
2017-12-09 05:50:59 +00:00
|
|
|
loadtrainer RIVAL1, RIVAL1_1_CYNDAQUIL
|
2015-07-10 02:08:03 +00:00
|
|
|
writecode VAR_BATTLETYPE, BATTLETYPE_CANLOSE
|
2013-02-17 06:54:07 +00:00
|
|
|
startbattle
|
2015-12-26 23:11:55 +00:00
|
|
|
dontrestartmapmusic
|
2013-02-17 06:54:07 +00:00
|
|
|
reloadmap
|
2015-12-15 15:55:56 +00:00
|
|
|
iftrue .AfterVictorious
|
|
|
|
jump .AfterYourDefeat
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
.AfterVictorious:
|
2014-04-30 10:04:35 +00:00
|
|
|
playmusic MUSIC_RIVAL_AFTER
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2015-12-15 15:55:56 +00:00
|
|
|
writetext CherrygroveRivalText_YouWon
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
2015-12-15 15:55:56 +00:00
|
|
|
jump .FinishRival
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
.AfterYourDefeat:
|
2014-04-30 10:04:35 +00:00
|
|
|
playmusic MUSIC_RIVAL_AFTER
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2015-12-15 15:55:56 +00:00
|
|
|
writetext CherrygroveRivalText_YouLost
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
2015-12-15 15:55:56 +00:00
|
|
|
.FinishRival:
|
2014-04-30 10:04:35 +00:00
|
|
|
playsound SFX_TACKLE
|
2015-12-17 02:57:42 +00:00
|
|
|
applymovement PLAYER, CherrygroveCity_RivalPushesYouOutOfTheWay
|
2015-07-22 06:49:18 +00:00
|
|
|
spriteface PLAYER, LEFT
|
2015-12-17 02:57:42 +00:00
|
|
|
applymovement CHERRYGROVECITY_SILVER, CherrygroveCity_RivalExitsStageLeft
|
2015-11-27 05:22:14 +00:00
|
|
|
disappear CHERRYGROVECITY_SILVER
|
2013-02-17 06:54:07 +00:00
|
|
|
dotrigger $0
|
2015-06-27 06:24:55 +00:00
|
|
|
special HealParty
|
2013-02-17 06:54:07 +00:00
|
|
|
playmapmusic
|
|
|
|
end
|
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
CherrygroveTeacherScript:
|
2013-02-17 06:54:07 +00:00
|
|
|
faceplayer
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2015-07-10 12:08:03 +00:00
|
|
|
checkflag ENGINE_MAP_CARD
|
2015-12-15 15:55:56 +00:00
|
|
|
iftrue .HaveMapCard
|
|
|
|
writetext CherrygroveTeacherText_NoMapCard
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
.HaveMapCard:
|
|
|
|
writetext CherrygroveTeacherText_HaveMapCard
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
CherrygroveYoungsterScript:
|
2013-02-17 06:54:07 +00:00
|
|
|
faceplayer
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2015-07-10 12:08:03 +00:00
|
|
|
checkflag ENGINE_POKEDEX
|
2015-12-15 15:55:56 +00:00
|
|
|
iftrue .HavePokedex
|
|
|
|
writetext CherrygroveYoungsterText_NoPokedex
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
.HavePokedex:
|
|
|
|
writetext CherrygroveYoungsterText_HavePokedex
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-06-26 05:30:16 +00:00
|
|
|
MysticWaterGuy:
|
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_MYSTIC_WATER_IN_CHERRYGROVE
|
2015-12-15 15:55:56 +00:00
|
|
|
iftrue .After
|
|
|
|
writetext MysticWaterGuyTextBefore
|
2015-11-30 03:29:45 +00:00
|
|
|
buttonsound
|
2015-11-05 01:20:14 +00:00
|
|
|
verbosegiveitem MYSTIC_WATER
|
2015-12-15 15:55:56 +00:00
|
|
|
iffalse .Exit
|
2013-09-24 07:48:58 +00:00
|
|
|
setevent EVENT_GOT_MYSTIC_WATER_IN_CHERRYGROVE
|
2015-12-15 15:55:56 +00:00
|
|
|
.After:
|
|
|
|
writetext MysticWaterGuyTextAfter
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2015-12-15 15:55:56 +00:00
|
|
|
.Exit:
|
2015-11-25 15:16:29 +00:00
|
|
|
closetext
|
2013-02-17 06:54:07 +00:00
|
|
|
end
|
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
CherrygroveCitySign:
|
|
|
|
jumptext CherrygroveCitySignText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 05:30:16 +00:00
|
|
|
GuideGentsHouseSign:
|
2015-06-26 04:01:08 +00:00
|
|
|
jumptext GuideGentsHouseSignText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
CherrygroveCityPokeCenterSign:
|
2015-06-23 21:02:58 +00:00
|
|
|
jumpstd pokecentersign
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 05:30:16 +00:00
|
|
|
CherrygroveCityMartSign:
|
2015-06-23 21:02:58 +00:00
|
|
|
jumpstd martsign
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
GuideGentMovement1:
|
2016-05-14 17:46:14 +00:00
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
step UP
|
|
|
|
step LEFT
|
|
|
|
turn_head UP
|
2013-02-17 06:54:07 +00:00
|
|
|
step_end
|
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
GuideGentMovement2:
|
2016-05-14 17:46:14 +00:00
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
turn_head UP
|
2013-02-17 06:54:07 +00:00
|
|
|
step_end
|
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
GuideGentMovement3:
|
2016-05-14 17:46:14 +00:00
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
turn_head UP
|
2013-02-17 06:54:07 +00:00
|
|
|
step_end
|
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
GuideGentMovement4:
|
2016-05-14 17:46:14 +00:00
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
step DOWN
|
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
step DOWN
|
|
|
|
turn_head LEFT
|
2013-02-17 06:54:07 +00:00
|
|
|
step_end
|
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
GuideGentMovement5:
|
2016-05-14 17:46:14 +00:00
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step RIGHT
|
|
|
|
step RIGHT
|
|
|
|
step RIGHT
|
|
|
|
step RIGHT
|
|
|
|
step RIGHT
|
|
|
|
step RIGHT
|
|
|
|
step RIGHT
|
|
|
|
step RIGHT
|
|
|
|
step RIGHT
|
|
|
|
step RIGHT
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step RIGHT
|
|
|
|
step RIGHT
|
|
|
|
step RIGHT
|
|
|
|
step RIGHT
|
|
|
|
step RIGHT
|
|
|
|
turn_head UP
|
2013-02-17 06:54:07 +00:00
|
|
|
step_end
|
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
GuideGentMovement6:
|
2016-05-14 17:46:14 +00:00
|
|
|
step UP
|
|
|
|
step UP
|
2013-02-17 06:54:07 +00:00
|
|
|
step_end
|
|
|
|
|
2015-12-17 02:57:42 +00:00
|
|
|
CherrygroveCity_RivalWalksToYou:
|
2016-05-14 17:46:14 +00:00
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
step LEFT
|
|
|
|
step LEFT
|
2013-02-17 06:54:07 +00:00
|
|
|
step_end
|
|
|
|
|
2015-12-17 02:57:42 +00:00
|
|
|
CherrygroveCity_RivalPushesYouOutOfTheWay:
|
2016-05-14 17:46:14 +00:00
|
|
|
big_step DOWN
|
|
|
|
turn_head UP
|
2013-02-17 06:54:07 +00:00
|
|
|
step_end
|
|
|
|
|
2015-12-17 02:57:42 +00:00
|
|
|
CherrygroveCity_UnusedMovementData:
|
2016-05-14 17:46:14 +00:00
|
|
|
step LEFT
|
|
|
|
turn_head DOWN
|
2013-02-17 06:54:07 +00:00
|
|
|
step_end
|
|
|
|
|
2015-12-17 02:57:42 +00:00
|
|
|
CherrygroveCity_RivalExitsStageLeft:
|
2016-05-14 17:46:14 +00:00
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
2013-02-17 06:54:07 +00:00
|
|
|
step_end
|
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
GuideGentIntroText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "You're a rookie"
|
|
|
|
line "trainer, aren't"
|
|
|
|
cont "you? I can tell!"
|
|
|
|
|
|
|
|
para "That's OK! Every-"
|
|
|
|
line "one is a rookie"
|
|
|
|
cont "at some point!"
|
|
|
|
|
|
|
|
para "If you'd like, I"
|
|
|
|
line "can teach you a"
|
|
|
|
cont "few things."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
GuideGentTourText1:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "OK, then!"
|
|
|
|
line "Follow me!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
GuideGentPokeCenterText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "This is a #MON"
|
|
|
|
line "CENTER. They heal"
|
|
|
|
|
|
|
|
para "your #MON in no"
|
|
|
|
line "time at all."
|
|
|
|
|
|
|
|
para "You'll be relying"
|
|
|
|
line "on them a lot, so"
|
|
|
|
|
|
|
|
para "you better learn"
|
|
|
|
line "about them."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
GuideGentMartText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "This is a #MON"
|
|
|
|
line "MART."
|
|
|
|
|
|
|
|
para "They sell BALLS"
|
|
|
|
line "for catching wild"
|
|
|
|
|
|
|
|
para "#MON and other"
|
|
|
|
line "useful items."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
GuideGentRoute30Text:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "ROUTE 30 is out"
|
|
|
|
line "this way."
|
|
|
|
|
|
|
|
para "Trainers will be"
|
|
|
|
line "battling their"
|
|
|
|
|
|
|
|
para "prized #MON"
|
|
|
|
line "there."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
GuideGentSeaText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "This is the sea,"
|
|
|
|
line "as you can see."
|
|
|
|
|
|
|
|
para "Some #MON are"
|
|
|
|
line "found only in"
|
|
|
|
cont "water."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
GuideGentGiftText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Here…"
|
|
|
|
|
|
|
|
para "It's my house!"
|
|
|
|
line "Thanks for your"
|
|
|
|
cont "company."
|
|
|
|
|
|
|
|
para "Let me give you a"
|
|
|
|
line "small gift."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
GotMapCardText:
|
2015-06-28 04:59:17 +00:00
|
|
|
text "<PLAYER>'s #GEAR"
|
2014-03-06 05:29:44 +00:00
|
|
|
line "now has a MAP!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
GuideGentPokegearText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "#GEAR becomes"
|
|
|
|
line "more useful as you"
|
|
|
|
cont "add CARDS."
|
|
|
|
|
|
|
|
para "I wish you luck on"
|
|
|
|
line "your journey!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
GuideGentNoText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Oh… It's something"
|
|
|
|
line "I enjoy doing…"
|
|
|
|
|
|
|
|
para "Fine. Come see me"
|
|
|
|
line "when you like."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 05:30:16 +00:00
|
|
|
UnknownText_0x19c4e2:
|
2015-11-20 20:18:35 +00:00
|
|
|
text "<......> <......> <......>"
|
2014-03-06 05:29:44 +00:00
|
|
|
|
|
|
|
para "You got a #MON"
|
|
|
|
line "at the LAB."
|
|
|
|
|
|
|
|
para "What a waste."
|
|
|
|
line "A wimp like you."
|
|
|
|
|
2015-11-20 20:18:35 +00:00
|
|
|
para "<......> <......> <......>"
|
2014-03-06 05:29:44 +00:00
|
|
|
|
|
|
|
para "Don't you get what"
|
|
|
|
line "I'm saying?"
|
|
|
|
|
|
|
|
para "Well, I too, have"
|
|
|
|
line "a good #MON."
|
|
|
|
|
|
|
|
para "I'll show you"
|
|
|
|
line "what I mean!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
SilverCherrygroveWinText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Humph. Are you"
|
|
|
|
line "happy you won?"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
CherrygroveRivalText_YouLost:
|
2015-11-20 20:18:35 +00:00
|
|
|
text "<......> <......> <......>"
|
2014-03-06 05:29:44 +00:00
|
|
|
|
|
|
|
para "My name's ???."
|
|
|
|
|
|
|
|
para "I'm going to be"
|
|
|
|
line "the world's great-"
|
|
|
|
cont "est #MON"
|
|
|
|
cont "trainer."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
SilverCherrygroveLossText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Humph. That was a"
|
|
|
|
line "waste of time."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
CherrygroveRivalText_YouWon:
|
2015-11-20 20:18:35 +00:00
|
|
|
text "<......> <......> <......>"
|
2014-03-06 05:29:44 +00:00
|
|
|
|
|
|
|
para "My name's ???."
|
|
|
|
|
|
|
|
para "I'm going to be"
|
|
|
|
line "the world's great-"
|
|
|
|
cont "est #MON"
|
|
|
|
cont "trainer."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
CherrygroveTeacherText_NoMapCard:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Did you talk to"
|
|
|
|
line "the old man by the"
|
|
|
|
cont "#MON CENTER?"
|
|
|
|
|
|
|
|
para "He'll put a MAP of"
|
|
|
|
line "JOHTO on your"
|
|
|
|
cont "#GEAR."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
CherrygroveTeacherText_HaveMapCard:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "When you're with"
|
|
|
|
line "#MON, going"
|
|
|
|
cont "anywhere is fun."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
CherrygroveYoungsterText_NoPokedex:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "MR.#MON's house"
|
|
|
|
line "is still farther"
|
|
|
|
cont "up ahead."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
CherrygroveYoungsterText_HavePokedex:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "I battled the"
|
|
|
|
line "trainers on the"
|
|
|
|
cont "road."
|
|
|
|
|
|
|
|
para "My #MON lost."
|
|
|
|
line "They're a mess! I"
|
|
|
|
|
|
|
|
para "must take them to"
|
|
|
|
line "a #MON CENTER."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
MysticWaterGuyTextBefore:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "A #MON I caught"
|
|
|
|
line "had an item."
|
|
|
|
|
|
|
|
para "I think it's"
|
|
|
|
line "MYSTIC WATER."
|
|
|
|
|
|
|
|
para "I don't need it,"
|
|
|
|
line "so do you want it?"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
MysticWaterGuyTextAfter:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Back to fishing"
|
|
|
|
line "for me, then."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 05:30:16 +00:00
|
|
|
CherrygroveCitySignText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "CHERRYGROVE CITY"
|
|
|
|
|
|
|
|
para "The City of Cute,"
|
|
|
|
line "Fragrant Flowers"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 05:30:16 +00:00
|
|
|
GuideGentsHouseSignText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "GUIDE GENT'S HOUSE"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 05:30:16 +00:00
|
|
|
CherrygroveCity_MapEventHeader:
|
2013-02-17 06:54:07 +00:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-21 04:02:21 +00:00
|
|
|
.Warps:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 5
|
2015-07-23 16:59:19 +00:00
|
|
|
warp_def $3, $17, 2, CHERRYGROVE_MART
|
|
|
|
warp_def $3, $1d, 1, CHERRYGROVE_POKECENTER_1F
|
|
|
|
warp_def $7, $11, 1, CHERRYGROVE_GYM_SPEECH_HOUSE
|
|
|
|
warp_def $9, $19, 1, GUIDE_GENTS_HOUSE
|
|
|
|
warp_def $b, $1f, 1, CHERRYGROVE_EVOLUTION_SPEECH_HOUSE
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-21 04:02:21 +00:00
|
|
|
.XYTriggers:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 2
|
2015-12-15 15:55:56 +00:00
|
|
|
xy_trigger 1, $6, $21, $0, CherrygroveSilverTriggerNorth, $0, $0
|
|
|
|
xy_trigger 1, $7, $21, $0, CherrygroveSilverTriggerSouth, $0, $0
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-21 04:02:21 +00:00
|
|
|
.Signposts:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 4
|
2015-07-16 22:10:10 +00:00
|
|
|
signpost 8, 30, SIGNPOST_READ, CherrygroveCitySign
|
|
|
|
signpost 9, 23, SIGNPOST_READ, GuideGentsHouseSign
|
|
|
|
signpost 3, 24, SIGNPOST_READ, CherrygroveCityMartSign
|
|
|
|
signpost 3, 30, SIGNPOST_READ, CherrygroveCityPokeCenterSign
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-21 04:02:21 +00:00
|
|
|
.PersonEvents:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 5
|
2015-11-15 20:07:20 +00:00
|
|
|
person_event SPRITE_GRAMPS, 6, 32, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, CherrygroveCityGuideGent, EVENT_GUIDE_GENT_IN_HIS_HOUSE
|
|
|
|
person_event SPRITE_SILVER, 6, 39, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, ObjectEvent, EVENT_RIVAL_CHERRYGROVE_CITY
|
2017-12-11 01:50:08 +00:00
|
|
|
person_event SPRITE_TEACHER, 12, 27, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 0, 1, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, CherrygroveTeacherScript, -1
|
|
|
|
person_event SPRITE_YOUNGSTER, 7, 23, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 0, 1, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, CherrygroveYoungsterScript, -1
|
|
|
|
person_event SPRITE_FISHER, 12, 7, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, MysticWaterGuy, -1
|