878 lines
34 KiB
PHP
Raw Normal View History

.set LOCALID_LASS, 1
.set LOCALID_MAN, 2
.set LOCALID_POKEFAN_M, 3
.set LOCALID_LITTLE_GIRL, 4
.set LOCALID_NINJA_BOY, 5
.set LOCALID_BOY, 6
.set LOCALID_WOMAN, 7
.set LOCALID_EXPERT_F, 8
2017-11-09 19:21:31 -06:00
LilycoveCity_PokemonTrainerFanClub_MapScripts:: @ 821C785
2019-11-10 21:54:00 -05:00
map_script MAP_SCRIPT_ON_FRAME_TABLE, LilycoveCity_PokemonTrainerFanClub_OnFrame
map_script MAP_SCRIPT_ON_TRANSITION, LilycoveCity_PokemonTrainerFanClub_OnTransition
2017-11-09 19:21:31 -06:00
.byte 0
2019-11-17 17:34:11 -05:00
@ See field_specials.c for a breakdown of the Fan Club and its variables
2019-11-10 21:54:00 -05:00
LilycoveCity_PokemonTrainerFanClub_OnFrame: @ 821C790
2019-11-17 17:34:11 -05:00
map_script_2 VAR_LILYCOVE_FAN_CLUB_STATE, 1, LilycoveCity_PokemonTrainerFanClub_EventScript_MeetFirstFans
2017-11-09 19:21:31 -06:00
.2byte 0
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_MeetFirstFans:: @ 821C79A
2017-11-09 19:21:31 -06:00
lockall
applymovement LOCALID_LASS, Common_Movement_WalkInPlaceFastestDown
2017-11-09 19:21:31 -06:00
waitmovement 0
2019-11-10 21:54:00 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_OhWowItsPlayer, MSGBOX_DEFAULT
applymovement LOCALID_LITTLE_GIRL, LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlWatchPlayer
applymovement LOCALID_MAN, LilycoveCity_PokemonTrainerFanClub_Movement_FanApproachPlayer
2017-11-09 19:21:31 -06:00
waitmovement 0
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestRight
2017-11-09 19:21:31 -06:00
waitmovement 0
2019-11-10 21:54:00 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_HeardAboutYouImYourFan, MSGBOX_DEFAULT
applymovement LOCALID_LITTLE_GIRL, LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlMoveCloserToPlayer
2017-11-09 19:21:31 -06:00
waitmovement 0
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestLeft
2017-11-09 19:21:31 -06:00
waitmovement 0
applymovement LOCALID_LITTLE_GIRL, LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlHideFromPlayer
2017-11-09 19:21:31 -06:00
waitmovement 0
2018-08-11 14:51:54 -07:00
setvar VAR_LILYCOVE_FAN_CLUB_STATE, 2
2017-11-09 19:21:31 -06:00
releaseall
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_Movement_FanApproachPlayer: @ 821C7F5
delay_8
walk_in_place_fastest_down
walk_down
walk_down
walk_down
walk_left
walk_left
2017-11-09 19:21:31 -06:00
step_end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlWatchPlayer: @ 821C7FD
walk_fast_left
walk_fast_left
walk_fast_down
walk_fast_down
walk_fast_left
walk_fast_down
2017-11-09 19:21:31 -06:00
step_end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlMoveCloserToPlayer: @ 821C804
walk_down
walk_in_place_fastest_right
2017-11-09 19:21:31 -06:00
step_end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlHideFromPlayer: @ 821C807
jump_in_place_right
walk_fast_up
walk_fast_up
walk_fast_right
walk_in_place_fastest_down
2017-11-09 19:21:31 -06:00
step_end
LilycoveCity_PokemonTrainerFanClub_OnTransition: @ 821C80D
2019-11-17 17:34:11 -05:00
call LilycoveCity_PokemonTrainerFanClub_EventScript_HideOrShowInterviewer
2018-08-11 14:51:54 -07:00
compare VAR_LILYCOVE_FAN_CLUB_STATE, 1
2019-11-17 17:34:11 -05:00
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_SetFanMemberPositionsForFirstFanMeeting
2018-08-11 14:51:54 -07:00
compare VAR_LILYCOVE_FAN_CLUB_STATE, 2
2019-11-17 17:34:11 -05:00
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_UpdateFanMemberPositions
end
LilycoveCity_PokemonTrainerFanClub_EventScript_UpdateFanMemberPositions:: @ 821C829
special TryLoseFansFromPlayTime
call LilycoveCity_PokemonTrainerFanClub_EventScript_CheckSetUpTVShow
setvar VAR_0x8004, FANCLUB_MEMBER1
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, FALSE
call_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember1ToFarTable
setvar VAR_0x8004, FANCLUB_MEMBER2
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, FALSE
call_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember2ToFarTable
setvar VAR_0x8004, FANCLUB_MEMBER3
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, FALSE
call_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember3ToFarTable
setvar VAR_0x8004, FANCLUB_MEMBER4
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, FALSE
call_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember4ToFarTable
setvar VAR_0x8004, FANCLUB_MEMBER5
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, FALSE
call_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember5ToFarTable
setvar VAR_0x8004, FANCLUB_MEMBER6
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, FALSE
call_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember6ToFarTable
setvar VAR_0x8004, FANCLUB_MEMBER7
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, FALSE
call_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember7ToFarTable
setvar VAR_0x8004, FANCLUB_MEMBER8
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, FALSE
call_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember8ToFarTable
end
LilycoveCity_PokemonTrainerFanClub_EventScript_HideOrShowInterviewer:: @ 821C8DA
specialvar VAR_RESULT, ShouldHideFanClubInterviewer
compare VAR_RESULT, TRUE
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_HideInterviewer
clearflag FLAG_HIDE_LILYCOVE_FAN_CLUB_INTERVIEWER
2019-01-02 21:12:43 +00:00
clearflag FLAG_FAN_CLUB_STRENGTH_SHARED
2017-11-09 19:21:31 -06:00
return
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_HideInterviewer:: @ 821C8F1
setflag FLAG_HIDE_LILYCOVE_FAN_CLUB_INTERVIEWER
2017-11-09 19:21:31 -06:00
return
2019-11-17 17:34:11 -05:00
@ Set up the fan club TV show, if the player has at least 5 fans in the club
@ Rather than counting up, 1 is subtracted from the total for each member not a fan of the players
LilycoveCity_PokemonTrainerFanClub_EventScript_CheckSetUpTVShow:: @ 821C8F5
setvar VAR_0x8005, NUM_TRAINER_FAN_CLUB_MEMBERS
setvar VAR_0x8004, FANCLUB_MEMBER1
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, FALSE
call_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan
setvar VAR_0x8004, FANCLUB_MEMBER2
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, FALSE
call_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan
setvar VAR_0x8004, FANCLUB_MEMBER3
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, FALSE
call_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan
setvar VAR_0x8004, FANCLUB_MEMBER4
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, FALSE
call_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan
setvar VAR_0x8004, FANCLUB_MEMBER5
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, FALSE
call_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan
setvar VAR_0x8004, FANCLUB_MEMBER6
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, FALSE
call_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan
setvar VAR_0x8004, FANCLUB_MEMBER7
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, FALSE
call_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan
setvar VAR_0x8004, FANCLUB_MEMBER8
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, FALSE
call_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan
compare VAR_0x8005, 5
2019-11-17 17:34:11 -05:00
goto_if_ge LilycoveCity_PokemonTrainerFanClub_EventScript_TrySetUpTVShow
2017-11-09 19:21:31 -06:00
return
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan:: @ 821C9AE
2017-11-09 19:21:31 -06:00
subvar VAR_0x8005, 1
return
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_TrySetUpTVShow:: @ 821C9B4
2021-04-25 17:22:45 -04:00
special TryPutTrainerFanClubOnAir
2017-11-09 19:21:31 -06:00
return
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember1ToFarTable:: @ 821C9B8
setobjectxyperm LOCALID_LASS, 7, 5
2017-11-09 19:21:31 -06:00
return
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember2ToFarTable:: @ 821C9C0
setobjectxyperm LOCALID_POKEFAN_M, 3, 4
2017-11-09 19:21:31 -06:00
return
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember3ToFarTable:: @ 821C9C8
setobjectxyperm LOCALID_LITTLE_GIRL, 7, 2
2017-11-09 19:21:31 -06:00
return
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember4ToFarTable:: @ 821C9D0
setobjectxyperm LOCALID_NINJA_BOY, 5, 5
2017-11-09 19:21:31 -06:00
return
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember5ToFarTable:: @ 821C9D8
setobjectxyperm LOCALID_BOY, 5, 2
2017-11-09 19:21:31 -06:00
return
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember6ToFarTable:: @ 821C9E0
setobjectxyperm LOCALID_MAN, 8, 4
2017-11-09 19:21:31 -06:00
return
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember7ToFarTable:: @ 821C9E8
setobjectxyperm LOCALID_WOMAN, 3, 3
2017-11-09 19:21:31 -06:00
return
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember8ToFarTable:: @ 821C9F0
setobjectxyperm LOCALID_EXPERT_F, 8, 3
2017-11-09 19:21:31 -06:00
return
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_SetFanMemberPositionsForFirstFanMeeting:: @ 821C9F8
call LilycoveCity_PokemonTrainerFanClub_EventScript_CheckSetUpTVShow
call LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember2ToFarTable
call LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember4ToFarTable
call LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember5ToFarTable
call LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember7ToFarTable
call LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember8ToFarTable
2017-11-09 19:21:31 -06:00
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_Man:: @ 821CA17
2017-11-09 19:21:31 -06:00
lock
faceplayer
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER6
special BufferFanClubTrainerName
2018-08-11 14:51:54 -07:00
compare VAR_LILYCOVE_FAN_CLUB_STATE, 0
2019-11-17 17:34:11 -05:00
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_ManPlayerNotChampion
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, TRUE
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_ManPlayersFan
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, (NUM_TRAINER_FAN_CLUB_MEMBERS - 1)
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_ManOnlyNonFan
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_TrainersPowerIsOutOfTheOrdinary, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_ManPlayersFan:: @ 821CA56
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, 1
2019-11-17 17:34:11 -05:00
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_ManOnlyFan
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YoureOneWeWantToWin, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_ManOnlyFan:: @ 821CA70
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_OthersDontKnowYoureTheBest, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_ManOnlyNonFan:: @ 821CA7A
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_TrainerIsBestNoOneWantsToListen, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_ManPlayerNotChampion:: @ 821CA84
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_HearingAboutToughNewTrainer, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_Lass:: @ 821CA8E
2017-11-09 19:21:31 -06:00
lock
faceplayer
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER1
special BufferFanClubTrainerName
2018-08-11 14:51:54 -07:00
compare VAR_LILYCOVE_FAN_CLUB_STATE, 0
2019-11-17 17:34:11 -05:00
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_LassPlayerNotChampion
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, TRUE
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_LassPlayersFan
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, (NUM_TRAINER_FAN_CLUB_MEMBERS - 1)
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_LassOnlyNonFan
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_ICantHelpLikingBrawly, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_LassPlayersFan:: @ 821CACD
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, 1
2019-11-17 17:34:11 -05:00
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_LassOnlyFan
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_ImPullingForYou, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_LassOnlyFan:: @ 821CAE7
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_BrawlyNoImYourFan, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_LassOnlyNonFan:: @ 821CAF1
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_NobodyUnderstandsBrawly, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_LassPlayerNotChampion:: @ 821CAFB
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_MyFavoriteTrainerIsBrawly, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanM:: @ 821CB05
2017-11-09 19:21:31 -06:00
lock
faceplayer
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER2
special BufferFanClubTrainerName
2018-08-11 14:51:54 -07:00
compare VAR_LILYCOVE_FAN_CLUB_STATE, 0
2019-11-17 17:34:11 -05:00
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanMPlayerNotChampion
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, TRUE
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanMPlayersFan
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, (NUM_TRAINER_FAN_CLUB_MEMBERS - 1)
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanMOnlyNonFan
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_LongWayToGoComparedToNorman, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanMPlayersFan:: @ 821CB44
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, 1
2019-11-17 17:34:11 -05:00
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanMOnlyFan
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YouveSurpassedYourFather, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanMOnlyFan:: @ 821CB5E
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YourFatherNeverGaveUpSoKeepOnBattling, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanMOnlyNonFan:: @ 821CB68
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YouAndNormanAreDifferent, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanMPlayerNotChampion:: @ 821CB72
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_WeDiscussStrongestTrainers, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirl:: @ 821CB7C
2017-11-09 19:21:31 -06:00
lock
faceplayer
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER3
special BufferFanClubTrainerName
2018-08-11 14:51:54 -07:00
compare VAR_LILYCOVE_FAN_CLUB_STATE, 0
2019-11-17 17:34:11 -05:00
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirlPlayerNotChampion
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, TRUE
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirlPlayersFan
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, (NUM_TRAINER_FAN_CLUB_MEMBERS - 1)
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirlOnlyNonFan
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_EveryoneThinksTrainerIsCool, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirlPlayersFan:: @ 821CBBB
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, 1
2019-11-17 17:34:11 -05:00
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirlOnlyFan
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_OhWoweeItsPlayer, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirlOnlyFan:: @ 821CBD5
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_AlwaysCheerForYou, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirlOnlyNonFan:: @ 821CBDF
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_TrainerIsReallyCoolItsJustMe, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirlPlayerNotChampion:: @ 821CBE9
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_WishThereWasTrainerLikeThat, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_NinjaBoy:: @ 821CBF3
2017-11-09 19:21:31 -06:00
lock
faceplayer
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER4
special BufferFanClubTrainerName
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, TRUE
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_NinjaBoyPlayersFan
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, (NUM_TRAINER_FAN_CLUB_MEMBERS - 1)
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_NinjaBoyOnlyNonFan
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_TrainerIsWickedlyCool, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_NinjaBoyPlayersFan:: @ 821CC27
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, 1
2019-11-17 17:34:11 -05:00
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_NinjaBoyOnlyFan
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_WantToBeStrongLikeYou, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_NinjaBoyOnlyFan:: @ 821CC41
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_OnlyOneWhoCheersForYou, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_NinjaBoyOnlyNonFan:: @ 821CC4B
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_NeverGoingToStopBeingTrainersFan, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_Boy:: @ 821CC55
2017-11-09 19:21:31 -06:00
lock
faceplayer
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER5
special BufferFanClubTrainerName
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, TRUE
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_BoyPlayersFan
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, (NUM_TRAINER_FAN_CLUB_MEMBERS - 1)
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_BoyOnlyNonFan
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_ThinkTrainerIsNumberOne, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_BoyPlayersFan:: @ 821CC89
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, 1
2019-11-17 17:34:11 -05:00
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_BoyOnlyFan
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YoureAmazingAfterAll, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_BoyOnlyFan:: @ 821CCA3
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_ImInYourCorner, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_BoyOnlyNonFan:: @ 821CCAD
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YoureMaybeStrongerThanTrainer, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_Woman:: @ 821CCB7
2017-11-09 19:21:31 -06:00
lock
faceplayer
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER7
special BufferFanClubTrainerName
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
compare VAR_RESULT, TRUE
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_WomanPlayersFan
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, (NUM_TRAINER_FAN_CLUB_MEMBERS - 1)
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_WomanOnlyNonFan
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_TrainerIsStandout, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_WomanPlayersFan:: @ 821CCEB
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, 1
2019-11-17 17:34:11 -05:00
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_WomanOnlyFan
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YouChangedMyMind, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_WomanOnlyFan:: @ 821CD05
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YouBattleAttractivelyInToughSituation, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_WomanOnlyNonFan:: @ 821CD0F
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_NoOneCanKnockYouButTrainerStronger, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_ExpertF:: @ 821CD19
2017-11-09 19:21:31 -06:00
lock
faceplayer
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER8
special BufferFanClubTrainerName
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
2019-11-10 21:54:00 -05:00
compare VAR_RESULT, TRUE
2019-11-17 17:34:11 -05:00
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_ExpertFPlayersFan
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, (NUM_TRAINER_FAN_CLUB_MEMBERS - 1)
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_ExpertFOnlyNonFan
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_HaventRealizedPotential, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_ExpertFPlayersFan:: @ 821CD4D
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
compare VAR_RESULT, 1
2019-11-17 17:34:11 -05:00
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_ExpertFOnlyFan
2019-11-10 21:54:00 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YouImpressive, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_ExpertFOnlyFan:: @ 821CD67
2019-11-10 21:54:00 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_OnlyIRecognizeYourTrueWorth, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2019-11-17 17:34:11 -05:00
LilycoveCity_PokemonTrainerFanClub_EventScript_ExpertFOnlyNonFan:: @ 821CD71
2019-11-18 12:35:59 -05:00
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YourePowerfulButNotTrueStrength, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
LilycoveCity_PokemonTrainerFanClub_EventScript_Interviewer:: @ 821CD7B
2017-11-09 19:21:31 -06:00
lock
faceplayer
goto_if_set FLAG_FAN_CLUB_STRENGTH_SHARED, LilycoveCity_PokemonTrainerFanClub_EventScript_AlreadyInterviewed
goto_if_unset FLAG_FAN_CLUB_STRENGTH_SHARED, LilycoveCity_PokemonTrainerFanClub_EventScript_Interview
2017-11-09 19:21:31 -06:00
end
2019-11-18 12:35:59 -05:00
@ The interviewer doesnt count as an individual fan club member
@ Instead they always ask about whoever the Lass would be interested in, if not the player
LilycoveCity_PokemonTrainerFanClub_EventScript_Interview:: @ 821CD90
setvar VAR_0x8005, TVSHOW_FAN_CLUB_SPECIAL
2017-11-09 19:21:31 -06:00
special InterviewBefore
compare VAR_RESULT, TRUE
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_AlreadyInterviewed2
2017-11-09 19:21:31 -06:00
copyvar VAR_0x800A, VAR_0x8006
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER1
special BufferFanClubTrainerName
msgbox LilycoveCity_PokemonTrainerFanClub_Text_WhatsYourOpinionOfTrainer, MSGBOX_DEFAULT
2019-02-27 12:45:31 -06:00
setvar VAR_0x8004, EASY_CHAT_TYPE_FAN_QUESTION
2017-11-09 19:21:31 -06:00
copyvar VAR_0x8005, VAR_0x800A
2019-02-27 12:45:31 -06:00
call Common_ShowEasyChatScreen
2017-11-09 19:21:31 -06:00
lock
faceplayer
compare VAR_RESULT, 1
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_SubmitOpinion
compare VAR_RESULT, 0
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_CancelGiveOpinion
2017-11-09 19:21:31 -06:00
end
LilycoveCity_PokemonTrainerFanClub_EventScript_SubmitOpinion:: @ 821CDE0
msgbox LilycoveCity_PokemonTrainerFanClub_Text_ThatsWhatYouThink, MSGBOX_DEFAULT
goto LilycoveCity_PokemonTrainerFanClub_EventScript_RateTrainer
2017-11-09 19:21:31 -06:00
end
LilycoveCity_PokemonTrainerFanClub_EventScript_CancelGiveOpinion:: @ 821CDEE
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER1
special BufferFanClubTrainerName
msgbox LilycoveCity_PokemonTrainerFanClub_Text_HaveYouForgottenTrainer, MSGBOX_YESNO
2019-11-02 12:34:53 -04:00
compare VAR_RESULT, YES
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_ForgetTrainer
2019-11-02 12:34:53 -04:00
compare VAR_RESULT, NO
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_AskForOpinion
2017-11-09 19:21:31 -06:00
end
LilycoveCity_PokemonTrainerFanClub_EventScript_AskForOpinion:: @ 821CE15
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER1
special BufferFanClubTrainerName
msgbox LilycoveCity_PokemonTrainerFanClub_Text_WhatsYourOpinionOfTrainer2, MSGBOX_DEFAULT
2019-02-27 12:45:31 -06:00
setvar VAR_0x8004, EASY_CHAT_TYPE_FAN_QUESTION
2017-11-09 19:21:31 -06:00
copyvar VAR_0x8005, VAR_0x800A
2019-02-27 12:45:31 -06:00
call Common_ShowEasyChatScreen
2017-11-09 19:21:31 -06:00
lock
faceplayer
compare VAR_RESULT, 1
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_SubmitOpinion
compare VAR_RESULT, 0
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_CancelGiveOpinion
2017-11-09 19:21:31 -06:00
end
LilycoveCity_PokemonTrainerFanClub_EventScript_RateTrainer:: @ 821CE4D
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER1
special BufferFanClubTrainerName
message LilycoveCity_PokemonTrainerFanClub_Text_HowStrongRateTrainer
2017-11-09 19:21:31 -06:00
waitmessage
2019-09-13 14:24:07 -04:00
setvar VAR_0x8004, SCROLL_MULTI_POKEMON_FAN_CLUB_RATER
special ShowScrollableMultichoice
2017-11-09 19:21:31 -06:00
waitstate
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER1
2017-11-09 19:21:31 -06:00
switch VAR_RESULT
case 11, LilycoveCity_PokemonTrainerFanClub_EventScript_CancelRateTrainer
case MULTI_B_PRESSED, LilycoveCity_PokemonTrainerFanClub_EventScript_CancelRateTrainer
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER1
special BufferFanClubTrainerName
2017-11-09 19:21:31 -06:00
copyvar VAR_0x8006, VAR_0x800A
copyvar VAR_0x8005, VAR_RESULT
special PutFanClubSpecialOnTheAir
goto LilycoveCity_PokemonTrainerFanClub_EventScript_CompleteInterview
2017-11-09 19:21:31 -06:00
end
LilycoveCity_PokemonTrainerFanClub_EventScript_CancelRateTrainer:: @ 821CE9F
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER1
special BufferFanClubTrainerName
msgbox LilycoveCity_PokemonTrainerFanClub_Text_HaveYouForgottenTrainer2, MSGBOX_YESNO
2019-11-02 12:34:53 -04:00
compare VAR_RESULT, YES
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_ForgetTrainer
2019-11-02 12:34:53 -04:00
compare VAR_RESULT, NO
goto_if_eq LilycoveCity_PokemonTrainerFanClub_EventScript_RateTrainer
2017-11-09 19:21:31 -06:00
end
LilycoveCity_PokemonTrainerFanClub_EventScript_ForgetTrainer:: @ 821CEC6
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER1
special BufferFanClubTrainerName
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YouShouldMeetTrainer, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
LilycoveCity_PokemonTrainerFanClub_EventScript_CompleteInterview:: @ 821CED8
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER1
special BufferFanClubTrainerName
msgbox LilycoveCity_PokemonTrainerFanClub_Text_ThankYouIllShareThisInfo, MSGBOX_DEFAULT
2019-01-02 21:12:43 +00:00
setflag FLAG_FAN_CLUB_STRENGTH_SHARED
2017-11-09 19:21:31 -06:00
release
end
LilycoveCity_PokemonTrainerFanClub_EventScript_AlreadyInterviewed:: @ 821CEED
2019-11-17 17:34:11 -05:00
setvar VAR_0x8004, FANCLUB_MEMBER1
special BufferFanClubTrainerName
msgbox LilycoveCity_PokemonTrainerFanClub_HopeYouCatchTVSpecial, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
@ Shouldnt be reached
LilycoveCity_PokemonTrainerFanClub_EventScript_AlreadyInterviewed2:: @ 821CEFF
2017-11-09 19:21:31 -06:00
end
2019-11-10 21:54:00 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_OhWowItsPlayer: @ 821CF00
2017-11-09 19:21:31 -06:00
.string "Oh, wow!\n"
2018-12-07 10:41:08 -05:00
.string "It's {PLAYER}!$"
2017-11-09 19:21:31 -06:00
2019-11-10 21:54:00 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_HeardAboutYouImYourFan: @ 821CF12
2018-12-07 10:41:08 -05:00
.string "I've heard the news!\n"
.string "You're really strong, aren't you?\p"
2017-11-09 19:21:31 -06:00
.string "We always argue about who is the\n"
.string "strongest of all TRAINERS here.\p"
.string "So when I heard about you, I decided\n"
.string "to be your fan!\p"
2018-12-07 10:41:08 -05:00
.string "I hope you'll keep on battling other\n"
2017-11-09 19:21:31 -06:00
.string "tough TRAINERS.\p"
2018-12-07 10:41:08 -05:00
.string "That way, we'll be able to see more\n"
2017-11-09 19:21:31 -06:00
.string "of your hot, hot battles.\p"
.string "That will make the others here see\n"
.string "exactly how great you are.\p"
2018-12-07 10:41:08 -05:00
.string "Remember, I'm cheering for you,\n"
2017-11-09 19:21:31 -06:00
.string "{PLAYER}!$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_YoureOneWeWantToWin: @ 821D094
2017-11-09 19:21:31 -06:00
.string "Yo, {PLAYER}!\n"
2018-12-07 10:41:08 -05:00
.string "You're the one we want to win!$"
2017-11-09 19:21:31 -06:00
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_OthersDontKnowYoureTheBest: @ 821D0BB
2018-12-07 10:41:08 -05:00
.string "The others, they don't know that\n"
.string "you're the best of the best!\p"
.string "Isn't that right, {PLAYER}?\n"
.string "Show them you've got guts!$"
2017-11-09 19:21:31 -06:00
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_TrainersPowerIsOutOfTheOrdinary: @ 821D12A
2017-11-09 19:21:31 -06:00
.string "I hate to say this, but the TRAINER\n"
2018-12-07 10:41:08 -05:00
.string "everybody's talking about is\l"
2017-11-09 19:21:31 -06:00
.string "{STR_VAR_1}, no question about it!\p"
2018-12-07 10:41:08 -05:00
.string "That TRAINER's power…\n"
.string "It's out of the ordinary.$"
2017-11-09 19:21:31 -06:00
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_TrainerIsBestNoOneWantsToListen: @ 821D1B5
2018-12-07 10:41:08 -05:00
.string "Darn it… I've been telling people\n"
2017-11-09 19:21:31 -06:00
.string "that {STR_VAR_1} is the best now…\p"
.string "But no one wants to listen…$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_HearingAboutToughNewTrainer: @ 821D20C
2018-12-07 10:41:08 -05:00
.string "I've been hearing things about\n"
2017-11-09 19:21:31 -06:00
.string "a tough new TRAINER.\p"
2018-12-07 10:41:08 -05:00
.string "This TRAINER's supposed to be beating\n"
2017-11-09 19:21:31 -06:00
.string "GYM LEADERS, even.\p"
.string "Do you know anything about this\n"
.string "new TRAINER?$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_ImPullingForYou: @ 821D2A6
2017-11-09 19:21:31 -06:00
.string "Oh!\n"
.string "{PLAYER}!\p"
.string "Go for it!\n"
2018-12-07 10:41:08 -05:00
.string "I'm pulling for you!$"
2017-11-09 19:21:31 -06:00
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_BrawlyNoImYourFan: @ 821D2CE
2017-11-09 19:21:31 -06:00
.string "Sigh…\n"
.string "BRAWLY…\p"
.string "Oh, no! Wait!\n"
2018-12-07 10:41:08 -05:00
.string "That's not right! No, no, no!\p"
.string "I'm your fan through and through!\p"
2017-11-09 19:21:31 -06:00
.string "So make me proud!\n"
.string "Go for it!$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_ICantHelpLikingBrawly: @ 821D347
2018-12-07 10:41:08 -05:00
.string "I can't help it, I can only get to\n"
2017-11-09 19:21:31 -06:00
.string "like BRAWLY…$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_NobodyUnderstandsBrawly: @ 821D377
2017-11-09 19:21:31 -06:00
.string "Nobody understands the charm of\n"
.string "BRAWLY…\p"
2018-12-07 10:41:08 -05:00
.string "I don't care!\p"
.string "Even if I'm the only one, I'm going\n"
2017-11-09 19:21:31 -06:00
.string "to keep cheering for BRAWLY!$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_MyFavoriteTrainerIsBrawly: @ 821D3EE
2017-11-09 19:21:31 -06:00
.string "Whatever anyone says, my favorite\n"
2018-12-07 10:41:08 -05:00
.string "TRAINER is DEWFORD's GYM LEADER\l"
2017-11-09 19:21:31 -06:00
.string "BRAWLY!$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_YouveSurpassedYourFather: @ 821D438
2018-12-07 10:41:08 -05:00
.string "You've surpassed your own father in\n"
2017-11-09 19:21:31 -06:00
.string "every regard!\p"
2018-12-07 10:41:08 -05:00
.string "I'm telling you, so there's no question\n"
2017-11-09 19:21:31 -06:00
.string "about it at all!$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_YourFatherNeverGaveUpSoKeepOnBattling: @ 821D4A3
2017-11-09 19:21:31 -06:00
.string "Even when things turned bleak,\n"
.string "your father never gave up.\p"
.string "This I know to be true.\p"
.string "You never give up even if you lose!\n"
.string "So keep on battling!$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_LongWayToGoComparedToNorman: @ 821D52E
2017-11-09 19:21:31 -06:00
.string "NORMAN battled with more power,\n"
.string "charisma, and showmanship than you.\p"
.string "Even though people may say that\n"
2018-12-07 10:41:08 -05:00
.string "you're strong…\p"
.string "You've still got a long way to go\n"
2017-11-09 19:21:31 -06:00
.string "compared to your father.$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_YouAndNormanAreDifferent: @ 821D5DC
2018-12-07 10:41:08 -05:00
.string "You're beginning to get the same\n"
2017-11-09 19:21:31 -06:00
.string "air of awe NORMAN exudes.\p"
2018-12-07 10:41:08 -05:00
.string "But there's something conclusively\n"
2017-11-09 19:21:31 -06:00
.string "different between you and NORMAN.\p"
2018-12-07 10:41:08 -05:00
.string "I can't tell you what that is.\n"
.string "You'll have to find it yourself.$"
2017-11-09 19:21:31 -06:00
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_WeDiscussStrongestTrainers: @ 821D69C
2018-12-07 10:41:08 -05:00
.string "Everyone here, we're all huge fans\n"
2017-11-09 19:21:31 -06:00
.string "of POKéMON battles.\p"
.string "We discuss who we consider to be\n"
.string "the strongest of all TRAINERS.\p"
.string "If you were to become famous,\n"
.string "we might even become your fans!$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_OhWoweeItsPlayer: @ 821D751
2018-12-07 10:41:08 -05:00
.string "Oh, woweee! It's {PLAYER}!\n"
2017-11-09 19:21:31 -06:00
.string "For real, too!\p"
.string "Please, shake my hand, shake my hand!$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_AlwaysCheerForYou: @ 821D79B
2018-12-07 10:41:08 -05:00
.string "I'll always cheer for you, {PLAYER}!\n"
2017-11-09 19:21:31 -06:00
.string "Always, always!\p"
2018-12-07 10:41:08 -05:00
.string "I don't want to see you lose ever,\n"
2017-11-09 19:21:31 -06:00
.string "{PLAYER}.\p"
2018-12-07 10:41:08 -05:00
.string "Because I know you're really,\n"
2017-11-09 19:21:31 -06:00
.string "really strong, {PLAYER}!$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_EveryoneThinksTrainerIsCool: @ 821D822
2017-11-09 19:21:31 -06:00
.string "{STR_VAR_1} is really cool…\p"
.string "Everyone thinks so, right, right?$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_TrainerIsReallyCoolItsJustMe: @ 821D857
2018-12-07 10:41:08 -05:00
.string "{STR_VAR_1} really is cool, don't\n"
2017-11-09 19:21:31 -06:00
.string "you think so?\p"
2018-12-07 10:41:08 -05:00
.string "Even if it's just me, I'm going to keep\n"
2017-11-09 19:21:31 -06:00
.string "cheering my favorite TRAINER.$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_WishThereWasTrainerLikeThat: @ 821D8C4
2017-11-09 19:21:31 -06:00
.string "My favorite TRAINER is…\p"
.string "Cool…\p"
.string "Strong…\p"
.string "And really nice…\p"
.string "I wish there was a TRAINER like that…$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_WantToBeStrongLikeYou: @ 821D921
2018-12-07 10:41:08 -05:00
.string "Whoa! It's {PLAYER}!\n"
2017-11-09 19:21:31 -06:00
.string "Wicked!\p"
.string "When I grow up, I want to be strong\n"
.string "like you, {PLAYER}!$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_OnlyOneWhoCheersForYou: @ 821D96A
2018-12-07 10:41:08 -05:00
.string "Even if I'm the only one…\p"
.string "You'll always be the only one\n"
2017-11-09 19:21:31 -06:00
.string "I cheer for, {PLAYER}!\p"
.string "Because I believe in you, {PLAYER}!$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_TrainerIsWickedlyCool: @ 821D9D1
2017-11-09 19:21:31 -06:00
.string "{STR_VAR_1} is so wickedly cool…\n"
.string "I want to shake hands with my hero.$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_NeverGoingToStopBeingTrainersFan: @ 821DA0D
2018-12-07 10:41:08 -05:00
.string "Even if I'm the only one…\p"
.string "I'm never going to stop being\n"
.string "{STR_VAR_1}'s fan!\p"
.string "Because I've heard, {STR_VAR_1}\n"
2017-11-09 19:21:31 -06:00
.string "never loses!$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_YoureAmazingAfterAll: @ 821DA73
2017-11-09 19:21:31 -06:00
.string "{PLAYER}!\n"
.string "You are amazing after all!\p"
.string "Ever since I set eyes on you,\n"
.string "I knew that you were great.\p"
2018-12-07 10:41:08 -05:00
.string "It looks like my eyes didn't deceive me.$"
2017-11-09 19:21:31 -06:00
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_ImInYourCorner: @ 821DAF5
2017-11-09 19:21:31 -06:00
.string "Who cares about the others.\n"
2018-12-07 10:41:08 -05:00
.string "I'm in your corner!\p"
.string "You don't need to worry. Just get\n"
2017-11-09 19:21:31 -06:00
.string "out there and battle like always.$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_ThinkTrainerIsNumberOne: @ 821DB69
2018-12-07 10:41:08 -05:00
.string "You're a pretty decent TRAINER,\n"
2017-11-09 19:21:31 -06:00
.string "I think.\p"
.string "But I also think that {STR_VAR_1}\n"
.string "is number one right now.\p"
2018-12-07 10:41:08 -05:00
.string "That's just my opinion.\n"
.string "Don't worry about it too much.$"
2017-11-09 19:21:31 -06:00
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_YoureMaybeStrongerThanTrainer: @ 821DBFB
2017-11-09 19:21:31 -06:00
.string "Wow, you really are strong.\n"
.string "Maybe even stronger than {STR_VAR_1}.\p"
.string "But {STR_VAR_1} needs me.\p"
2018-12-07 10:41:08 -05:00
.string "If I don't cheer for {STR_VAR_1},\n"
2017-11-09 19:21:31 -06:00
.string "who will?$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_YouChangedMyMind: @ 821DC68
2018-12-07 10:41:08 -05:00
.string "You've changed my mind!\n"
.string "You are strong, aren't you?\p"
.string "I'd like you to tell me how you managed\n"
2017-11-09 19:21:31 -06:00
.string "to get so strong!$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_YouBattleAttractivelyInToughSituation: @ 821DCD6
2017-11-09 19:21:31 -06:00
.string "The tougher the situation, the more\n"
.string "attractively you battle.\p"
2018-12-07 10:41:08 -05:00
.string "I can't wait for your next battle!$"
2017-11-09 19:21:31 -06:00
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_TrainerIsStandout: @ 821DD36
2017-11-09 19:21:31 -06:00
.string "Among the recently hot TRAINERS,\n"
.string "{STR_VAR_1} is the standout.\p"
2018-12-07 10:41:08 -05:00
.string "That toughness, it's simply not normal.\p"
.string "You're doing okay, but you're not in\n"
2017-11-09 19:21:31 -06:00
.string "the same class as {STR_VAR_1}.$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_NoOneCanKnockYouButTrainerStronger: @ 821DDCE
2017-11-09 19:21:31 -06:00
.string "You are really popular…\p"
2018-12-07 10:41:08 -05:00
.string "You're strong, and you're caring to\n"
2017-11-09 19:21:31 -06:00
.string "POKéMON. No one can knock you.\p"
.string "But, you know, I believe in {STR_VAR_1}.\p"
.string "{STR_VAR_1} is definitely stronger!\n"
2018-12-07 10:41:08 -05:00
.string "I'm positive!$"
2017-11-09 19:21:31 -06:00
2019-11-10 21:54:00 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_YouImpressive: @ 821DE72
2017-11-09 19:21:31 -06:00
.string "You…\p"
.string "Impressive!$"
2019-11-10 21:54:00 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_OnlyIRecognizeYourTrueWorth: @ 821DE83
2017-11-09 19:21:31 -06:00
.string "Your true worth, it is fine if only\n"
.string "I recognized it.\p"
.string "The others I doubt will understand\n"
.string "the hidden power that beats within.$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_HaventRealizedPotential: @ 821DEFF
2017-11-09 19:21:31 -06:00
.string "Yes, I see strength in your eyes.\p"
.string "But!\p"
2018-12-07 10:41:08 -05:00
.string "You still haven't realized your\n"
2017-11-09 19:21:31 -06:00
.string "potential.$"
2019-11-18 12:35:59 -05:00
LilycoveCity_PokemonTrainerFanClub_Text_YourePowerfulButNotTrueStrength: @ 821DF51
2017-11-09 19:21:31 -06:00
.string "It is true that you are tremendously\n"
.string "powerful.\p"
.string "But!\n"
.string "I can tell…\p"
.string "That strength cannot be considered\n"
.string "true strength yet!\p"
.string "True strength is…!\n"
.string "… …\p"
.string "Actually, I have no idea, either.$"