Remove address comments
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
.set LOCALID_ATTENDANT, 1
|
||||
|
||||
SlateportCity_BattleTentLobby_MapScripts:: @ 8208730
|
||||
SlateportCity_BattleTentLobby_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_FRAME_TABLE, SlateportCity_BattleTentLobby_OnFrame
|
||||
map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, SlateportCity_BattleTentLobby_OnWarp
|
||||
.byte 0
|
||||
|
||||
SlateportCity_BattleTentLobby_OnWarp: @ 820873B
|
||||
SlateportCity_BattleTentLobby_OnWarp:
|
||||
map_script_2 VAR_TEMP_1, 0, SlateportCity_BattleTentLobby_EventScript_TurnPlayerNorth
|
||||
.2byte 0
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_TurnPlayerNorth:: @ 8208745
|
||||
SlateportCity_BattleTentLobby_EventScript_TurnPlayerNorth::
|
||||
setvar VAR_TEMP_1, 1
|
||||
turnobject OBJ_EVENT_ID_PLAYER, DIR_NORTH
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_OnFrame: @ 820874F
|
||||
SlateportCity_BattleTentLobby_OnFrame:
|
||||
map_script_2 VAR_TEMP_0, 0, SlateportCity_BattleTentLobby_EventScript_GetChallengeStatus
|
||||
map_script_2 VAR_TEMP_0, CHALLENGE_STATUS_SAVING, SlateportCity_BattleTentLobby_EventScript_QuitWithoutSaving
|
||||
map_script_2 VAR_TEMP_0, CHALLENGE_STATUS_PAUSED, SlateportCity_BattleTentLobby_EventScript_ResumeChallenge
|
||||
@@ -22,11 +22,11 @@ SlateportCity_BattleTentLobby_OnFrame: @ 820874F
|
||||
map_script_2 VAR_TEMP_0, CHALLENGE_STATUS_LOST, SlateportCity_BattleTentLobby_EventScript_LostChallenge
|
||||
.2byte 0
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_GetChallengeStatus:: @ 8208779
|
||||
SlateportCity_BattleTentLobby_EventScript_GetChallengeStatus::
|
||||
frontier_getstatus
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_QuitWithoutSaving:: @ 8208782
|
||||
SlateportCity_BattleTentLobby_EventScript_QuitWithoutSaving::
|
||||
lockall
|
||||
msgbox SlateportCity_BattleTentLobby_Text_DidntSaveBeforeQuitting, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
@@ -36,7 +36,7 @@ SlateportCity_BattleTentLobby_EventScript_QuitWithoutSaving:: @ 8208782
|
||||
releaseall
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_WonChallenge:: @ 82087B7
|
||||
SlateportCity_BattleTentLobby_EventScript_WonChallenge::
|
||||
lockall
|
||||
message SlateportCity_BattleTentLobby_Text_WonThreeMatchesReturnMons
|
||||
waitmessage
|
||||
@@ -45,7 +45,7 @@ SlateportCity_BattleTentLobby_EventScript_WonChallenge:: @ 82087B7
|
||||
slateporttent_save 0
|
||||
playse SE_SAVE
|
||||
waitse
|
||||
SlateportCity_BattleTentLobby_EventScript_GivePrize:: @ 82087E9
|
||||
SlateportCity_BattleTentLobby_EventScript_GivePrize::
|
||||
msgbox SlateportCity_BattleTentLobby_Text_AwardYouThisPrize, MSGBOX_DEFAULT
|
||||
slateporttent_giveprize
|
||||
switch VAR_RESULT
|
||||
@@ -57,11 +57,11 @@ SlateportCity_BattleTentLobby_EventScript_GivePrize:: @ 82087E9
|
||||
waitfanfare
|
||||
goto SlateportCity_BattleTentLobby_EventScript_EndGivePrize
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_NoRoomForPrize:: @ 820882A
|
||||
SlateportCity_BattleTentLobby_EventScript_NoRoomForPrize::
|
||||
msgbox SlateportCity_BattleTentLobby_Text_NoRoomInBagMakeRoom, MSGBOX_DEFAULT
|
||||
goto SlateportCity_BattleTentLobby_EventScript_EndGivePrize
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_LostChallenge:: @ 8208837
|
||||
SlateportCity_BattleTentLobby_EventScript_LostChallenge::
|
||||
lockall
|
||||
message SlateportCity_BattleTentLobby_Text_ReturnRentalMonsSaveResults
|
||||
waitmessage
|
||||
@@ -70,14 +70,14 @@ SlateportCity_BattleTentLobby_EventScript_LostChallenge:: @ 8208837
|
||||
playse SE_SAVE
|
||||
waitse
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_EndGivePrize:: @ 8208861
|
||||
SlateportCity_BattleTentLobby_EventScript_EndGivePrize::
|
||||
msgbox SlateportCity_BattleTentLobby_Text_LookForwardToNextVisit, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_0, 255
|
||||
releaseall
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_ResumeChallenge:: @ 8208871
|
||||
SlateportCity_BattleTentLobby_EventScript_ResumeChallenge::
|
||||
lockall
|
||||
message SlateportCity_BattleTentLobby_Text_BeenWaitingForYou
|
||||
waitmessage
|
||||
@@ -89,7 +89,7 @@ SlateportCity_BattleTentLobby_EventScript_ResumeChallenge:: @ 8208871
|
||||
setvar VAR_0x8006, 2
|
||||
goto SlateportCity_BattleTentLobby_EventScript_EnterChallenge
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_Attendant:: @ 82088AA
|
||||
SlateportCity_BattleTentLobby_EventScript_Attendant::
|
||||
lock
|
||||
faceplayer
|
||||
slateporttent_getprize
|
||||
@@ -97,7 +97,7 @@ SlateportCity_BattleTentLobby_EventScript_Attendant:: @ 82088AA
|
||||
goto_if_ne SlateportCity_BattleTentLobby_EventScript_GivePrize
|
||||
special SavePlayerParty
|
||||
msgbox SlateportCity_BattleTentLobby_Text_WelcomeToBattleTent, MSGBOX_DEFAULT
|
||||
SlateportCity_BattleTentLobby_EventScript_AskEnterChallenge:: @ 82088CA
|
||||
SlateportCity_BattleTentLobby_EventScript_AskEnterChallenge::
|
||||
message SlateportCity_BattleTentLobby_Text_TakeChallenge
|
||||
waitmessage
|
||||
multichoice 17, 6, MULTI_CHALLENGEINFO, FALSE
|
||||
@@ -107,7 +107,7 @@ SlateportCity_BattleTentLobby_EventScript_AskEnterChallenge:: @ 82088CA
|
||||
case 2, SlateportCity_BattleTentLobby_EventScript_CancelChallenge
|
||||
case MULTI_B_PRESSED, SlateportCity_BattleTentLobby_EventScript_CancelChallenge
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_TryEnterChallenge:: @ 8208906
|
||||
SlateportCity_BattleTentLobby_EventScript_TryEnterChallenge::
|
||||
setvar VAR_FRONTIER_FACILITY, FRONTIER_FACILITY_FACTORY
|
||||
setvar VAR_FRONTIER_BATTLE_MODE, FRONTIER_MODE_SINGLES
|
||||
frontier_set FRONTIER_DATA_LVL_MODE, FRONTIER_LVL_TENT
|
||||
@@ -117,7 +117,7 @@ SlateportCity_BattleTentLobby_EventScript_TryEnterChallenge:: @ 8208906
|
||||
case YES, SlateportCity_BattleTentLobby_EventScript_SaveBeforeChallenge
|
||||
case MULTI_B_PRESSED, SlateportCity_BattleTentLobby_EventScript_LoadPartyCancelChallenge
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_SaveBeforeChallenge:: @ 8208950
|
||||
SlateportCity_BattleTentLobby_EventScript_SaveBeforeChallenge::
|
||||
setvar VAR_TEMP_0, 0
|
||||
frontier_set FRONTIER_DATA_SELECTED_MON_ORDER
|
||||
slateporttent_init
|
||||
@@ -130,7 +130,7 @@ SlateportCity_BattleTentLobby_EventScript_SaveBeforeChallenge:: @ 8208950
|
||||
compare VAR_RESULT, 0
|
||||
goto_if_eq SlateportCity_BattleTentLobby_EventScript_CancelChallengeSaveFailed
|
||||
setvar VAR_0x8006, 0
|
||||
SlateportCity_BattleTentLobby_EventScript_EnterChallenge:: @ 82089AC
|
||||
SlateportCity_BattleTentLobby_EventScript_EnterChallenge::
|
||||
msgbox SlateportCity_BattleTentLobby_Text_StepThisWay, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
call SlateportCity_BattleTentLobby_EventScript_WalkToDoor
|
||||
@@ -139,7 +139,7 @@ SlateportCity_BattleTentLobby_EventScript_EnterChallenge:: @ 82089AC
|
||||
waitstate
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_WalkToDoor:: @ 82089C9
|
||||
SlateportCity_BattleTentLobby_EventScript_WalkToDoor::
|
||||
applymovement LOCALID_ATTENDANT, SlateportCity_BattleTentLobby_Movement_AttendantWalkToDoor
|
||||
applymovement OBJ_EVENT_ID_PLAYER, SlateportCity_BattleTentLobby_Movement_PlayerWalkToDoor
|
||||
waitmovement 0
|
||||
@@ -152,53 +152,53 @@ SlateportCity_BattleTentLobby_EventScript_WalkToDoor:: @ 82089C9
|
||||
waitdooranim
|
||||
return
|
||||
|
||||
SlateportCity_BattleTentLobby_Movement_AttendantWalkToDoor: @ 82089F8
|
||||
SlateportCity_BattleTentLobby_Movement_AttendantWalkToDoor:
|
||||
walk_up
|
||||
walk_up
|
||||
walk_up
|
||||
step_end
|
||||
|
||||
SlateportCity_BattleTentLobby_Movement_AttendantEnterDoor: @ 82089FC
|
||||
SlateportCity_BattleTentLobby_Movement_AttendantEnterDoor:
|
||||
walk_up
|
||||
set_invisible
|
||||
step_end
|
||||
|
||||
SlateportCity_BattleTentLobby_Movement_PlayerWalkToDoor: @ 82089FF
|
||||
SlateportCity_BattleTentLobby_Movement_PlayerWalkToDoor:
|
||||
walk_up
|
||||
walk_up
|
||||
walk_up
|
||||
step_end
|
||||
|
||||
SlateportCity_BattleTentLobby_Movement_PlayerEnterDoor: @ 8208A03
|
||||
SlateportCity_BattleTentLobby_Movement_PlayerEnterDoor:
|
||||
walk_up
|
||||
walk_up
|
||||
set_invisible
|
||||
step_end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_ExplainChallenge:: @ 8208A07
|
||||
SlateportCity_BattleTentLobby_EventScript_ExplainChallenge::
|
||||
msgbox SlateportCity_BattleTentLobby_Text_ExplainSlateportTent, MSGBOX_DEFAULT
|
||||
goto SlateportCity_BattleTentLobby_EventScript_AskEnterChallenge
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_CancelChallengeSaveFailed:: @ 8208A14
|
||||
SlateportCity_BattleTentLobby_EventScript_CancelChallengeSaveFailed::
|
||||
frontier_set FRONTIER_DATA_CHALLENGE_STATUS, 0
|
||||
goto SlateportCity_BattleTentLobby_EventScript_CancelChallenge
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_LoadPartyCancelChallenge:: @ 8208A2B
|
||||
SlateportCity_BattleTentLobby_EventScript_LoadPartyCancelChallenge::
|
||||
special LoadPlayerParty
|
||||
SlateportCity_BattleTentLobby_EventScript_CancelChallenge:: @ 8208A2E
|
||||
SlateportCity_BattleTentLobby_EventScript_CancelChallenge::
|
||||
msgbox SlateportCity_BattleTentLobby_Text_LookForwardToNextVisit, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@ Unused
|
||||
SlateportCity_BattleTentLobby_Movement_UnusedEnterDoor:: @ 8208A38
|
||||
SlateportCity_BattleTentLobby_Movement_UnusedEnterDoor::
|
||||
walk_up
|
||||
walk_up
|
||||
walk_up
|
||||
set_invisible
|
||||
step_end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_TormentGiver:: @ 8208A3D
|
||||
SlateportCity_BattleTentLobby_EventScript_TormentGiver::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_RECEIVED_TM41, SlateportCity_BattleTentLobby_EventScript_ReceivedTorment
|
||||
@@ -211,30 +211,30 @@ SlateportCity_BattleTentLobby_EventScript_TormentGiver:: @ 8208A3D
|
||||
release
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_ReceivedTorment:: @ 8208A74
|
||||
SlateportCity_BattleTentLobby_EventScript_ReceivedTorment::
|
||||
msgbox SlateportCity_BattleTentLobby_Text_ExplainTorment, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_Man:: @ 8208A7E
|
||||
SlateportCity_BattleTentLobby_EventScript_Man::
|
||||
msgbox SlateportCity_BattleTentLobby_Text_IllTryUsingBugMons, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_Girl:: @ 8208A87
|
||||
SlateportCity_BattleTentLobby_EventScript_Girl::
|
||||
msgbox SlateportCity_BattleTentLobby_Text_BattleEvenWithoutToughMons, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_Woman:: @ 8208A90
|
||||
SlateportCity_BattleTentLobby_EventScript_Woman::
|
||||
msgbox SlateportCity_BattleTentLobby_Text_NiceIfMoreSelection, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_RulesBoard:: @ 8208A99
|
||||
SlateportCity_BattleTentLobby_EventScript_RulesBoard::
|
||||
lockall
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_RulesAreListed, MSGBOX_DEFAULT
|
||||
goto SlateportCity_BattleTentLobby_EventScript_ReadRulesBoard
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_ReadRulesBoard:: @ 8208AA8
|
||||
SlateportCity_BattleTentLobby_EventScript_ReadRulesBoard::
|
||||
message BattleFrontier_BattleFactoryLobby_Text_ReadWhichHeading
|
||||
waitmessage
|
||||
multichoice 17, 0, MULTI_SLATEPORT_TENT_RULES, FALSE
|
||||
@@ -248,36 +248,36 @@ SlateportCity_BattleTentLobby_EventScript_ReadRulesBoard:: @ 8208AA8
|
||||
case MULTI_B_PRESSED, SlateportCity_BattleTentLobby_EventScript_ExitRules
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_RulesBasics:: @ 8208B06
|
||||
SlateportCity_BattleTentLobby_EventScript_RulesBasics::
|
||||
msgbox SlateportCity_BattleTentLobby_Text_ExplainBasicRules, MSGBOX_DEFAULT
|
||||
goto SlateportCity_BattleTentLobby_EventScript_ReadRulesBoard
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_RulesSwapPartner:: @ 8208B14
|
||||
SlateportCity_BattleTentLobby_EventScript_RulesSwapPartner::
|
||||
msgbox SlateportCity_BattleTentLobby_Text_ExplainSwapPartnerRules, MSGBOX_DEFAULT
|
||||
goto SlateportCity_BattleTentLobby_EventScript_ReadRulesBoard
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_RulesSwapNumber:: @ 8208B22
|
||||
SlateportCity_BattleTentLobby_EventScript_RulesSwapNumber::
|
||||
msgbox SlateportCity_BattleTentLobby_Text_ExplainSwapNumberRules, MSGBOX_DEFAULT
|
||||
goto SlateportCity_BattleTentLobby_EventScript_ReadRulesBoard
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_RulesSwapNotes:: @ 8208B30
|
||||
SlateportCity_BattleTentLobby_EventScript_RulesSwapNotes::
|
||||
msgbox SlateportCity_BattleTentLobby_Text_ExplainSwapNotes, MSGBOX_DEFAULT
|
||||
goto SlateportCity_BattleTentLobby_EventScript_ReadRulesBoard
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_RulesMons:: @ 8208B3E
|
||||
SlateportCity_BattleTentLobby_EventScript_RulesMons::
|
||||
msgbox SlateportCity_BattleTentLobby_Text_ExplainMonRules, MSGBOX_DEFAULT
|
||||
goto SlateportCity_BattleTentLobby_EventScript_ReadRulesBoard
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_EventScript_ExitRules:: @ 8208B4C
|
||||
SlateportCity_BattleTentLobby_EventScript_ExitRules::
|
||||
releaseall
|
||||
end
|
||||
|
||||
SlateportCity_BattleTentLobby_Text_CouldntFindMonForMe: @ 8208B4E
|
||||
SlateportCity_BattleTentLobby_Text_CouldntFindMonForMe:
|
||||
.string "So, like, I couldn't find myself any\n"
|
||||
.string "POKéMON that were, like, for me.\p"
|
||||
.string "So, I figured, like, hey, I should file\n"
|
||||
@@ -287,7 +287,7 @@ SlateportCity_BattleTentLobby_Text_CouldntFindMonForMe: @ 8208B4E
|
||||
.string "Hey, like, you! Zip it, you know?\n"
|
||||
.string "Just, you know, take this!$"
|
||||
|
||||
SlateportCity_BattleTentLobby_Text_ExplainTorment: @ 8208C5C
|
||||
SlateportCity_BattleTentLobby_Text_ExplainTorment:
|
||||
.string "That's, like, TM41, you know?\n"
|
||||
.string "Hey, it's TORMENT, you hearing me?\p"
|
||||
.string "Like, it won't let the other guy\n"
|
||||
@@ -295,18 +295,18 @@ SlateportCity_BattleTentLobby_Text_ExplainTorment: @ 8208C5C
|
||||
.string "Hey, now, you listen here, like,\n"
|
||||
.string "I'm not laying a torment on you!$"
|
||||
|
||||
SlateportCity_BattleTentLobby_Text_IllTryUsingBugMons: @ 8208D27
|
||||
SlateportCity_BattleTentLobby_Text_IllTryUsingBugMons:
|
||||
.string "I don't really like BUG POKéMON,\n"
|
||||
.string "but maybe I'll try using some for\l"
|
||||
.string "a change of pace.\p"
|
||||
.string "Who knows, I might even get to like\n"
|
||||
.string "them!$"
|
||||
|
||||
SlateportCity_BattleTentLobby_Text_BattleEvenWithoutToughMons: @ 8208DA6
|
||||
SlateportCity_BattleTentLobby_Text_BattleEvenWithoutToughMons:
|
||||
.string "You can battle all you want here even\n"
|
||||
.string "if you don't have any tough POKéMON.$"
|
||||
|
||||
SlateportCity_BattleTentLobby_Text_NiceIfMoreSelection: @ 8208DF1
|
||||
SlateportCity_BattleTentLobby_Text_NiceIfMoreSelection:
|
||||
.string "Wouldn't it be nice if they had more of\n"
|
||||
.string "a selection?$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user