2015-06-25 22:30:16 -07:00
|
|
|
CherrygroveCity_MapScriptHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; trigger count
|
|
|
|
db 2
|
|
|
|
|
|
|
|
; triggers
|
2015-06-25 22:30:16 -07:00
|
|
|
dw .Trigger1, $0000
|
|
|
|
dw .Trigger2, $0000
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 1
|
|
|
|
|
|
|
|
; callbacks
|
2015-06-25 22:30:16 -07:00
|
|
|
dbw 5, .FlyPoint
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
.Trigger1
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
.Trigger2
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
.FlyPoint
|
|
|
|
setflag ENGINE_FLYPOINT_CHERRYGROVE
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
CherrygroveCityGuideGent:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext GuideGentIntroText
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
2015-06-25 21:01:08 -07:00
|
|
|
iffalse .No
|
|
|
|
jump .Yes
|
|
|
|
.Yes
|
|
|
|
writetext GuideGentTourText1
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_SHOW_ME_AROUND
|
2013-02-16 22:54:07 -08:00
|
|
|
follow $2, $0
|
|
|
|
applymovement $2, MovementData_0x19c195
|
|
|
|
loadfont
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext GuideGentPokeCenterText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
applymovement $2, MovementData_0x19c19b
|
2015-06-26 23:24:55 -07:00
|
|
|
spriteface $0, UP
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext GuideGentMartText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
applymovement $2, MovementData_0x19c1a3
|
2015-06-26 23:24:55 -07:00
|
|
|
spriteface $0, UP
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext GuideGentRoute30Text
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
applymovement $2, MovementData_0x19c1ac
|
2015-06-26 23:24:55 -07:00
|
|
|
spriteface $0, LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext GuideGentSeaText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
applymovement $2, MovementData_0x19c1b6
|
2015-06-26 23:24:55 -07:00
|
|
|
spriteface $0, UP
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 60
|
2015-06-26 23:24:55 -07:00
|
|
|
spriteface $2, LEFT
|
|
|
|
spriteface $0, RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext GuideGentGiftText
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
|
|
|
stringtotext .mapcardname, $1
|
2015-01-20 00:01:23 -08:00
|
|
|
scall .UnknownScript_0x19c097
|
2015-07-10 05:08:03 -07:00
|
|
|
setflag ENGINE_MAP_CARD
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext GotMapCardText
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext GuideGentPokegearText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
stopfollow
|
2015-02-11 15:03:42 -08:00
|
|
|
special RestartMapMusic
|
2015-06-26 23:24:55 -07:00
|
|
|
spriteface $0, UP
|
2013-02-16 22:54:07 -08:00
|
|
|
applymovement $2, MovementData_0x19c1cb
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_ENTER_DOOR
|
2013-02-16 22:54:07 -08:00
|
|
|
disappear $2
|
2013-09-24 00:48:58 -07:00
|
|
|
clearevent EVENT_GUIDE_GENT_VISIBLE_IN_CHERRYGROVE
|
2013-02-16 22:54:07 -08:00
|
|
|
waitbutton
|
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
.UnknownScript_0x19c097
|
2015-07-11 23:00:17 -07:00
|
|
|
jumpstd receiveitem
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
.mapcardname
|
2013-02-16 22:54:07 -08:00
|
|
|
db "MAP CARD@"
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
.No
|
|
|
|
writetext GuideGentNoText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x19c0aa:
|
2013-02-16 22:54:07 -08:00
|
|
|
moveperson $3, $27, $7
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x19c0ae:
|
2015-06-26 23:24:55 -07:00
|
|
|
spriteface $0, RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
showemote $0, $0, 15
|
2015-02-11 15:03:42 -08:00
|
|
|
special Functionc48f
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 15
|
|
|
|
appear $3
|
|
|
|
applymovement $3, MovementData_0x19c1ce
|
2015-06-26 23:24:55 -07:00
|
|
|
spriteface $0, RIGHT
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_RIVAL_ENCOUNTER
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19c4e2
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_TOTODILE_FROM_ELM
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19c0ee
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_CHIKORITA_FROM_ELM
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19c104
|
|
|
|
winlosstext UnknownText_0x19c57f, UnknownText_0x19c5e6
|
|
|
|
setlasttalked $3
|
|
|
|
loadtrainer RIVAL1, RIVAL1_3
|
2015-07-09 19:08:03 -07:00
|
|
|
writecode VAR_BATTLETYPE, BATTLETYPE_CANLOSE
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
|
|
|
reloadmapmusic
|
|
|
|
reloadmap
|
|
|
|
iftrue UnknownScript_0x19c11a
|
2015-01-20 00:01:23 -08:00
|
|
|
jump UnknownScript_0x19c126
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x19c0ee:
|
2013-02-16 22:54:07 -08:00
|
|
|
winlosstext UnknownText_0x19c57f, UnknownText_0x19c5e6
|
|
|
|
setlasttalked $3
|
|
|
|
loadtrainer RIVAL1, RIVAL1_1
|
2015-07-09 19:08:03 -07:00
|
|
|
writecode VAR_BATTLETYPE, BATTLETYPE_CANLOSE
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
|
|
|
reloadmapmusic
|
|
|
|
reloadmap
|
|
|
|
iftrue UnknownScript_0x19c11a
|
2015-01-20 00:01:23 -08:00
|
|
|
jump UnknownScript_0x19c126
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x19c104:
|
2013-02-16 22:54:07 -08:00
|
|
|
winlosstext UnknownText_0x19c57f, UnknownText_0x19c5e6
|
|
|
|
setlasttalked $3
|
|
|
|
loadtrainer RIVAL1, RIVAL1_2
|
2015-07-09 19:08:03 -07:00
|
|
|
writecode VAR_BATTLETYPE, BATTLETYPE_CANLOSE
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
|
|
|
reloadmapmusic
|
|
|
|
reloadmap
|
|
|
|
iftrue UnknownScript_0x19c11a
|
2015-01-20 00:01:23 -08:00
|
|
|
jump UnknownScript_0x19c126
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x19c11a:
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_RIVAL_AFTER
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19c608
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
2015-01-20 00:01:23 -08:00
|
|
|
jump UnknownScript_0x19c12f
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x19c126:
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_RIVAL_AFTER
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19c59e
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x19c12f:
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_TACKLE
|
2013-02-16 22:54:07 -08:00
|
|
|
applymovement $0, MovementData_0x19c1d4
|
2015-06-26 23:24:55 -07:00
|
|
|
spriteface $0, LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
applymovement $3, MovementData_0x19c1da
|
|
|
|
disappear $3
|
|
|
|
dotrigger $0
|
2015-06-26 23:24:55 -07:00
|
|
|
special HealParty
|
2013-02-16 22:54:07 -08:00
|
|
|
playmapmusic
|
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
TeacherScript_0x19c146:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2015-07-10 05:08:03 -07:00
|
|
|
checkflag ENGINE_MAP_CARD
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19c154
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19c650
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x19c154:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19c6a8
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
YoungsterScript_0x19c15a:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2015-07-10 05:08:03 -07:00
|
|
|
checkflag ENGINE_POKEDEX
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19c168
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19c6d6
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x19c168:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19c701
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MysticWaterGuy:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_MYSTIC_WATER_IN_CHERRYGROVE
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19c183
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19c766
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
|
|
|
verbosegiveitem MYSTIC_WATER, 1
|
|
|
|
iffalse UnknownScript_0x19c187
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_MYSTIC_WATER_IN_CHERRYGROVE
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x19c183:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19c7c1
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x19c187:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CherrygroveCitySign:
|
|
|
|
jumptext CherrygroveCitySignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
GuideGentsHouseSign:
|
2015-06-25 21:01:08 -07:00
|
|
|
jumptext GuideGentsHouseSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CherrygroveCityPokeCenterSign:
|
2015-06-23 14:02:58 -07:00
|
|
|
jumpstd pokecentersign
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
CherrygroveCityMartSign:
|
2015-06-23 14:02:58 -07:00
|
|
|
jumpstd martsign
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MovementData_0x19c195:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_up
|
|
|
|
step_left
|
|
|
|
turn_head_up
|
|
|
|
step_end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MovementData_0x19c19b:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
turn_head_up
|
|
|
|
step_end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MovementData_0x19c1a3:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
turn_head_up
|
|
|
|
step_end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MovementData_0x19c1ac:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_down
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_down
|
|
|
|
turn_head_left
|
|
|
|
step_end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MovementData_0x19c1b6:
|
2013-02-16 22:54:07 -08: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
|
|
|
|
step_end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MovementData_0x19c1cb:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_up
|
|
|
|
step_up
|
|
|
|
step_end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MovementData_0x19c1ce:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MovementData_0x19c1d4:
|
2013-02-16 22:54:07 -08:00
|
|
|
big_step_down
|
|
|
|
turn_head_up
|
|
|
|
step_end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MovementData_0x19c1d7:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_left
|
|
|
|
turn_head_down
|
|
|
|
step_end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MovementData_0x19c1da:
|
2013-02-16 22:54:07 -08: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
|
|
|
|
step_end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
GuideGentIntroText:
|
2014-03-05 21:29:44 -08: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-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
GuideGentTourText1:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "OK, then!"
|
|
|
|
line "Follow me!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
GuideGentPokeCenterText:
|
2014-03-05 21:29:44 -08: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-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
GuideGentMartText:
|
2014-03-05 21:29:44 -08: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-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
GuideGentRoute30Text:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ROUTE 30 is out"
|
|
|
|
line "this way."
|
|
|
|
|
|
|
|
para "Trainers will be"
|
|
|
|
line "battling their"
|
|
|
|
|
|
|
|
para "prized #MON"
|
|
|
|
line "there."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
GuideGentSeaText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "This is the sea,"
|
|
|
|
line "as you can see."
|
|
|
|
|
|
|
|
para "Some #MON are"
|
|
|
|
line "found only in"
|
|
|
|
cont "water."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
GuideGentGiftText:
|
2014-03-05 21:29:44 -08: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-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
GotMapCardText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER>'s #GEAR"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "now has a MAP!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
GuideGentPokegearText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "#GEAR becomes"
|
|
|
|
line "more useful as you"
|
|
|
|
cont "add CARDS."
|
|
|
|
|
|
|
|
para "I wish you luck on"
|
|
|
|
line "your journey!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
GuideGentNoText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh… It's something"
|
|
|
|
line "I enjoy doing…"
|
|
|
|
|
|
|
|
para "Fine. Come see me"
|
|
|
|
line "when you like."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x19c4e2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text $56, " ", $56, " ", $56
|
|
|
|
|
|
|
|
para "You got a #MON"
|
|
|
|
line "at the LAB."
|
|
|
|
|
|
|
|
para "What a waste."
|
|
|
|
line "A wimp like you."
|
|
|
|
|
|
|
|
para $56, " ", $56, " ", $56
|
|
|
|
|
|
|
|
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-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x19c57f:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Humph. Are you"
|
|
|
|
line "happy you won?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x19c59e:
|
2014-03-05 21:29:44 -08:00
|
|
|
text $56, " ", $56, " ", $56
|
|
|
|
|
|
|
|
para "My name's ???."
|
|
|
|
|
|
|
|
para "I'm going to be"
|
|
|
|
line "the world's great-"
|
|
|
|
cont "est #MON"
|
|
|
|
cont "trainer."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x19c5e6:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Humph. That was a"
|
|
|
|
line "waste of time."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x19c608:
|
2014-03-05 21:29:44 -08:00
|
|
|
text $56, " ", $56, " ", $56
|
|
|
|
|
|
|
|
para "My name's ???."
|
|
|
|
|
|
|
|
para "I'm going to be"
|
|
|
|
line "the world's great-"
|
|
|
|
cont "est #MON"
|
|
|
|
cont "trainer."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x19c650:
|
2014-03-05 21:29:44 -08: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-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x19c6a8:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "When you're with"
|
|
|
|
line "#MON, going"
|
|
|
|
cont "anywhere is fun."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x19c6d6:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "MR.#MON's house"
|
|
|
|
line "is still farther"
|
|
|
|
cont "up ahead."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x19c701:
|
2014-03-05 21:29:44 -08: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-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x19c766:
|
2014-03-05 21:29:44 -08: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-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x19c7c1:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Back to fishing"
|
|
|
|
line "for me, then."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
CherrygroveCitySignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "CHERRYGROVE CITY"
|
|
|
|
|
|
|
|
para "The City of Cute,"
|
|
|
|
line "Fragrant Flowers"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
GuideGentsHouseSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "GUIDE GENT'S HOUSE"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
CherrygroveCity_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 5
|
|
|
|
warp_def $3, $17, 2, GROUP_CHERRYGROVE_MART, MAP_CHERRYGROVE_MART
|
|
|
|
warp_def $3, $1d, 1, GROUP_CHERRYGROVE_POKECENTER_1F, MAP_CHERRYGROVE_POKECENTER_1F
|
|
|
|
warp_def $7, $11, 1, GROUP_CHERRYGROVE_GYM_SPEECH_HOUSE, MAP_CHERRYGROVE_GYM_SPEECH_HOUSE
|
|
|
|
warp_def $9, $19, 1, GROUP_GUIDE_GENTS_HOUSE, MAP_GUIDE_GENTS_HOUSE
|
|
|
|
warp_def $b, $1f, 1, GROUP_CHERRYGROVE_EVOLUTION_SPEECH_HOUSE, MAP_CHERRYGROVE_EVOLUTION_SPEECH_HOUSE
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 2
|
|
|
|
xy_trigger 1, $6, $21, $0, UnknownScript_0x19c0ae, $0, $0
|
|
|
|
xy_trigger 1, $7, $21, $0, UnknownScript_0x19c0aa, $0, $0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 4
|
2015-06-25 21:01:08 -07:00
|
|
|
signpost 8, 30, $0, CherrygroveCitySign
|
|
|
|
signpost 9, 23, $0, GuideGentsHouseSign
|
|
|
|
signpost 3, 24, $0, CherrygroveCityMartSign
|
|
|
|
signpost 3, 30, $0, CherrygroveCityPokeCenterSign
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 5
|
2015-07-11 23:00:17 -07:00
|
|
|
person_event SPRITE_GRAMPS, 10, 36, $6, $0, 255, 255, $0, 0, CherrygroveCityGuideGent, EVENT_6FE
|
|
|
|
person_event SPRITE_SILVER, 10, 43, $3, $0, 255, 255, $0, 0, ObjectEvent, EVENT_6BE
|
|
|
|
person_event SPRITE_TEACHER, 16, 31, $5, $1, 255, 255, $90, 0, TeacherScript_0x19c146, EVENT_ALWAYS_THERE
|
|
|
|
person_event SPRITE_YOUNGSTER, 11, 27, $5, $1, 255, 255, $80, 0, YoungsterScript_0x19c15a, EVENT_ALWAYS_THERE
|
|
|
|
person_event SPRITE_FISHER, 16, 11, $9, $0, 255, 255, $a0, 0, MysticWaterGuy, EVENT_ALWAYS_THERE
|