674 lines
31 KiB
PHP
674 lines
31 KiB
PHP
LilycoveCity_PokemonTrainerFanClub_MapScripts::
|
||
map_script MAP_SCRIPT_ON_FRAME_TABLE, LilycoveCity_PokemonTrainerFanClub_OnFrame
|
||
map_script MAP_SCRIPT_ON_TRANSITION, LilycoveCity_PokemonTrainerFanClub_OnTransition
|
||
.byte 0
|
||
|
||
@ See field_specials.c for a breakdown of the Fan Club and its variables
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_OnFrame:
|
||
map_script_2 VAR_LILYCOVE_FAN_CLUB_STATE, 1, LilycoveCity_PokemonTrainerFanClub_EventScript_MeetFirstFans
|
||
.2byte 0
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_MeetFirstFans::
|
||
lockall
|
||
applymovement LOCALID_TRAINER_FAN_CLUB_LASS, Common_Movement_WalkInPlaceFasterDown
|
||
waitmovement 0
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_OhWowItsPlayer, MSGBOX_DEFAULT
|
||
applymovement LOCALID_TRAINER_FAN_CLUB_LITTLE_GIRL, LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlWatchPlayer
|
||
applymovement LOCALID_TRAINER_FAN_CLUB_MAN, LilycoveCity_PokemonTrainerFanClub_Movement_FanApproachPlayer
|
||
waitmovement 0
|
||
applymovement LOCALID_PLAYER, Common_Movement_WalkInPlaceFasterRight
|
||
waitmovement 0
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_HeardAboutYouImYourFan, MSGBOX_DEFAULT
|
||
applymovement LOCALID_TRAINER_FAN_CLUB_LITTLE_GIRL, LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlMoveCloserToPlayer
|
||
waitmovement 0
|
||
applymovement LOCALID_PLAYER, Common_Movement_WalkInPlaceFasterLeft
|
||
waitmovement 0
|
||
applymovement LOCALID_TRAINER_FAN_CLUB_LITTLE_GIRL, LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlHideFromPlayer
|
||
waitmovement 0
|
||
setvar VAR_LILYCOVE_FAN_CLUB_STATE, 2
|
||
releaseall
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Movement_FanApproachPlayer:
|
||
delay_8
|
||
walk_in_place_faster_down
|
||
walk_down
|
||
walk_down
|
||
walk_down
|
||
walk_left
|
||
walk_left
|
||
step_end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlWatchPlayer:
|
||
walk_fast_left
|
||
walk_fast_left
|
||
walk_fast_down
|
||
walk_fast_down
|
||
walk_fast_left
|
||
walk_fast_down
|
||
step_end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlMoveCloserToPlayer:
|
||
walk_down
|
||
walk_in_place_faster_right
|
||
step_end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Movement_LittleGirlHideFromPlayer:
|
||
jump_in_place_right
|
||
walk_fast_up
|
||
walk_fast_up
|
||
walk_fast_right
|
||
walk_in_place_faster_down
|
||
step_end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_OnTransition:
|
||
call LilycoveCity_PokemonTrainerFanClub_EventScript_HideOrShowInterviewer
|
||
goto_if_eq VAR_LILYCOVE_FAN_CLUB_STATE, 1, LilycoveCity_PokemonTrainerFanClub_EventScript_SetFanMemberPositionsForFirstFanMeeting
|
||
goto_if_eq VAR_LILYCOVE_FAN_CLUB_STATE, 2, LilycoveCity_PokemonTrainerFanClub_EventScript_UpdateFanMemberPositions
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_UpdateFanMemberPositions::
|
||
special TryLoseFansFromPlayTime
|
||
call LilycoveCity_PokemonTrainerFanClub_EventScript_CheckSetUpTVShow
|
||
setvar VAR_0x8004, FANCLUB_MEMBER1
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
call_if_eq VAR_RESULT, FALSE, LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember1ToFarTable
|
||
setvar VAR_0x8004, FANCLUB_MEMBER2
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
call_if_eq VAR_RESULT, FALSE, LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember2ToFarTable
|
||
setvar VAR_0x8004, FANCLUB_MEMBER3
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
call_if_eq VAR_RESULT, FALSE, LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember3ToFarTable
|
||
setvar VAR_0x8004, FANCLUB_MEMBER4
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
call_if_eq VAR_RESULT, FALSE, LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember4ToFarTable
|
||
setvar VAR_0x8004, FANCLUB_MEMBER5
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
call_if_eq VAR_RESULT, FALSE, LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember5ToFarTable
|
||
setvar VAR_0x8004, FANCLUB_MEMBER6
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
call_if_eq VAR_RESULT, FALSE, LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember6ToFarTable
|
||
setvar VAR_0x8004, FANCLUB_MEMBER7
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
call_if_eq VAR_RESULT, FALSE, LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember7ToFarTable
|
||
setvar VAR_0x8004, FANCLUB_MEMBER8
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
call_if_eq VAR_RESULT, FALSE, LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember8ToFarTable
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_HideOrShowInterviewer::
|
||
specialvar VAR_RESULT, ShouldHideFanClubInterviewer
|
||
goto_if_eq VAR_RESULT, TRUE, LilycoveCity_PokemonTrainerFanClub_EventScript_HideInterviewer
|
||
clearflag FLAG_HIDE_LILYCOVE_FAN_CLUB_INTERVIEWER
|
||
clearflag FLAG_FAN_CLUB_STRENGTH_SHARED
|
||
return
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_HideInterviewer::
|
||
setflag FLAG_HIDE_LILYCOVE_FAN_CLUB_INTERVIEWER
|
||
return
|
||
|
||
@ 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::
|
||
setvar VAR_0x8005, NUM_TRAINER_FAN_CLUB_MEMBERS
|
||
setvar VAR_0x8004, FANCLUB_MEMBER1
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
call_if_eq VAR_RESULT, FALSE, LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan
|
||
setvar VAR_0x8004, FANCLUB_MEMBER2
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
call_if_eq VAR_RESULT, FALSE, LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan
|
||
setvar VAR_0x8004, FANCLUB_MEMBER3
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
call_if_eq VAR_RESULT, FALSE, LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan
|
||
setvar VAR_0x8004, FANCLUB_MEMBER4
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
call_if_eq VAR_RESULT, FALSE, LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan
|
||
setvar VAR_0x8004, FANCLUB_MEMBER5
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
call_if_eq VAR_RESULT, FALSE, LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan
|
||
setvar VAR_0x8004, FANCLUB_MEMBER6
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
call_if_eq VAR_RESULT, FALSE, LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan
|
||
setvar VAR_0x8004, FANCLUB_MEMBER7
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
call_if_eq VAR_RESULT, FALSE, LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan
|
||
setvar VAR_0x8004, FANCLUB_MEMBER8
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
call_if_eq VAR_RESULT, FALSE, LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan
|
||
goto_if_ge VAR_0x8005, 5, LilycoveCity_PokemonTrainerFanClub_EventScript_TrySetUpTVShow
|
||
return
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_CountNotPlayersFan::
|
||
subvar VAR_0x8005, 1
|
||
return
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_TrySetUpTVShow::
|
||
special TryPutTrainerFanClubOnAir
|
||
return
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember1ToFarTable::
|
||
setobjectxyperm LOCALID_TRAINER_FAN_CLUB_LASS, 7, 5
|
||
return
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember2ToFarTable::
|
||
setobjectxyperm LOCALID_TRAINER_FAN_CLUB_POKEFAN_M, 3, 4
|
||
return
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember3ToFarTable::
|
||
setobjectxyperm LOCALID_TRAINER_FAN_CLUB_LITTLE_GIRL, 7, 2
|
||
return
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember4ToFarTable::
|
||
setobjectxyperm LOCALID_TRAINER_FAN_CLUB_NINJA_BOY, 5, 5
|
||
return
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember5ToFarTable::
|
||
setobjectxyperm LOCALID_TRAINER_FAN_CLUB_BOY, 5, 2
|
||
return
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember6ToFarTable::
|
||
setobjectxyperm LOCALID_TRAINER_FAN_CLUB_MAN, 8, 4
|
||
return
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember7ToFarTable::
|
||
setobjectxyperm LOCALID_TRAINER_FAN_CLUB_WOMAN, 3, 3
|
||
return
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_MoveMember8ToFarTable::
|
||
setobjectxyperm LOCALID_TRAINER_FAN_CLUB_EXPERT_F, 8, 3
|
||
return
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_SetFanMemberPositionsForFirstFanMeeting::
|
||
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
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_Man::
|
||
lock
|
||
faceplayer
|
||
setvar VAR_0x8004, FANCLUB_MEMBER6
|
||
special BufferFanClubTrainerName
|
||
goto_if_eq VAR_LILYCOVE_FAN_CLUB_STATE, 0, LilycoveCity_PokemonTrainerFanClub_EventScript_ManPlayerNotChampion
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
goto_if_eq VAR_RESULT, TRUE, LilycoveCity_PokemonTrainerFanClub_EventScript_ManPlayersFan
|
||
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
|
||
goto_if_eq VAR_RESULT, (NUM_TRAINER_FAN_CLUB_MEMBERS - 1), LilycoveCity_PokemonTrainerFanClub_EventScript_ManOnlyNonFan
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_TrainersPowerIsOutOfTheOrdinary, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_ManPlayersFan::
|
||
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
|
||
goto_if_eq VAR_RESULT, 1, LilycoveCity_PokemonTrainerFanClub_EventScript_ManOnlyFan
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YoureOneWeWantToWin, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_ManOnlyFan::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_OthersDontKnowYoureTheBest, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_ManOnlyNonFan::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_TrainerIsBestNoOneWantsToListen, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_ManPlayerNotChampion::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_HearingAboutToughNewTrainer, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_Lass::
|
||
lock
|
||
faceplayer
|
||
setvar VAR_0x8004, FANCLUB_MEMBER1
|
||
special BufferFanClubTrainerName
|
||
goto_if_eq VAR_LILYCOVE_FAN_CLUB_STATE, 0, LilycoveCity_PokemonTrainerFanClub_EventScript_LassPlayerNotChampion
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
goto_if_eq VAR_RESULT, TRUE, LilycoveCity_PokemonTrainerFanClub_EventScript_LassPlayersFan
|
||
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
|
||
goto_if_eq VAR_RESULT, (NUM_TRAINER_FAN_CLUB_MEMBERS - 1), LilycoveCity_PokemonTrainerFanClub_EventScript_LassOnlyNonFan
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_ICantHelpLikingBrawly, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_LassPlayersFan::
|
||
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
|
||
goto_if_eq VAR_RESULT, 1, LilycoveCity_PokemonTrainerFanClub_EventScript_LassOnlyFan
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_ImPullingForYou, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_LassOnlyFan::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_BrawlyNoImYourFan, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_LassOnlyNonFan::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_NobodyUnderstandsBrawly, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_LassPlayerNotChampion::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_MyFavoriteTrainerIsBrawly, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanM::
|
||
lock
|
||
faceplayer
|
||
setvar VAR_0x8004, FANCLUB_MEMBER2
|
||
special BufferFanClubTrainerName
|
||
goto_if_eq VAR_LILYCOVE_FAN_CLUB_STATE, 0, LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanMPlayerNotChampion
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
goto_if_eq VAR_RESULT, TRUE, LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanMPlayersFan
|
||
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
|
||
goto_if_eq VAR_RESULT, (NUM_TRAINER_FAN_CLUB_MEMBERS - 1), LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanMOnlyNonFan
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_LongWayToGoComparedToNorman, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanMPlayersFan::
|
||
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
|
||
goto_if_eq VAR_RESULT, 1, LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanMOnlyFan
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YouveSurpassedYourFather, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanMOnlyFan::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YourFatherNeverGaveUpSoKeepOnBattling, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanMOnlyNonFan::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YouAndNormanAreDifferent, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_PokefanMPlayerNotChampion::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_WeDiscussStrongestTrainers, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirl::
|
||
lock
|
||
faceplayer
|
||
setvar VAR_0x8004, FANCLUB_MEMBER3
|
||
special BufferFanClubTrainerName
|
||
goto_if_eq VAR_LILYCOVE_FAN_CLUB_STATE, 0, LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirlPlayerNotChampion
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
goto_if_eq VAR_RESULT, TRUE, LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirlPlayersFan
|
||
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
|
||
goto_if_eq VAR_RESULT, (NUM_TRAINER_FAN_CLUB_MEMBERS - 1), LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirlOnlyNonFan
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_EveryoneThinksTrainerIsCool, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirlPlayersFan::
|
||
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
|
||
goto_if_eq VAR_RESULT, 1, LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirlOnlyFan
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_OhWoweeItsPlayer, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirlOnlyFan::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_AlwaysCheerForYou, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirlOnlyNonFan::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_TrainerIsReallyCoolItsJustMe, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_LittleGirlPlayerNotChampion::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_WishThereWasTrainerLikeThat, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_NinjaBoy::
|
||
lock
|
||
faceplayer
|
||
setvar VAR_0x8004, FANCLUB_MEMBER4
|
||
special BufferFanClubTrainerName
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
goto_if_eq VAR_RESULT, TRUE, LilycoveCity_PokemonTrainerFanClub_EventScript_NinjaBoyPlayersFan
|
||
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
|
||
goto_if_eq VAR_RESULT, (NUM_TRAINER_FAN_CLUB_MEMBERS - 1), LilycoveCity_PokemonTrainerFanClub_EventScript_NinjaBoyOnlyNonFan
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_TrainerIsWickedlyCool, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_NinjaBoyPlayersFan::
|
||
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
|
||
goto_if_eq VAR_RESULT, 1, LilycoveCity_PokemonTrainerFanClub_EventScript_NinjaBoyOnlyFan
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_WantToBeStrongLikeYou, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_NinjaBoyOnlyFan::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_OnlyOneWhoCheersForYou, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_NinjaBoyOnlyNonFan::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_NeverGoingToStopBeingTrainersFan, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_Boy::
|
||
lock
|
||
faceplayer
|
||
setvar VAR_0x8004, FANCLUB_MEMBER5
|
||
special BufferFanClubTrainerName
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
goto_if_eq VAR_RESULT, TRUE, LilycoveCity_PokemonTrainerFanClub_EventScript_BoyPlayersFan
|
||
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
|
||
goto_if_eq VAR_RESULT, (NUM_TRAINER_FAN_CLUB_MEMBERS - 1), LilycoveCity_PokemonTrainerFanClub_EventScript_BoyOnlyNonFan
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_ThinkTrainerIsNumberOne, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_BoyPlayersFan::
|
||
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
|
||
goto_if_eq VAR_RESULT, 1, LilycoveCity_PokemonTrainerFanClub_EventScript_BoyOnlyFan
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YoureAmazingAfterAll, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_BoyOnlyFan::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_ImInYourCorner, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_BoyOnlyNonFan::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YoureMaybeStrongerThanTrainer, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_Woman::
|
||
lock
|
||
faceplayer
|
||
setvar VAR_0x8004, FANCLUB_MEMBER7
|
||
special BufferFanClubTrainerName
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
goto_if_eq VAR_RESULT, TRUE, LilycoveCity_PokemonTrainerFanClub_EventScript_WomanPlayersFan
|
||
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
|
||
goto_if_eq VAR_RESULT, (NUM_TRAINER_FAN_CLUB_MEMBERS - 1), LilycoveCity_PokemonTrainerFanClub_EventScript_WomanOnlyNonFan
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_TrainerIsStandout, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_WomanPlayersFan::
|
||
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
|
||
goto_if_eq VAR_RESULT, 1, LilycoveCity_PokemonTrainerFanClub_EventScript_WomanOnlyFan
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YouChangedMyMind, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_WomanOnlyFan::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YouBattleAttractivelyInToughSituation, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_WomanOnlyNonFan::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_NoOneCanKnockYouButTrainerStronger, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_ExpertF::
|
||
lock
|
||
faceplayer
|
||
setvar VAR_0x8004, FANCLUB_MEMBER8
|
||
special BufferFanClubTrainerName
|
||
specialvar VAR_RESULT, IsFanClubMemberFanOfPlayer
|
||
goto_if_eq VAR_RESULT, TRUE, LilycoveCity_PokemonTrainerFanClub_EventScript_ExpertFPlayersFan
|
||
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
|
||
goto_if_eq VAR_RESULT, (NUM_TRAINER_FAN_CLUB_MEMBERS - 1), LilycoveCity_PokemonTrainerFanClub_EventScript_ExpertFOnlyNonFan
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_HaventRealizedPotential, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_ExpertFPlayersFan::
|
||
specialvar VAR_RESULT, GetNumFansOfPlayerInTrainerFanClub
|
||
goto_if_eq VAR_RESULT, 1, LilycoveCity_PokemonTrainerFanClub_EventScript_ExpertFOnlyFan
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YouImpressive, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_ExpertFOnlyFan::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_OnlyIRecognizeYourTrueWorth, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_ExpertFOnlyNonFan::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YourePowerfulButNotTrueStrength, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_Interviewer::
|
||
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
|
||
end
|
||
|
||
@ 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::
|
||
setvar VAR_0x8005, TVSHOW_FAN_CLUB_SPECIAL
|
||
special InterviewBefore
|
||
goto_if_eq VAR_RESULT, TRUE, LilycoveCity_PokemonTrainerFanClub_EventScript_AlreadyInterviewed2
|
||
copyvar VAR_0x800A, VAR_0x8006
|
||
setvar VAR_0x8004, FANCLUB_MEMBER1
|
||
special BufferFanClubTrainerName
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_WhatsYourOpinionOfTrainer, MSGBOX_DEFAULT
|
||
setvar VAR_0x8004, EASY_CHAT_TYPE_FAN_QUESTION
|
||
copyvar VAR_0x8005, VAR_0x800A
|
||
call Common_ShowEasyChatScreen
|
||
lock
|
||
faceplayer
|
||
goto_if_eq VAR_RESULT, 1, LilycoveCity_PokemonTrainerFanClub_EventScript_SubmitOpinion
|
||
goto_if_eq VAR_RESULT, 0, LilycoveCity_PokemonTrainerFanClub_EventScript_CancelGiveOpinion
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_SubmitOpinion::
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_ThatsWhatYouThink, MSGBOX_DEFAULT
|
||
goto LilycoveCity_PokemonTrainerFanClub_EventScript_RateTrainer
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_CancelGiveOpinion::
|
||
setvar VAR_0x8004, FANCLUB_MEMBER1
|
||
special BufferFanClubTrainerName
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_HaveYouForgottenTrainer, MSGBOX_YESNO
|
||
goto_if_eq VAR_RESULT, YES, LilycoveCity_PokemonTrainerFanClub_EventScript_ForgetTrainer
|
||
goto_if_eq VAR_RESULT, NO, LilycoveCity_PokemonTrainerFanClub_EventScript_AskForOpinion
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_AskForOpinion::
|
||
setvar VAR_0x8004, FANCLUB_MEMBER1
|
||
special BufferFanClubTrainerName
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_WhatsYourOpinionOfTrainer2, MSGBOX_DEFAULT
|
||
setvar VAR_0x8004, EASY_CHAT_TYPE_FAN_QUESTION
|
||
copyvar VAR_0x8005, VAR_0x800A
|
||
call Common_ShowEasyChatScreen
|
||
lock
|
||
faceplayer
|
||
goto_if_eq VAR_RESULT, 1, LilycoveCity_PokemonTrainerFanClub_EventScript_SubmitOpinion
|
||
goto_if_eq VAR_RESULT, 0, LilycoveCity_PokemonTrainerFanClub_EventScript_CancelGiveOpinion
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_RateTrainer::
|
||
setvar VAR_0x8004, FANCLUB_MEMBER1
|
||
special BufferFanClubTrainerName
|
||
message LilycoveCity_PokemonTrainerFanClub_Text_HowStrongRateTrainer
|
||
waitmessage
|
||
setvar VAR_0x8004, SCROLL_MULTI_POKEMON_FAN_CLUB_RATER
|
||
special ShowScrollableMultichoice
|
||
waitstate
|
||
setvar VAR_0x8004, FANCLUB_MEMBER1
|
||
switch VAR_RESULT
|
||
case 11, LilycoveCity_PokemonTrainerFanClub_EventScript_CancelRateTrainer
|
||
case MULTI_B_PRESSED, LilycoveCity_PokemonTrainerFanClub_EventScript_CancelRateTrainer
|
||
setvar VAR_0x8004, FANCLUB_MEMBER1
|
||
special BufferFanClubTrainerName
|
||
copyvar VAR_0x8006, VAR_0x800A
|
||
copyvar VAR_0x8005, VAR_RESULT
|
||
special PutFanClubSpecialOnTheAir
|
||
goto LilycoveCity_PokemonTrainerFanClub_EventScript_CompleteInterview
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_CancelRateTrainer::
|
||
setvar VAR_0x8004, FANCLUB_MEMBER1
|
||
special BufferFanClubTrainerName
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_HaveYouForgottenTrainer2, MSGBOX_YESNO
|
||
goto_if_eq VAR_RESULT, YES, LilycoveCity_PokemonTrainerFanClub_EventScript_ForgetTrainer
|
||
goto_if_eq VAR_RESULT, NO, LilycoveCity_PokemonTrainerFanClub_EventScript_RateTrainer
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_ForgetTrainer::
|
||
setvar VAR_0x8004, FANCLUB_MEMBER1
|
||
special BufferFanClubTrainerName
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_YouShouldMeetTrainer, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_CompleteInterview::
|
||
setvar VAR_0x8004, FANCLUB_MEMBER1
|
||
special BufferFanClubTrainerName
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_Text_ThankYouIllShareThisInfo, MSGBOX_DEFAULT
|
||
setflag FLAG_FAN_CLUB_STRENGTH_SHARED
|
||
release
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_AlreadyInterviewed::
|
||
setvar VAR_0x8004, FANCLUB_MEMBER1
|
||
special BufferFanClubTrainerName
|
||
msgbox LilycoveCity_PokemonTrainerFanClub_HopeYouCatchTVSpecial, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
@ Shouldnt be reached
|
||
LilycoveCity_PokemonTrainerFanClub_EventScript_AlreadyInterviewed2::
|
||
end
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_OhWowItsPlayer:
|
||
.string "哇!\n是{PLAYER}!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_HeardAboutYouImYourFan:
|
||
.string "我听说了!\n你真强!\p我们一直在这儿争论\n谁是最强的训练家,\p当我听说你的时候,\n我就准备做你的粉丝!\p我想看你继续跟其他\n强大的训练家对战,\p这样我们就能看到\n你对战的英姿,\p然后大家都能\n了解你有多么强大。\p我会一直支持你的,\n{PLAYER}!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_YoureOneWeWantToWin:
|
||
.string "嗨,{PLAYER}!\n我们一直想要胜过你!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_OthersDontKnowYoureTheBest:
|
||
.string "别人还不知道\n你是最优秀的!\p我说的不对吗,{PLAYER}?\n给大家看看你的决心吧!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_TrainersPowerIsOutOfTheOrdinary:
|
||
.string "虽然很遗憾,但毫无疑问,\n大家都在谈论的训练家\l是{STR_VAR_1}!\p他的力量……\n并非常人可比。$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_TrainerIsBestNoOneWantsToListen:
|
||
.string "可恶……我一直在提醒大家\n{STR_VAR_1}才是最棒的……\p但没人肯听我的……$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_HearingAboutToughNewTrainer:
|
||
.string "我听说出现了一个\n很强的新人训练家,\p据说这个训练家的实力\n足以打败道馆馆主们。\p你知道这个\n新人训练家吗?$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_ImPullingForYou:
|
||
.string "呀!\n{PLAYER}!\p加油!\n我支持你!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_BrawlyNoImYourFan:
|
||
.string "哎……\n藤树……\p啊,不,不是!\n不是那样!不不不!\p我自始至终都是支持你的!\p让我为你骄傲吧!\n加油!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_ICantHelpLikingBrawly:
|
||
.string "我总是忍不住,\n我最喜欢的还是藤树啊……$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_NobodyUnderstandsBrawly:
|
||
.string "没人了解藤树的\n迷人之处……\p我不在乎!\p就算只有我一个,\n我也要为藤树加油鼓劲!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_MyFavoriteTrainerIsBrawly:
|
||
.string "无论别人怎么说,\n我最喜欢的训练家只有武斗镇的\l道馆馆主藤树!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_YouveSurpassedYourFather:
|
||
.string "你在方方面面都\n超过了你父亲!\p是我说的,\n所以这毫无疑问!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_YourFatherNeverGaveUpSoKeepOnBattling:
|
||
.string "即使遇到挫折,\n你的父亲也不会放弃,\p我相信这点。\p就算你输了,也不要气馁!\n坚持战斗下去!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_LongWayToGoComparedToNorman:
|
||
.string "尽管人们都说\n你比较强,\p但千里的对战更有活力,\n更有激情,更富于表现力……\p要赶上你父亲,\n你还有很长的路要走。$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_YouAndNormanAreDifferent:
|
||
.string "你所散发出来的气息\n和千里越发相似了,\p但你和千里之间\n还有决定性的不同。\p我还不能告诉你这不同是什么,\n你得自己去发掘。$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_WeDiscussStrongestTrainers:
|
||
.string "这里的所有人都非常喜欢\n宝可梦对战,\p我们互相讨论\n所有训练家之中谁比较强。\p如果你出名了,我们也可能\n成为你的粉丝!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_OhWoweeItsPlayer:
|
||
.string "呀,哇啊!是{PLAYER}!\n是本人!\p跟我握握手吧,握握手吧!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_AlwaysCheerForYou:
|
||
.string "我一直支持你,{PLAYER}!\n一直都会!\p我不想看到你输掉,\n{PLAYER},\p因为我知道你真的\n非常非常强,{PLAYER}!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_EveryoneThinksTrainerIsCool:
|
||
.string "{STR_VAR_1}真棒……\p大家都那么想的,是吗?$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_TrainerIsReallyCoolItsJustMe:
|
||
.string "{STR_VAR_1}真的很棒,\n你说呢?\p就算只有我一个,\n我也要为最喜欢的训练家加油助威。$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_WishThereWasTrainerLikeThat:
|
||
.string "我心目中的训练家是……\p沉着……\p强大……\p而且很友善……\p不知道是不是真的有这样的训练家……$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_WantToBeStrongLikeYou:
|
||
.string "哇!是{PLAYER}!\n太棒了!\p我长大后也想变得\n像你那么强,{PLAYER}!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_OnlyOneWhoCheersForYou:
|
||
.string "就算只有我一个……\p我也只会为你加油的,\n{PLAYER}!\p我相信你,{PLAYER}!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_TrainerIsWickedlyCool:
|
||
.string "{STR_VAR_1}非常优秀……\n真想和我的英雄握一握手。$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_NeverGoingToStopBeingTrainersFan:
|
||
.string "就算只有我一个……\p我也会是{STR_VAR_1}\n忠实的粉丝!\p我听说,{STR_VAR_1}\n从未输过!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_YoureAmazingAfterAll:
|
||
.string "{PLAYER}!\n还是你最出色!\p我已看到你就知道\n你会是最棒的,\p我的眼光没错。$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_ImInYourCorner:
|
||
.string "我站在你这一边,\n谁去管别人呢!\p不用担心,\n你放心出去努力对战吧。$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_ThinkTrainerIsNumberOne:
|
||
.string "我想,\n你是个非常优秀的训练家,\p但我觉得{STR_VAR_1}\n现在是第一人。\p这只是我的想法,\n别太在意。$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_YoureMaybeStrongerThanTrainer:
|
||
.string "哇,你真的很强,\n也许比{STR_VAR_1}都强。\p但{STR_VAR_1}需要我。\p如果我都不支持{STR_VAR_1},\n还有谁支持?$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_YouChangedMyMind:
|
||
.string "你让我改主意了!\n你真的很强,不是吗?\p告诉我你是怎么变得这么强的,\n好吗?$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_YouBattleAttractivelyInToughSituation:
|
||
.string "情况越严重,\n你的对战就越吸引人。\p我等不及想看你下一场对战了!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_TrainerIsStandout:
|
||
.string "最近当红的训练家之中,\n{STR_VAR_1}最最突出,\p那种强大不是别人能做到的。\p你做得也不错,\n但你和{STR_VAR_1}不可同日而语。$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_NoOneCanKnockYouButTrainerStronger:
|
||
.string "你现在真的很红……\p你很强大,对宝可梦\n无微不至,没人能打败你。\p但是,我还是相信{STR_VAR_1}。\p{STR_VAR_1}显然极强!\n我敢肯定!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_YouImpressive:
|
||
.string "你……\p不敢相信!$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_OnlyIRecognizeYourTrueWorth:
|
||
.string "要是我早认识到\n你的能力多好。\p我怀疑其他人\n无法理解那内在的潜能。$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_HaventRealizedPotential:
|
||
.string "是的,我在你眼中\n看到了力量,\p但是……\p你还未发掘出\n自己的潜力。$"
|
||
|
||
LilycoveCity_PokemonTrainerFanClub_Text_YourePowerfulButNotTrueStrength:
|
||
.string "毫无疑问,\n你非常强大。\p但是我可以说……\p那力量还未成为\n真正的实力!\p真正的实力是……\n……\p实际上,我也不知道。$"
|