Remove address comments

This commit is contained in:
GriffinR
2022-06-24 21:10:48 -04:00
parent d73f39ae40
commit 9cde4e0f74
802 changed files with 20272 additions and 20272 deletions
@@ -7,16 +7,16 @@
.set LOCALID_BEAUTY, 7
.set LOCALID_BLACK_BELT, 8
SaffronCity_PokemonTrainerFanClub_MapScripts:: @ 816F0BF
SaffronCity_PokemonTrainerFanClub_MapScripts::
map_script MAP_SCRIPT_ON_FRAME_TABLE, SaffronCity_PokemonTrainerFanClub_OnFrame
map_script MAP_SCRIPT_ON_TRANSITION, SaffronCity_PokemonTrainerFanClub_OnTransition
.byte 0
SaffronCity_PokemonTrainerFanClub_OnFrame:: @ 816F0CA
SaffronCity_PokemonTrainerFanClub_OnFrame::
map_script_2 VAR_MAP_SCENE_SAFFRON_CITY_POKEMON_TRAINER_FAN_CLUB, 1, SaffronCity_PokemonTrainerFanClub_EventScript_MeetFirstFans
.2byte 0
SaffronCity_PokemonTrainerFanClub_EventScript_MeetFirstFans:: @ 816F0D4
SaffronCity_PokemonTrainerFanClub_EventScript_MeetFirstFans::
lockall
textcolor 1
applymovement LOCALID_BATTLE_GIRL, Movement_WalkInPlaceFastestDown
@@ -37,7 +37,7 @@ SaffronCity_PokemonTrainerFanClub_EventScript_MeetFirstFans:: @ 816F0D4
releaseall
end
SaffronCity_PokemonTrainerFanClub_Movement_FanApproachPlayer:: @ 816F124
SaffronCity_PokemonTrainerFanClub_Movement_FanApproachPlayer::
delay_16
delay_8
walk_down
@@ -48,7 +48,7 @@ SaffronCity_PokemonTrainerFanClub_Movement_FanApproachPlayer:: @ 816F124
step_end
@ Unused, leftover from RS
LilycoveCity_PokemonTrainerFanClub_Movement_FanApproachPlayer:: @ 816F12C
LilycoveCity_PokemonTrainerFanClub_Movement_FanApproachPlayer::
delay_8
walk_in_place_fastest_down
walk_down
@@ -59,7 +59,7 @@ LilycoveCity_PokemonTrainerFanClub_Movement_FanApproachPlayer:: @ 816F12C
step_end
@ Unused, leftover from RS
LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlWatchPlayer:: @ 816F134
LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlWatchPlayer::
walk_fast_left
walk_fast_left
walk_fast_down
@@ -69,13 +69,13 @@ LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlWatchPlayer:: @ 816F134
step_end
@ Unused, leftover from RS
LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlMoveCloserToPlayer:: @ 816F13B
LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlMoveCloserToPlayer::
walk_down
walk_in_place_fastest_right
step_end
@ Unused, leftover from RS
LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlHideFromPlayer:: @ 816F13E
LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlHideFromPlayer::
jump_in_place_right
walk_fast_up
walk_fast_up
@@ -83,14 +83,14 @@ LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlHideFromPlayer:: @ 816F13E
walk_in_place_fastest_down
step_end
SaffronCity_PokemonTrainerFanClub_OnTransition:: @ 816F144
SaffronCity_PokemonTrainerFanClub_OnTransition::
compare VAR_MAP_SCENE_SAFFRON_CITY_POKEMON_TRAINER_FAN_CLUB, 1
goto_if_eq SaffronCity_PokemonTrainerFanClub_EventScript_SetMemberPosForFirstMeeting
compare VAR_MAP_SCENE_SAFFRON_CITY_POKEMON_TRAINER_FAN_CLUB, 2
goto_if_eq SaffronCity_PokemonTrainerFanClub_EventScript_UpdateFanMemberPositions
end
SaffronCity_PokemonTrainerFanClub_EventScript_UpdateFanMemberPositions:: @ 816F15B
SaffronCity_PokemonTrainerFanClub_EventScript_UpdateFanMemberPositions::
special Script_TryLoseFansFromPlayTime
setvar VAR_0x8004, FANCLUB_MEMBER1
specialvar VAR_RESULT, Script_IsFanClubMemberFanOfPlayer
@@ -126,47 +126,47 @@ SaffronCity_PokemonTrainerFanClub_EventScript_UpdateFanMemberPositions:: @ 816F1
call_if_eq SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember8ToFarTable
end
SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember1ToFarTable:: @ 816F207
SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember1ToFarTable::
setobjectxyperm LOCALID_BATTLE_GIRL, 5, 2
setobjectmovementtype LOCALID_BATTLE_GIRL, MOVEMENT_TYPE_FACE_UP
return
SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember2ToFarTable:: @ 816F213
SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember2ToFarTable::
setobjectxyperm LOCALID_YOUNGSTER, 7, 4
setobjectmovementtype LOCALID_YOUNGSTER, MOVEMENT_TYPE_FACE_LEFT
return
SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember3ToFarTable:: @ 816F21F
SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember3ToFarTable::
setobjectxyperm LOCALID_GENTLEMAN, 2, 2
setobjectmovementtype LOCALID_GENTLEMAN, MOVEMENT_TYPE_FACE_UP
return
SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember4ToFarTable:: @ 816F22B
SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember4ToFarTable::
setobjectxyperm LOCALID_LITTLE_GIRL, 3, 4
setobjectmovementtype LOCALID_LITTLE_GIRL, MOVEMENT_TYPE_FACE_RIGHT
return
SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember5ToFarTable:: @ 816F237
SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember5ToFarTable::
setobjectxyperm LOCALID_ROCKER, 4, 6
setobjectmovementtype LOCALID_ROCKER, MOVEMENT_TYPE_FACE_UP
return
SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember6ToFarTable:: @ 816F243
SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember6ToFarTable::
setobjectxyperm LOCALID_WOMAN, 10, 3
setobjectmovementtype LOCALID_WOMAN, MOVEMENT_TYPE_FACE_UP
return
SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember7ToFarTable:: @ 816F24F
SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember7ToFarTable::
setobjectxyperm LOCALID_BEAUTY, 7, 5
setobjectmovementtype LOCALID_BEAUTY, MOVEMENT_TYPE_FACE_LEFT
return
SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember8ToFarTable:: @ 816F25B
SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember8ToFarTable::
setobjectxyperm LOCALID_BLACK_BELT, 9, 6
setobjectmovementtype LOCALID_BLACK_BELT, MOVEMENT_TYPE_FACE_LEFT
return
SaffronCity_PokemonTrainerFanClub_EventScript_SetMemberPosForFirstMeeting:: @ 816F267
SaffronCity_PokemonTrainerFanClub_EventScript_SetMemberPosForFirstMeeting::
call SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember4ToFarTable
call SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember5ToFarTable
call SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember6ToFarTable
@@ -174,7 +174,7 @@ SaffronCity_PokemonTrainerFanClub_EventScript_SetMemberPosForFirstMeeting:: @ 81
call SaffronCity_PokemonTrainerFanClub_EventScript_MoveMember8ToFarTable
end
SaffronCity_PokemonTrainerFanClub_EventScript_BattleGirl:: @ 816F281
SaffronCity_PokemonTrainerFanClub_EventScript_BattleGirl::
lock
faceplayer
setvar VAR_0x8004, FANCLUB_MEMBER1
@@ -191,7 +191,7 @@ SaffronCity_PokemonTrainerFanClub_EventScript_BattleGirl:: @ 816F281
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_BattleGirlPlayersFan:: @ 816F2C0
SaffronCity_PokemonTrainerFanClub_EventScript_BattleGirlPlayersFan::
specialvar VAR_RESULT, Script_GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, 1
goto_if_eq SaffronCity_PokemonTrainerFanClub_EventScript_BattleGirlOnlyFan
@@ -199,22 +199,22 @@ SaffronCity_PokemonTrainerFanClub_EventScript_BattleGirlPlayersFan:: @ 816F2C0
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_BattleGirlOnlyFan:: @ 816F2DA
SaffronCity_PokemonTrainerFanClub_EventScript_BattleGirlOnlyFan::
msgbox SaffronCity_PokemonTrainerFanClub_Text_IllAlwaysBelieveInYou
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_BattleGirlOnlyNonFan:: @ 816F2E4
SaffronCity_PokemonTrainerFanClub_EventScript_BattleGirlOnlyNonFan::
msgbox SaffronCity_PokemonTrainerFanClub_Text_EveryonesYourFanButICantBe
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_BattleGirlPlayerNotChampion:: @ 816F2EE
SaffronCity_PokemonTrainerFanClub_EventScript_BattleGirlPlayerNotChampion::
msgbox SaffronCity_PokemonTrainerFanClub_Text_TrainersCoolWhenBattling
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_LittleGirl:: @ 816F2F8
SaffronCity_PokemonTrainerFanClub_EventScript_LittleGirl::
lock
faceplayer
setvar VAR_0x8004, FANCLUB_MEMBER4
@@ -231,7 +231,7 @@ SaffronCity_PokemonTrainerFanClub_EventScript_LittleGirl:: @ 816F2F8
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_LittleGirlPlayersFan:: @ 816F337
SaffronCity_PokemonTrainerFanClub_EventScript_LittleGirlPlayersFan::
specialvar VAR_RESULT, Script_GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, 1
goto_if_eq SaffronCity_PokemonTrainerFanClub_EventScript_LittleGirlOnlyFan
@@ -239,22 +239,22 @@ SaffronCity_PokemonTrainerFanClub_EventScript_LittleGirlPlayersFan:: @ 816F337
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_LittleGirlOnlyFan:: @ 816F351
SaffronCity_PokemonTrainerFanClub_EventScript_LittleGirlOnlyFan::
msgbox SaffronCity_PokemonTrainerFanClub_Text_EveryoneButMeStoppedBeingYourFan
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_LittleGirlOnlyNonFan:: @ 816F35B
SaffronCity_PokemonTrainerFanClub_EventScript_LittleGirlOnlyNonFan::
msgbox SaffronCity_PokemonTrainerFanClub_Text_WontStopBeingSabrinasFan
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_LittleGirlPlayerNotChampion:: @ 816F365
SaffronCity_PokemonTrainerFanClub_EventScript_LittleGirlPlayerNotChampion::
msgbox SaffronCity_PokemonTrainerFanClub_Text_CanIBecomeCoolTrainerOneDay
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_Youngster:: @ 816F36F
SaffronCity_PokemonTrainerFanClub_EventScript_Youngster::
lock
faceplayer
setvar VAR_0x8004, FANCLUB_MEMBER2
@@ -271,7 +271,7 @@ SaffronCity_PokemonTrainerFanClub_EventScript_Youngster:: @ 816F36F
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_YoungsterPlayersFan:: @ 816F3AE
SaffronCity_PokemonTrainerFanClub_EventScript_YoungsterPlayersFan::
specialvar VAR_RESULT, Script_GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, 1
goto_if_eq SaffronCity_PokemonTrainerFanClub_EventScript_YoungsterOnlyFan
@@ -279,22 +279,22 @@ SaffronCity_PokemonTrainerFanClub_EventScript_YoungsterPlayersFan:: @ 816F3AE
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_YoungsterOnlyFan:: @ 816F3C8
SaffronCity_PokemonTrainerFanClub_EventScript_YoungsterOnlyFan::
msgbox SaffronCity_PokemonTrainerFanClub_Text_CountingOnYou
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_YoungsterOnlyNonFan:: @ 816F3D2
SaffronCity_PokemonTrainerFanClub_EventScript_YoungsterOnlyNonFan::
msgbox SaffronCity_PokemonTrainerFanClub_Text_BrocksFanToBitterEnd
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_YoungsterPlayerNotChampion:: @ 816F3DC
SaffronCity_PokemonTrainerFanClub_EventScript_YoungsterPlayerNotChampion::
msgbox SaffronCity_PokemonTrainerFanClub_Text_BrocksLastWordOnCool
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_Gentleman:: @ 816F3E6
SaffronCity_PokemonTrainerFanClub_EventScript_Gentleman::
lock
faceplayer
setvar VAR_0x8004, FANCLUB_MEMBER3
@@ -311,7 +311,7 @@ SaffronCity_PokemonTrainerFanClub_EventScript_Gentleman:: @ 816F3E6
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_GentlemanPlayersFan:: @ 816F425
SaffronCity_PokemonTrainerFanClub_EventScript_GentlemanPlayersFan::
specialvar VAR_RESULT, Script_GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, 1
goto_if_eq SaffronCity_PokemonTrainerFanClub_EventScript_GentlemanOnlyFan
@@ -319,22 +319,22 @@ SaffronCity_PokemonTrainerFanClub_EventScript_GentlemanPlayersFan:: @ 816F425
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_GentlemanOnlyFan:: @ 816F43F
SaffronCity_PokemonTrainerFanClub_EventScript_GentlemanOnlyFan::
msgbox SaffronCity_PokemonTrainerFanClub_Text_NeverSeenTrainerOfYourMagnificence
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_GentlemanOnlyNonFan:: @ 816F449
SaffronCity_PokemonTrainerFanClub_EventScript_GentlemanOnlyNonFan::
msgbox SaffronCity_PokemonTrainerFanClub_Text_YouveStillAWaysToGo
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_GentlemanPlayerNotChampion:: @ 816F453
SaffronCity_PokemonTrainerFanClub_EventScript_GentlemanPlayerNotChampion::
msgbox SaffronCity_PokemonTrainerFanClub_Text_YoullBeTalkedAboutIfYouKeepWinning
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_Woman:: @ 816F45D
SaffronCity_PokemonTrainerFanClub_EventScript_Woman::
lock
faceplayer
setvar VAR_0x8004, FANCLUB_MEMBER6
@@ -349,7 +349,7 @@ SaffronCity_PokemonTrainerFanClub_EventScript_Woman:: @ 816F45D
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_WomanPlayersFan:: @ 816F491
SaffronCity_PokemonTrainerFanClub_EventScript_WomanPlayersFan::
specialvar VAR_RESULT, Script_GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, 1
goto_if_eq SaffronCity_PokemonTrainerFanClub_EventScript_WomanOnlyFan
@@ -357,17 +357,17 @@ SaffronCity_PokemonTrainerFanClub_EventScript_WomanPlayersFan:: @ 816F491
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_WomanOnlyFan:: @ 816F4AB
SaffronCity_PokemonTrainerFanClub_EventScript_WomanOnlyFan::
msgbox SaffronCity_PokemonTrainerFanClub_Text_ImYourNumberOneFan
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_WomanOnlyNonFan:: @ 816F4B5
SaffronCity_PokemonTrainerFanClub_EventScript_WomanOnlyNonFan::
msgbox SaffronCity_PokemonTrainerFanClub_Text_EveryoneTalksAboutYou
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_Rocker:: @ 816F4BF
SaffronCity_PokemonTrainerFanClub_EventScript_Rocker::
lock
faceplayer
setvar VAR_0x8004, FANCLUB_MEMBER5
@@ -382,7 +382,7 @@ SaffronCity_PokemonTrainerFanClub_EventScript_Rocker:: @ 816F4BF
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_RockerPlayersFan:: @ 816F4F3
SaffronCity_PokemonTrainerFanClub_EventScript_RockerPlayersFan::
specialvar VAR_RESULT, Script_GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, 1
goto_if_eq SaffronCity_PokemonTrainerFanClub_EventScript_RockerOnlyFan
@@ -390,17 +390,17 @@ SaffronCity_PokemonTrainerFanClub_EventScript_RockerPlayersFan:: @ 816F4F3
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_RockerOnlyFan:: @ 816F50D
SaffronCity_PokemonTrainerFanClub_EventScript_RockerOnlyFan::
msgbox SaffronCity_PokemonTrainerFanClub_Text_ImOnlyOneLeftOfYourFans
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_RockerOnlyNonFan:: @ 816F517
SaffronCity_PokemonTrainerFanClub_EventScript_RockerOnlyNonFan::
msgbox SaffronCity_PokemonTrainerFanClub_Text_ImLoneTrainerFan
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_Beauty:: @ 816F521
SaffronCity_PokemonTrainerFanClub_EventScript_Beauty::
lock
faceplayer
setvar VAR_0x8004, FANCLUB_MEMBER7
@@ -415,7 +415,7 @@ SaffronCity_PokemonTrainerFanClub_EventScript_Beauty:: @ 816F521
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_BeautyPlayersFan:: @ 816F555
SaffronCity_PokemonTrainerFanClub_EventScript_BeautyPlayersFan::
specialvar VAR_RESULT, Script_GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, 1
goto_if_eq SaffronCity_PokemonTrainerFanClub_EventScript_BeautyOnlyFan
@@ -423,17 +423,17 @@ SaffronCity_PokemonTrainerFanClub_EventScript_BeautyPlayersFan:: @ 816F555
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_BeautyOnlyFan:: @ 816F56F
SaffronCity_PokemonTrainerFanClub_EventScript_BeautyOnlyFan::
msgbox SaffronCity_PokemonTrainerFanClub_Text_ImYourOnlyFan
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_BeautyOnlyNonFan:: @ 816F579
SaffronCity_PokemonTrainerFanClub_EventScript_BeautyOnlyNonFan::
msgbox SaffronCity_PokemonTrainerFanClub_Text_BelieveInMasterWithAllMyHeart
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_BlackBelt:: @ 816F583
SaffronCity_PokemonTrainerFanClub_EventScript_BlackBelt::
lock
faceplayer
setvar VAR_0x8004, FANCLUB_MEMBER8
@@ -448,7 +448,7 @@ SaffronCity_PokemonTrainerFanClub_EventScript_BlackBelt:: @ 816F583
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_BlackBeltPlayersFan:: @ 816F5B7
SaffronCity_PokemonTrainerFanClub_EventScript_BlackBeltPlayersFan::
specialvar VAR_RESULT, Script_GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, 1
goto_if_eq SaffronCity_PokemonTrainerFanClub_EventScript_BlackBeltOnlyFan
@@ -456,12 +456,12 @@ SaffronCity_PokemonTrainerFanClub_EventScript_BlackBeltPlayersFan:: @ 816F5B7
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_BlackBeltOnlyFan:: @ 816F5D1
SaffronCity_PokemonTrainerFanClub_EventScript_BlackBeltOnlyFan::
msgbox SaffronCity_PokemonTrainerFanClub_Text_WontStopBeingYourFan
release
end
SaffronCity_PokemonTrainerFanClub_EventScript_BlackBeltOnlyNonFan:: @ 816F5DB
SaffronCity_PokemonTrainerFanClub_EventScript_BlackBeltOnlyNonFan::
msgbox SaffronCity_PokemonTrainerFanClub_Text_NeverBeFanOfAnyoneButMaster
release
end
@@ -1,8 +1,8 @@
SaffronCity_PokemonTrainerFanClub_Text_HuhYou:: @ 819C22B
SaffronCity_PokemonTrainerFanClub_Text_HuhYou::
.string "Huh?\n"
.string "You…$"
SaffronCity_PokemonTrainerFanClub_Text_YourePlayerWereYourFansNow:: @ 819C235
SaffronCity_PokemonTrainerFanClub_Text_YourePlayerWereYourFansNow::
.string "Are you maybe…\n"
.string "… …\p"
.string "You are!\n"
@@ -19,17 +19,17 @@ SaffronCity_PokemonTrainerFanClub_Text_YourePlayerWereYourFansNow:: @ 819C235
.string "That way, maybe other people will\n"
.string "become fans just like me.$"
SaffronCity_PokemonTrainerFanClub_Text_AlwaysCheerForYou:: @ 819C390
SaffronCity_PokemonTrainerFanClub_Text_AlwaysCheerForYou::
.string "I'll always be cheering for you!\p"
.string "Go, {PLAYER}, go!$"
SaffronCity_PokemonTrainerFanClub_Text_IllAlwaysBelieveInYou:: @ 819C3BD
SaffronCity_PokemonTrainerFanClub_Text_IllAlwaysBelieveInYou::
.string "I'll always believe in you,\n"
.string "{PLAYER}.\p"
.string "Please show the others what you're\n"
.string "like when you battle seriously.$"
SaffronCity_PokemonTrainerFanClub_Text_WasYourFanNotAnymore:: @ 819C420
SaffronCity_PokemonTrainerFanClub_Text_WasYourFanNotAnymore::
.string "I'm sorry.\n"
.string "I was your fan before.\p"
.string "But now, you seem to have lost\n"
@@ -37,7 +37,7 @@ SaffronCity_PokemonTrainerFanClub_Text_WasYourFanNotAnymore:: @ 819C420
.string "Lately, I think {STR_VAR_1} has been\n"
.string "a lot cooler.$"
SaffronCity_PokemonTrainerFanClub_Text_EveryonesYourFanButICantBe:: @ 819C4A5
SaffronCity_PokemonTrainerFanClub_Text_EveryonesYourFanButICantBe::
.string "Oh!\n"
.string "{PLAYER}!\p"
.string "Everyone's been all excited about\n"
@@ -48,12 +48,12 @@ SaffronCity_PokemonTrainerFanClub_Text_EveryonesYourFanButICantBe:: @ 819C4A5
.string "Once I became {STR_VAR_1}'s fan,\n"
.string "I can't just stop being a fan.$"
SaffronCity_PokemonTrainerFanClub_Text_TrainersCoolWhenBattling:: @ 819C55C
SaffronCity_PokemonTrainerFanClub_Text_TrainersCoolWhenBattling::
.string "I think TRAINERS are so cool when\n"
.string "they're battling.\p"
.string "Don't you think so, too?$"
SaffronCity_PokemonTrainerFanClub_Text_CanYouAutographShorts:: @ 819C5A9
SaffronCity_PokemonTrainerFanClub_Text_CanYouAutographShorts::
.string "Oh! It's {PLAYER}!\n"
.string "Too cool!\p"
.string "Oh!\n"
@@ -61,7 +61,7 @@ SaffronCity_PokemonTrainerFanClub_Text_CanYouAutographShorts:: @ 819C5A9
.string "Can you autograph something?\n"
.string "How about my shorts?$"
SaffronCity_PokemonTrainerFanClub_Text_CountingOnYou:: @ 819C600
SaffronCity_PokemonTrainerFanClub_Text_CountingOnYou::
.string "However hot it's been…\p"
.string "And however cold it may get…\p"
.string "I've always believed in, and worn,\n"
@@ -71,7 +71,7 @@ SaffronCity_PokemonTrainerFanClub_Text_CountingOnYou:: @ 819C600
.string "I believe in you just as much as\n"
.string "I believe in shorts!$"
SaffronCity_PokemonTrainerFanClub_Text_BrocksMyHero:: @ 819C6BA
SaffronCity_PokemonTrainerFanClub_Text_BrocksMyHero::
.string "BROCK's my hero!\n"
.string "He's a man among men!\p"
.string "Heheh, I got my mom to do\n"
@@ -79,7 +79,7 @@ SaffronCity_PokemonTrainerFanClub_Text_BrocksMyHero:: @ 819C6BA
.string "I got her to embroider “BROCK”\n"
.string "on my shorts!$"
SaffronCity_PokemonTrainerFanClub_Text_BrocksFanToBitterEnd:: @ 819C73A
SaffronCity_PokemonTrainerFanClub_Text_BrocksFanToBitterEnd::
.string "… …\p"
.string "… …\n"
.string "I'm BROCK's fan!\p"
@@ -88,13 +88,13 @@ SaffronCity_PokemonTrainerFanClub_Text_BrocksFanToBitterEnd:: @ 819C73A
.string "and on my shorts!\p"
.string "I'll be his fan to the bitter end!$"
SaffronCity_PokemonTrainerFanClub_Text_BrocksLastWordOnCool:: @ 819C7C8
SaffronCity_PokemonTrainerFanClub_Text_BrocksLastWordOnCool::
.string "BROCK's the last word on cool,\n"
.string "end of story!\p"
.string "Now there's a guy who I want to\n"
.string "be like!$"
SaffronCity_PokemonTrainerFanClub_Text_HadPleasureOfWatchingYouBattle:: @ 819C81E
SaffronCity_PokemonTrainerFanClub_Text_HadPleasureOfWatchingYouBattle::
.string "{PLAYER}, I've had the pleasure of\n"
.string "watching you battle.\p"
.string "It brings back sweet memories of\n"
@@ -102,7 +102,7 @@ SaffronCity_PokemonTrainerFanClub_Text_HadPleasureOfWatchingYouBattle:: @ 819C81
.string "May you continue to find success.\n"
.string "You have a fan in me!$"
SaffronCity_PokemonTrainerFanClub_Text_NeverSeenTrainerOfYourMagnificence:: @ 819C8C1
SaffronCity_PokemonTrainerFanClub_Text_NeverSeenTrainerOfYourMagnificence::
.string "I have journeyed far and wide\n"
.string "across the lands.\p"
.string "But never have I seen a TRAINER\n"
@@ -112,13 +112,13 @@ SaffronCity_PokemonTrainerFanClub_Text_NeverSeenTrainerOfYourMagnificence:: @ 81
.string "Make that a promise to me,\n"
.string "my young idol!$"
SaffronCity_PokemonTrainerFanClub_Text_HmmAndYouAre:: @ 819C986
SaffronCity_PokemonTrainerFanClub_Text_HmmAndYouAre::
.string "Hmm…\n"
.string "And you are?\p"
.string "Were you hoping to sign up for\n"
.string "a membership in our FAN CLUB?$"
SaffronCity_PokemonTrainerFanClub_Text_YouveStillAWaysToGo:: @ 819C9D5
SaffronCity_PokemonTrainerFanClub_Text_YouveStillAWaysToGo::
.string "Ah, so you are the much-\n"
.string "talked-about {PLAYER}.\p"
.string "You certainly do have the look of\n"
@@ -128,7 +128,7 @@ SaffronCity_PokemonTrainerFanClub_Text_YouveStillAWaysToGo:: @ 819C9D5
.string "… …\p"
.string "You've still a ways to go!$"
SaffronCity_PokemonTrainerFanClub_Text_YoullBeTalkedAboutIfYouKeepWinning:: @ 819CA7C
SaffronCity_PokemonTrainerFanClub_Text_YoullBeTalkedAboutIfYouKeepWinning::
.string "All of us gathered here are fans\n"
.string "of POKéMON TRAINERS.\p"
.string "The way they look in battle…\n"
@@ -136,12 +136,12 @@ SaffronCity_PokemonTrainerFanClub_Text_YoullBeTalkedAboutIfYouKeepWinning:: @ 81
.string "Perhaps you will be talked about\n"
.string "here, too, if you keep winning.$"
SaffronCity_PokemonTrainerFanClub_Text_WantToBeLikeYouOneDay:: @ 819CB32
SaffronCity_PokemonTrainerFanClub_Text_WantToBeLikeYouOneDay::
.string "It's {PLAYER}!\n"
.string "It's {PLAYER}!\p"
.string "I want to be like {PLAYER} one day!$"
SaffronCity_PokemonTrainerFanClub_Text_EveryoneButMeStoppedBeingYourFan:: @ 819CB62
SaffronCity_PokemonTrainerFanClub_Text_EveryoneButMeStoppedBeingYourFan::
.string "Everyone stopped being {PLAYER}'s\n"
.string "fan…\p"
.string "But that means I can have {PLAYER}\n"
@@ -149,13 +149,13 @@ SaffronCity_PokemonTrainerFanClub_Text_EveryoneButMeStoppedBeingYourFan:: @ 819C
.string "Yay! Go for it!\n"
.string "My one and only {PLAYER}!$"
SaffronCity_PokemonTrainerFanClub_Text_WantToBeLikeSabrina:: @ 819CBD3
SaffronCity_PokemonTrainerFanClub_Text_WantToBeLikeSabrina::
.string "Do you know what?\n"
.string "I want to be like SABRINA!\p"
.string "I want to be a psychic girl just\n"
.string "like her!$"
SaffronCity_PokemonTrainerFanClub_Text_WontStopBeingSabrinasFan:: @ 819CC2B
SaffronCity_PokemonTrainerFanClub_Text_WontStopBeingSabrinasFan::
.string "Even if I'm the only one, I won't\n"
.string "stop being SABRINA's fan.\p"
.string "My dream is to be like SABRINA,\n"
@@ -163,11 +163,11 @@ SaffronCity_PokemonTrainerFanClub_Text_WontStopBeingSabrinasFan:: @ 819CC2B
.string "I want to be a psychic girl just\n"
.string "like her!$"
SaffronCity_PokemonTrainerFanClub_Text_CanIBecomeCoolTrainerOneDay:: @ 819CCC2
SaffronCity_PokemonTrainerFanClub_Text_CanIBecomeCoolTrainerOneDay::
.string "I wonder if I can become a cool\n"
.string "TRAINER one day?$"
SaffronCity_PokemonTrainerFanClub_Text_TheWayYouBattleIsCool:: @ 819CCF3
SaffronCity_PokemonTrainerFanClub_Text_TheWayYouBattleIsCool::
.string "Oh, man, oh, man!\n"
.string "Cool! Too cool!\p"
.string "…Huh?\n"
@@ -175,7 +175,7 @@ SaffronCity_PokemonTrainerFanClub_Text_TheWayYouBattleIsCool:: @ 819CCF3
.string "Just the way you battle.\n"
.string "That's cool.$"
SaffronCity_PokemonTrainerFanClub_Text_ImOnlyOneLeftOfYourFans:: @ 819CD4E
SaffronCity_PokemonTrainerFanClub_Text_ImOnlyOneLeftOfYourFans::
.string "Yo, {PLAYER}!\p"
.string "Looks like I'm the only one left\n"
.string "out of your fans.\p"
@@ -183,13 +183,13 @@ SaffronCity_PokemonTrainerFanClub_Text_ImOnlyOneLeftOfYourFans:: @ 819CD4E
.string "fan… It's less stressful.\p"
.string "Keep up and at it!$"
SaffronCity_PokemonTrainerFanClub_Text_LoveWayTrainerTalks:: @ 819CDDA
SaffronCity_PokemonTrainerFanClub_Text_LoveWayTrainerTalks::
.string "{STR_VAR_1}'s cool, huh?\n"
.string "I love the way he talks.\p"
.string "I'd really relish a chance to meet\n"
.string "him in person once.$"
SaffronCity_PokemonTrainerFanClub_Text_ImLoneTrainerFan:: @ 819CE3A
SaffronCity_PokemonTrainerFanClub_Text_ImLoneTrainerFan::
.string "Huh, can you believe it?\n"
.string "Everyone turned into your fans.\p"
.string "So after all we've been through,\n"
@@ -197,7 +197,7 @@ SaffronCity_PokemonTrainerFanClub_Text_ImLoneTrainerFan:: @ 819CE3A
.string "Eh, being the one and only\n"
.string "{STR_VAR_1} fan's my style, anyway.$"
SaffronCity_PokemonTrainerFanClub_Text_AdoreWayYouBattle:: @ 819CEDF
SaffronCity_PokemonTrainerFanClub_Text_AdoreWayYouBattle::
.string "Oh, my goodness!\n"
.string "Is it really you, {PLAYER}?\p"
.string "I have to tell you, I adore the\n"
@@ -205,7 +205,7 @@ SaffronCity_PokemonTrainerFanClub_Text_AdoreWayYouBattle:: @ 819CEDF
.string "I hope you'll keep at it.\n"
.string "I'll be your number one fan!$"
SaffronCity_PokemonTrainerFanClub_Text_ImYourNumberOneFan:: @ 819CF6D
SaffronCity_PokemonTrainerFanClub_Text_ImYourNumberOneFan::
.string "Oh, my goodness!\n"
.string "If it isn't {PLAYER}!\p"
.string "It's so disappointing… I realized\n"
@@ -214,13 +214,13 @@ SaffronCity_PokemonTrainerFanClub_Text_ImYourNumberOneFan:: @ 819CF6D
.string "Let me cheer you on, at least!\p"
.string "Hurray, hurray, {PLAYER}!$"
SaffronCity_PokemonTrainerFanClub_Text_TrainerHasBeenOnFire:: @ 819D01F
SaffronCity_PokemonTrainerFanClub_Text_TrainerHasBeenOnFire::
.string "Recently, {STR_VAR_1} has been on\n"
.string "fire.\p"
.string "The way he battles… It's just \n"
.string "the way that I like it!$"
SaffronCity_PokemonTrainerFanClub_Text_EveryoneTalksAboutYou:: @ 819D075
SaffronCity_PokemonTrainerFanClub_Text_EveryoneTalksAboutYou::
.string "Oh, hello!\n"
.string "If it isn't {PLAYER}!\p"
.string "Lately, all everyone talks about\n"
@@ -228,25 +228,25 @@ SaffronCity_PokemonTrainerFanClub_Text_EveryoneTalksAboutYou:: @ 819D075
.string "I'm feeling lonesome because I\n"
.string "prefer {STR_VAR_1}.$"
SaffronCity_PokemonTrainerFanClub_Text_YouReallyAreAmazing:: @ 819D0E3
SaffronCity_PokemonTrainerFanClub_Text_YouReallyAreAmazing::
.string "Amazing!\n"
.string "{PLAYER}, you really are amazing!\p"
.string "Instead of just watching, maybe\n"
.string "I should become a TRAINER, too.$"
SaffronCity_PokemonTrainerFanClub_Text_ImYourOnlyFan:: @ 819D148
SaffronCity_PokemonTrainerFanClub_Text_ImYourOnlyFan::
.string "I'm your only fan…\n"
.string "Sigh… This is lonely…\p"
.string "Can't you try harder and make the\n"
.string "others take notice of you?$"
SaffronCity_PokemonTrainerFanClub_Text_WhyCantOthersSeeMastersDignity:: @ 819D1AE
SaffronCity_PokemonTrainerFanClub_Text_WhyCantOthersSeeMastersDignity::
.string "Master {STR_VAR_1} is so dignified…\n"
.string "He is so my type.\p"
.string "Why can't the others see the\n"
.string "dignity he simply oozes?$"
SaffronCity_PokemonTrainerFanClub_Text_BelieveInMasterWithAllMyHeart:: @ 819D211
SaffronCity_PokemonTrainerFanClub_Text_BelieveInMasterWithAllMyHeart::
.string "I believe in Master {STR_VAR_1}\n"
.string "with all my heart.\p"
.string "Even if I am the only one to\n"
@@ -255,14 +255,14 @@ SaffronCity_PokemonTrainerFanClub_Text_BelieveInMasterWithAllMyHeart:: @ 819D211
.string "Not if I keep thinking about Master\n"
.string "{STR_VAR_1}.$"
SaffronCity_PokemonTrainerFanClub_Text_YourBattleStyleIsEducational:: @ 819D2B4
SaffronCity_PokemonTrainerFanClub_Text_YourBattleStyleIsEducational::
.string "Hiyah!\p"
.string "Your battling style is most\n"
.string "educational.\p"
.string "I hope that you will keep plugging\n"
.string "away at success, hiyah!$"
SaffronCity_PokemonTrainerFanClub_Text_WontStopBeingYourFan:: @ 819D31F
SaffronCity_PokemonTrainerFanClub_Text_WontStopBeingYourFan::
.string "Instead of just watching others\n"
.string "battle, battle yourself!\p"
.string "…My DOJO's MASTER chewed me out\n"
@@ -271,7 +271,7 @@ SaffronCity_PokemonTrainerFanClub_Text_WontStopBeingYourFan:: @ 819D31F
.string "being your fan!\p"
.string "I can't stop being your fan!$"
SaffronCity_PokemonTrainerFanClub_Text_OnlyMasterHasMyRespect:: @ 819D3D2
SaffronCity_PokemonTrainerFanClub_Text_OnlyMasterHasMyRespect::
.string "Hiyah! There is but one TRAINER\n"
.string "who has my respect.\p"
.string "And that is none other than my\n"
@@ -279,7 +279,7 @@ SaffronCity_PokemonTrainerFanClub_Text_OnlyMasterHasMyRespect:: @ 819D3D2
.string "You should become a fan of my\n"
.string "MASTER like me! Hiyah!$"
SaffronCity_PokemonTrainerFanClub_Text_NeverBeFanOfAnyoneButMaster:: @ 819D477
SaffronCity_PokemonTrainerFanClub_Text_NeverBeFanOfAnyoneButMaster::
.string "Hiyah! I respect my MASTER at the\n"
.string "FIGHTING DOJO.\p"
.string "I will never become a fan of\n"