Document multichoice ids

This commit is contained in:
GriffinR
2019-09-19 00:56:51 -04:00
parent b596322ca2
commit de0084ef7a
57 changed files with 570 additions and 563 deletions
+7 -7
View File
@@ -472,22 +472,22 @@ gUnknown_0823B4E8:: @ 823B4E8 ;EventScript_SecretBasePCCancel?
end end
EventScript_SecretBasePCMainMenuChoice:: @ 823B4EF EventScript_SecretBasePCMainMenuChoice:: @ 823B4EF
multichoice 0, 0, 6, 0 multichoice 0, 0, MULTI_DECOR_REGISTRY, 0
switch VAR_RESULT switch VAR_RESULT
case 0, EventScript_23B581 case 0, EventScript_23B581
case 1, EventScript_23B568 case 1, EventScript_23B568
case 2, EventScript_23B585 case 2, EventScript_23B585
case 3, EventScript_23B66E case 3, EventScript_23B66E
case 127, EventScript_23B66E case MULTI_B_PRESSED, EventScript_23B66E
end end
EventScript_23B531:: @ 823B531 EventScript_23B531:: @ 823B531
multichoice 0, 0, 5, 0 multichoice 0, 0, MULTI_DECOR_NOREGISTRY, 0
switch VAR_RESULT switch VAR_RESULT
case 0, EventScript_23B581 case 0, EventScript_23B581
case 1, EventScript_23B568 case 1, EventScript_23B568
case 2, EventScript_23B66E case 2, EventScript_23B66E
case 127, EventScript_23B66E case MULTI_B_PRESSED, EventScript_23B66E
end end
EventScript_23B568:: @ 823B568 EventScript_23B568:: @ 823B568
@@ -522,13 +522,13 @@ EventScript_RecordMixingSecretBasePC:: @ 823B589
EventScript_23B5A1:: @ 823B5A1 EventScript_23B5A1:: @ 823B5A1
message Text_SecretBasePCStartMenu message Text_SecretBasePCStartMenu
waitmessage waitmessage
multichoice 0, 0, 7, 0 multichoice 0, 0, MULTI_REGISTER_MENU, 0
switch VAR_RESULT switch VAR_RESULT
case 0, EventScript_23B5F0 case 0, EventScript_23B5F0
case 1, EventScript_23B585 case 1, EventScript_23B585
case 2, EventScript_23B660 case 2, EventScript_23B660
case 3, EventScript_23B66E case 3, EventScript_23B66E
case 127, EventScript_23B66E case MULTI_B_PRESSED, EventScript_23B66E
end end
gUnknown_0823B5E9:: @ 823B5E9 gUnknown_0823B5E9:: @ 823B5E9
@@ -4019,7 +4019,7 @@ BattleFrontier_BattleTowerLobby_EventScript_28CB96:: @ 828CB96
BattleFrontier_BattleTowerLobby_EventScript_28CBD8:: @ 828CBD8 BattleFrontier_BattleTowerLobby_EventScript_28CBD8:: @ 828CBD8
message BattleFrontier_BattleTowerLobby_Text_27F7BA message BattleFrontier_BattleTowerLobby_Text_27F7BA
waitmessage waitmessage
multichoice 20, 8, 45, 1 multichoice 20, 8, MULTI_SATISFACTION, 1
copyvar VAR_0x8008, VAR_RESULT copyvar VAR_0x8008, VAR_RESULT
compare VAR_RESULT, 0 compare VAR_RESULT, 0
call_if_eq BattleFrontier_BattleTowerLobby_EventScript_28CC38 call_if_eq BattleFrontier_BattleTowerLobby_EventScript_28CC38
@@ -169,30 +169,30 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_2576B0:: @ 82576B0
call BattleFrontier_BattleArenaBattleRoom_EventScript_23E8E0 call BattleFrontier_BattleArenaBattleRoom_EventScript_23E8E0
compare VAR_RESULT, 1 compare VAR_RESULT, 1
goto_if_eq BattleFrontier_BattleArenaBattleRoom_EventScript_257768 goto_if_eq BattleFrontier_BattleArenaBattleRoom_EventScript_257768
multichoice 19, 4, 103, 1 multichoice 19, 4, MULTI_GO_ON_RECORD_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleArenaBattleRoom_EventScript_25783A case 0, BattleFrontier_BattleArenaBattleRoom_EventScript_25783A
case 1, BattleFrontier_BattleArenaBattleRoom_EventScript_25779E case 1, BattleFrontier_BattleArenaBattleRoom_EventScript_25779E
case 2, BattleFrontier_BattleArenaBattleRoom_EventScript_2577DA case 2, BattleFrontier_BattleArenaBattleRoom_EventScript_2577DA
case 3, BattleFrontier_BattleArenaBattleRoom_EventScript_257808 case 3, BattleFrontier_BattleArenaBattleRoom_EventScript_257808
case 127, BattleFrontier_BattleArenaBattleRoom_EventScript_2576B0 case MULTI_B_PRESSED, BattleFrontier_BattleArenaBattleRoom_EventScript_2576B0
BattleFrontier_BattleArenaBattleRoom_EventScript_257768:: @ 8257768 BattleFrontier_BattleArenaBattleRoom_EventScript_257768:: @ 8257768
multichoice 20, 6, 104, 1 multichoice 20, 6, MULTI_GO_ON_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleArenaBattleRoom_EventScript_25783A case 0, BattleFrontier_BattleArenaBattleRoom_EventScript_25783A
case 1, BattleFrontier_BattleArenaBattleRoom_EventScript_2577DA case 1, BattleFrontier_BattleArenaBattleRoom_EventScript_2577DA
case 2, BattleFrontier_BattleArenaBattleRoom_EventScript_257808 case 2, BattleFrontier_BattleArenaBattleRoom_EventScript_257808
case 127, BattleFrontier_BattleArenaBattleRoom_EventScript_2576B0 case MULTI_B_PRESSED, BattleFrontier_BattleArenaBattleRoom_EventScript_2576B0
BattleFrontier_BattleArenaBattleRoom_EventScript_25779E:: @ 825779E BattleFrontier_BattleArenaBattleRoom_EventScript_25779E:: @ 825779E
message BattleFrontier_BattleArenaBattleRoom_Text_257F04 message BattleFrontier_BattleArenaBattleRoom_Text_257F04
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattleArenaBattleRoom_EventScript_2576B0 case 1, BattleFrontier_BattleArenaBattleRoom_EventScript_2576B0
case 0, BattleFrontier_BattleArenaBattleRoom_EventScript_2577D0 case 0, BattleFrontier_BattleArenaBattleRoom_EventScript_2577D0
case 127, BattleFrontier_BattleArenaBattleRoom_EventScript_2576B0 case MULTI_B_PRESSED, BattleFrontier_BattleArenaBattleRoom_EventScript_2576B0
BattleFrontier_BattleArenaBattleRoom_EventScript_2577D0:: @ 82577D0 BattleFrontier_BattleArenaBattleRoom_EventScript_2577D0:: @ 82577D0
call BattleFrontier_BattleArenaBattleRoom_EventScript_23E8B4 call BattleFrontier_BattleArenaBattleRoom_EventScript_23E8B4
@@ -208,11 +208,11 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_2577DA:: @ 82577DA
BattleFrontier_BattleArenaBattleRoom_EventScript_257808:: @ 8257808 BattleFrontier_BattleArenaBattleRoom_EventScript_257808:: @ 8257808
message BattleFrontier_BattleArenaBattleRoom_Text_257E9E message BattleFrontier_BattleArenaBattleRoom_Text_257E9E
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattleArenaBattleRoom_EventScript_2576B0 case 1, BattleFrontier_BattleArenaBattleRoom_EventScript_2576B0
case 0, BattleFrontier_BattleArenaBattleRoom_EventScript_257615 case 0, BattleFrontier_BattleArenaBattleRoom_EventScript_257615
case 127, BattleFrontier_BattleArenaBattleRoom_EventScript_2576B0 case MULTI_B_PRESSED, BattleFrontier_BattleArenaBattleRoom_EventScript_2576B0
BattleFrontier_BattleArenaBattleRoom_EventScript_25783A:: @ 825783A BattleFrontier_BattleArenaBattleRoom_EventScript_25783A:: @ 825783A
closemessage closemessage
@@ -286,21 +286,21 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_2578D4:: @ 82578D4
call BattleFrontier_BattleArenaBattleRoom_EventScript_23E8E0 call BattleFrontier_BattleArenaBattleRoom_EventScript_23E8E0
compare VAR_RESULT, 1 compare VAR_RESULT, 1
goto_if_eq BattleFrontier_BattleArenaBattleRoom_EventScript_25792B goto_if_eq BattleFrontier_BattleArenaBattleRoom_EventScript_25792B
multichoice 19, 4, 103, 1 multichoice 19, 4, MULTI_GO_ON_RECORD_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleArenaBattleRoom_EventScript_257961 case 0, BattleFrontier_BattleArenaBattleRoom_EventScript_257961
case 1, BattleFrontier_BattleArenaBattleRoom_EventScript_25779E case 1, BattleFrontier_BattleArenaBattleRoom_EventScript_25779E
case 2, BattleFrontier_BattleArenaBattleRoom_EventScript_2577DA case 2, BattleFrontier_BattleArenaBattleRoom_EventScript_2577DA
case 3, BattleFrontier_BattleArenaBattleRoom_EventScript_257808 case 3, BattleFrontier_BattleArenaBattleRoom_EventScript_257808
case 127, BattleFrontier_BattleArenaBattleRoom_EventScript_2578D4 case MULTI_B_PRESSED, BattleFrontier_BattleArenaBattleRoom_EventScript_2578D4
BattleFrontier_BattleArenaBattleRoom_EventScript_25792B:: @ 825792B BattleFrontier_BattleArenaBattleRoom_EventScript_25792B:: @ 825792B
multichoice 20, 6, 104, 1 multichoice 20, 6, MULTI_GO_ON_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleArenaBattleRoom_EventScript_257961 case 0, BattleFrontier_BattleArenaBattleRoom_EventScript_257961
case 1, BattleFrontier_BattleArenaBattleRoom_EventScript_2577DA case 1, BattleFrontier_BattleArenaBattleRoom_EventScript_2577DA
case 2, BattleFrontier_BattleArenaBattleRoom_EventScript_257808 case 2, BattleFrontier_BattleArenaBattleRoom_EventScript_257808
case 127, BattleFrontier_BattleArenaBattleRoom_EventScript_2578D4 case MULTI_B_PRESSED, BattleFrontier_BattleArenaBattleRoom_EventScript_2578D4
BattleFrontier_BattleArenaBattleRoom_EventScript_257961:: @ 8257961 BattleFrontier_BattleArenaBattleRoom_EventScript_257961:: @ 8257961
call BattleFrontier_BattleArenaBattleRoom_EventScript_242170 call BattleFrontier_BattleArenaBattleRoom_EventScript_242170
@@ -101,11 +101,11 @@ BattleFrontier_BattleArenaLobby_EventScript_255D59:: @ 8255D59
goto_if_eq BattleFrontier_BattleArenaLobby_EventScript_255DBF goto_if_eq BattleFrontier_BattleArenaLobby_EventScript_255DBF
message BattleFrontier_BattleArenaLobby_Text_256B19 message BattleFrontier_BattleArenaLobby_Text_256B19
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattleArenaLobby_EventScript_255DBF case 1, BattleFrontier_BattleArenaLobby_EventScript_255DBF
case 0, BattleFrontier_BattleArenaLobby_EventScript_255DBA case 0, BattleFrontier_BattleArenaLobby_EventScript_255DBA
case 127, BattleFrontier_BattleArenaLobby_EventScript_255DBF case MULTI_B_PRESSED, BattleFrontier_BattleArenaLobby_EventScript_255DBF
BattleFrontier_BattleArenaLobby_EventScript_255DBA:: @ 8255DBA BattleFrontier_BattleArenaLobby_EventScript_255DBA:: @ 8255DBA
call BattleFrontier_BattleArenaLobby_EventScript_23E8B4 call BattleFrontier_BattleArenaLobby_EventScript_23E8B4
@@ -140,20 +140,20 @@ BattleFrontier_BattleArenaLobby_EventScript_255DF4:: @ 8255DF4
BattleFrontier_BattleArenaLobby_EventScript_255E0B:: @ 8255E0B BattleFrontier_BattleArenaLobby_EventScript_255E0B:: @ 8255E0B
message BattleFrontier_BattleArenaLobby_Text_2561EA message BattleFrontier_BattleArenaLobby_Text_2561EA
waitmessage waitmessage
multichoice 17, 6, 23, 0 multichoice 17, 6, MULTI_CHALLENGEINFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleArenaLobby_EventScript_255E47 case 0, BattleFrontier_BattleArenaLobby_EventScript_255E47
case 1, BattleFrontier_BattleArenaLobby_EventScript_255F9F case 1, BattleFrontier_BattleArenaLobby_EventScript_255F9F
case 2, BattleFrontier_BattleArenaLobby_EventScript_255FFB case 2, BattleFrontier_BattleArenaLobby_EventScript_255FFB
case 127, BattleFrontier_BattleArenaLobby_EventScript_255FFB case MULTI_B_PRESSED, BattleFrontier_BattleArenaLobby_EventScript_255FFB
BattleFrontier_BattleArenaLobby_EventScript_255E47:: @ 8255E47 BattleFrontier_BattleArenaLobby_EventScript_255E47:: @ 8255E47
message BattleFrontier_BattleArenaLobby_Text_256513 message BattleFrontier_BattleArenaLobby_Text_256513
waitmessage waitmessage
multichoice 17, 6, 24, 0 multichoice 17, 6, MULTI_LEVEL_MODE, 0
switch VAR_RESULT switch VAR_RESULT
case 2, BattleFrontier_BattleArenaLobby_EventScript_255FFB case 2, BattleFrontier_BattleArenaLobby_EventScript_255FFB
case 127, BattleFrontier_BattleArenaLobby_EventScript_255FFB case MULTI_B_PRESSED, BattleFrontier_BattleArenaLobby_EventScript_255FFB
setvar VAR_0x8004, 15 setvar VAR_0x8004, 15
special CallFrontierUtilFunc special CallFrontierUtilFunc
compare VAR_0x8004, 1 compare VAR_0x8004, 1
@@ -377,14 +377,14 @@ BattleFrontier_BattleArenaLobby_EventScript_2560CA:: @ 82560CA
BattleFrontier_BattleArenaLobby_EventScript_2560D9:: @ 82560D9 BattleFrontier_BattleArenaLobby_EventScript_2560D9:: @ 82560D9
message BattleFrontier_BattleArenaLobby_Text_256DDF message BattleFrontier_BattleArenaLobby_Text_256DDF
waitmessage waitmessage
multichoice 17, 2, 96, 0 multichoice 17, 2, MULTI_BATTLE_ARENA_RULES, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleArenaLobby_EventScript_25612C case 0, BattleFrontier_BattleArenaLobby_EventScript_25612C
case 1, BattleFrontier_BattleArenaLobby_EventScript_25613A case 1, BattleFrontier_BattleArenaLobby_EventScript_25613A
case 2, BattleFrontier_BattleArenaLobby_EventScript_256148 case 2, BattleFrontier_BattleArenaLobby_EventScript_256148
case 3, BattleFrontier_BattleArenaLobby_EventScript_256156 case 3, BattleFrontier_BattleArenaLobby_EventScript_256156
case 4, BattleFrontier_BattleArenaLobby_EventScript_256164 case 4, BattleFrontier_BattleArenaLobby_EventScript_256164
case 127, BattleFrontier_BattleArenaLobby_EventScript_256164 case MULTI_B_PRESSED, BattleFrontier_BattleArenaLobby_EventScript_256164
end end
BattleFrontier_BattleArenaLobby_EventScript_25612C:: @ 825612C BattleFrontier_BattleArenaLobby_EventScript_25612C:: @ 825612C
@@ -131,11 +131,11 @@ BattleFrontier_BattleDomeLobby_EventScript_249991:: @ 8249991
goto_if_eq BattleFrontier_BattleDomeLobby_EventScript_2499E9 goto_if_eq BattleFrontier_BattleDomeLobby_EventScript_2499E9
message BattleFrontier_BattleDomeLobby_Text_24AE17 message BattleFrontier_BattleDomeLobby_Text_24AE17
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattleDomeLobby_EventScript_2499E9 case 1, BattleFrontier_BattleDomeLobby_EventScript_2499E9
case 0, BattleFrontier_BattleDomeLobby_EventScript_2499E4 case 0, BattleFrontier_BattleDomeLobby_EventScript_2499E4
case 127, BattleFrontier_BattleDomeLobby_EventScript_2499E9 case MULTI_B_PRESSED, BattleFrontier_BattleDomeLobby_EventScript_2499E9
BattleFrontier_BattleDomeLobby_EventScript_2499E4:: @ 82499E4 BattleFrontier_BattleDomeLobby_EventScript_2499E4:: @ 82499E4
call BattleFrontier_BattleDomeLobby_EventScript_23E8B4 call BattleFrontier_BattleDomeLobby_EventScript_23E8B4
@@ -193,20 +193,20 @@ BattleFrontier_BattleDomeLobby_EventScript_249A72:: @ 8249A72
compare VAR_FRONTIER_BATTLE_MODE, 1 compare VAR_FRONTIER_BATTLE_MODE, 1
call_if_eq BattleFrontier_BattleDomeLobby_EventScript_249D15 call_if_eq BattleFrontier_BattleDomeLobby_EventScript_249D15
waitmessage waitmessage
multichoice 17, 6, 23, 0 multichoice 17, 6, MULTI_CHALLENGEINFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleDomeLobby_EventScript_249ABF case 0, BattleFrontier_BattleDomeLobby_EventScript_249ABF
case 1, BattleFrontier_BattleDomeLobby_EventScript_249BFA case 1, BattleFrontier_BattleDomeLobby_EventScript_249BFA
case 2, BattleFrontier_BattleDomeLobby_EventScript_249C64 case 2, BattleFrontier_BattleDomeLobby_EventScript_249C64
case 127, BattleFrontier_BattleDomeLobby_EventScript_249C64 case MULTI_B_PRESSED, BattleFrontier_BattleDomeLobby_EventScript_249C64
BattleFrontier_BattleDomeLobby_EventScript_249ABF:: @ 8249ABF BattleFrontier_BattleDomeLobby_EventScript_249ABF:: @ 8249ABF
message BattleFrontier_BattleDomeLobby_Text_24A210 message BattleFrontier_BattleDomeLobby_Text_24A210
waitmessage waitmessage
multichoice 17, 6, 24, 0 multichoice 17, 6, MULTI_LEVEL_MODE, 0
switch VAR_RESULT switch VAR_RESULT
case 2, BattleFrontier_BattleDomeLobby_EventScript_249C64 case 2, BattleFrontier_BattleDomeLobby_EventScript_249C64
case 127, BattleFrontier_BattleDomeLobby_EventScript_249C64 case MULTI_B_PRESSED, BattleFrontier_BattleDomeLobby_EventScript_249C64
setvar VAR_0x8004, 15 setvar VAR_0x8004, 15
special CallFrontierUtilFunc special CallFrontierUtilFunc
compare VAR_0x8004, 1 compare VAR_0x8004, 1
@@ -503,7 +503,7 @@ BattleFrontier_BattleDomeLobby_EventScript_249E34:: @ 8249E34
BattleFrontier_BattleDomeLobby_EventScript_249E43:: @ 8249E43 BattleFrontier_BattleDomeLobby_EventScript_249E43:: @ 8249E43
message BattleFrontier_BattleDomeLobby_Text_24AE8B message BattleFrontier_BattleDomeLobby_Text_24AE8B
waitmessage waitmessage
multichoice 17, 4, 98, 0 multichoice 17, 4, MULTI_BATTLE_DOME_RULES, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleDomeLobby_EventScript_249E8B case 0, BattleFrontier_BattleDomeLobby_EventScript_249E8B
case 1, BattleFrontier_BattleDomeLobby_EventScript_249E99 case 1, BattleFrontier_BattleDomeLobby_EventScript_249E99
@@ -35,7 +35,7 @@ BattleFrontier_BattleDomePreBattleRoom_EventScript_24B24F:: @ 824B24F
call BattleFrontier_BattleDomePreBattleRoom_EventScript_23E8E0 call BattleFrontier_BattleDomePreBattleRoom_EventScript_23E8E0
compare VAR_RESULT, 1 compare VAR_RESULT, 1
goto_if_eq BattleFrontier_BattleDomePreBattleRoom_EventScript_24B2C1 goto_if_eq BattleFrontier_BattleDomePreBattleRoom_EventScript_24B2C1
multichoice 16, 0, 73, 1 multichoice 16, 0, MULTI_TOURNEY_WITH_RECORD, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B3DD case 0, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B3DD
case 1, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B3F5 case 1, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B3F5
@@ -43,26 +43,26 @@ BattleFrontier_BattleDomePreBattleRoom_EventScript_24B24F:: @ 824B24F
case 3, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B30D case 3, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B30D
case 4, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B349 case 4, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B349
case 5, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B377 case 5, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B377
case 127, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B24F case MULTI_B_PRESSED, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B24F
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B2C1:: @ 824B2C1 BattleFrontier_BattleDomePreBattleRoom_EventScript_24B2C1:: @ 824B2C1
multichoice 16, 2, 107, 1 multichoice 16, 2, MULTI_TOURNEY_NO_RECORD, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B3DD case 0, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B3DD
case 1, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B3F5 case 1, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B3F5
case 2, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B46D case 2, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B46D
case 3, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B349 case 3, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B349
case 4, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B377 case 4, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B377
case 127, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B24F case MULTI_B_PRESSED, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B24F
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B30D:: @ 824B30D BattleFrontier_BattleDomePreBattleRoom_EventScript_24B30D:: @ 824B30D
message BattleFrontier_BattleDomePreBattleRoom_Text_24BAF7 message BattleFrontier_BattleDomePreBattleRoom_Text_24BAF7
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B24F case 1, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B24F
case 0, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B33F case 0, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B33F
case 127, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B24F case MULTI_B_PRESSED, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B24F
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B33F:: @ 824B33F BattleFrontier_BattleDomePreBattleRoom_EventScript_24B33F:: @ 824B33F
call BattleFrontier_BattleDomePreBattleRoom_EventScript_23E8B4 call BattleFrontier_BattleDomePreBattleRoom_EventScript_23E8B4
@@ -78,11 +78,11 @@ BattleFrontier_BattleDomePreBattleRoom_EventScript_24B349:: @ 824B349
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B377:: @ 824B377 BattleFrontier_BattleDomePreBattleRoom_EventScript_24B377:: @ 824B377
message BattleFrontier_BattleDomePreBattleRoom_Text_24BA93 message BattleFrontier_BattleDomePreBattleRoom_Text_24BA93
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B24F case 1, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B24F
case 0, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B3A9 case 0, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B3A9
case 127, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B24F case MULTI_B_PRESSED, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B24F
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B3A9:: @ 824B3A9 BattleFrontier_BattleDomePreBattleRoom_EventScript_24B3A9:: @ 824B3A9
setvar VAR_0x8004, 12 setvar VAR_0x8004, 12
@@ -106,11 +106,11 @@ BattleFrontier_BattleFactoryLobby_EventScript_25853B:: @ 825853B
goto_if_eq BattleFrontier_BattleFactoryLobby_EventScript_258582 goto_if_eq BattleFrontier_BattleFactoryLobby_EventScript_258582
message BattleFrontier_BattleFactoryLobby_Text_259388 message BattleFrontier_BattleFactoryLobby_Text_259388
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattleFactoryLobby_EventScript_258582 case 1, BattleFrontier_BattleFactoryLobby_EventScript_258582
case 0, BattleFrontier_BattleFactoryLobby_EventScript_25857D case 0, BattleFrontier_BattleFactoryLobby_EventScript_25857D
case 127, BattleFrontier_BattleFactoryLobby_EventScript_258582 case MULTI_B_PRESSED, BattleFrontier_BattleFactoryLobby_EventScript_258582
BattleFrontier_BattleFactoryLobby_EventScript_25857D:: @ 825857D BattleFrontier_BattleFactoryLobby_EventScript_25857D:: @ 825857D
call BattleFrontier_BattleFactoryLobby_EventScript_23E8B4 call BattleFrontier_BattleFactoryLobby_EventScript_23E8B4
@@ -166,20 +166,20 @@ BattleFrontier_BattleFactoryLobby_EventScript_258606:: @ 8258606
compare VAR_FRONTIER_BATTLE_MODE, 1 compare VAR_FRONTIER_BATTLE_MODE, 1
call_if_eq BattleFrontier_BattleFactoryLobby_EventScript_2587C9 call_if_eq BattleFrontier_BattleFactoryLobby_EventScript_2587C9
waitmessage waitmessage
multichoice 17, 6, 23, 0 multichoice 17, 6, MULTI_CHALLENGEINFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleFactoryLobby_EventScript_258653 case 0, BattleFrontier_BattleFactoryLobby_EventScript_258653
case 1, BattleFrontier_BattleFactoryLobby_EventScript_258768 case 1, BattleFrontier_BattleFactoryLobby_EventScript_258768
case 2, BattleFrontier_BattleFactoryLobby_EventScript_25879D case 2, BattleFrontier_BattleFactoryLobby_EventScript_25879D
case 127, BattleFrontier_BattleFactoryLobby_EventScript_25879D case MULTI_B_PRESSED, BattleFrontier_BattleFactoryLobby_EventScript_25879D
BattleFrontier_BattleFactoryLobby_EventScript_258653:: @ 8258653 BattleFrontier_BattleFactoryLobby_EventScript_258653:: @ 8258653
message BattleFrontier_BattleFactoryLobby_Text_258BE9 message BattleFrontier_BattleFactoryLobby_Text_258BE9
waitmessage waitmessage
multichoice 17, 6, 24, 0 multichoice 17, 6, MULTI_LEVEL_MODE, 0
switch VAR_RESULT switch VAR_RESULT
case 2, BattleFrontier_BattleFactoryLobby_EventScript_25879D case 2, BattleFrontier_BattleFactoryLobby_EventScript_25879D
case 127, BattleFrontier_BattleFactoryLobby_EventScript_25879D case MULTI_B_PRESSED, BattleFrontier_BattleFactoryLobby_EventScript_25879D
setvar VAR_0x8004, 2 setvar VAR_0x8004, 2
setvar VAR_0x8005, 1 setvar VAR_0x8005, 1
copyvar VAR_0x8006, VAR_RESULT copyvar VAR_0x8006, VAR_RESULT
@@ -347,7 +347,7 @@ BattleFrontier_BattleFactoryLobby_EventScript_258839:: @ 8258839
BattleFrontier_BattleFactoryLobby_EventScript_258848:: @ 8258848 BattleFrontier_BattleFactoryLobby_EventScript_258848:: @ 8258848
message BattleFrontier_BattleFactoryLobby_Text_259743 message BattleFrontier_BattleFactoryLobby_Text_259743
waitmessage waitmessage
multichoice 17, 0, 99, 0 multichoice 17, 0, MULTI_BATTLE_FACTORY_RULES, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleFactoryLobby_EventScript_2588A6 case 0, BattleFrontier_BattleFactoryLobby_EventScript_2588A6
case 1, BattleFrontier_BattleFactoryLobby_EventScript_2588B4 case 1, BattleFrontier_BattleFactoryLobby_EventScript_2588B4
@@ -355,7 +355,7 @@ BattleFrontier_BattleFactoryLobby_EventScript_258848:: @ 8258848
case 3, BattleFrontier_BattleFactoryLobby_EventScript_2588D0 case 3, BattleFrontier_BattleFactoryLobby_EventScript_2588D0
case 4, BattleFrontier_BattleFactoryLobby_EventScript_2588DE case 4, BattleFrontier_BattleFactoryLobby_EventScript_2588DE
case 5, BattleFrontier_BattleFactoryLobby_EventScript_2588EC case 5, BattleFrontier_BattleFactoryLobby_EventScript_2588EC
case 127, BattleFrontier_BattleFactoryLobby_EventScript_2588EC case MULTI_B_PRESSED, BattleFrontier_BattleFactoryLobby_EventScript_2588EC
end end
BattleFrontier_BattleFactoryLobby_EventScript_2588A6:: @ 82588A6 BattleFrontier_BattleFactoryLobby_EventScript_2588A6:: @ 82588A6
@@ -118,30 +118,30 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259C26:: @ 8259C26
call BattleFrontier_BattleFactoryPreBattleRoom_EventScript_23E8E0 call BattleFrontier_BattleFactoryPreBattleRoom_EventScript_23E8E0
compare VAR_RESULT, 1 compare VAR_RESULT, 1
goto_if_eq BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259CC6 goto_if_eq BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259CC6
multichoice 19, 4, 103, 1 multichoice 19, 4, MULTI_GO_ON_RECORD_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D98 case 0, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D98
case 1, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259CFC case 1, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259CFC
case 2, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D38 case 2, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D38
case 3, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D66 case 3, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D66
case 127, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259C13 case MULTI_B_PRESSED, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259C13
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259CC6:: @ 8259CC6 BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259CC6:: @ 8259CC6
multichoice 20, 6, 104, 1 multichoice 20, 6, MULTI_GO_ON_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D98 case 0, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D98
case 1, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D38 case 1, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D38
case 2, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D66 case 2, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D66
case 127, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259C13 case MULTI_B_PRESSED, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259C13
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259CFC:: @ 8259CFC BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259CFC:: @ 8259CFC
message BattleFrontier_BattleFactoryPreBattleRoom_Text_25ABD2 message BattleFrontier_BattleFactoryPreBattleRoom_Text_25ABD2
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259C13 case 1, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259C13
case 0, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D2E case 0, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D2E
case 127, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259C13 case MULTI_B_PRESSED, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259C13
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D2E:: @ 8259D2E BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D2E:: @ 8259D2E
call BattleFrontier_BattleFactoryPreBattleRoom_EventScript_23E8B4 call BattleFrontier_BattleFactoryPreBattleRoom_EventScript_23E8B4
@@ -157,11 +157,11 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D38:: @ 8259D38
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D66:: @ 8259D66 BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D66:: @ 8259D66
message BattleFrontier_BattleFactoryPreBattleRoom_Text_25A37A message BattleFrontier_BattleFactoryPreBattleRoom_Text_25A37A
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259C13 case 1, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259C13
case 0, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25AEF8 case 0, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25AEF8
case 127, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259C13 case MULTI_B_PRESSED, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259C13
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D98:: @ 8259D98 BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D98:: @ 8259D98
setvar VAR_0x8004, 12 setvar VAR_0x8004, 12
@@ -422,7 +422,7 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A0B9:: @ 825A0B9
call BattleFrontier_BattleFactoryPreBattleRoom_EventScript_23E8E0 call BattleFrontier_BattleFactoryPreBattleRoom_EventScript_23E8E0
compare VAR_RESULT, 1 compare VAR_RESULT, 1
goto_if_eq BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A110 goto_if_eq BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A110
multichoice 19, 4, 103, 1 multichoice 19, 4, MULTI_GO_ON_RECORD_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A146 case 0, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A146
case 1, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259CFC case 1, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259CFC
@@ -431,7 +431,7 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A0B9:: @ 825A0B9
case 127, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A0B9 case 127, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A0B9
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A110:: @ 825A110 BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A110:: @ 825A110
multichoice 20, 6, 104, 1 multichoice 20, 6, MULTI_GO_ON_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A146 case 0, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A146
case 1, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D38 case 1, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D38
@@ -126,30 +126,30 @@ BattleFrontier_BattlePalaceBattleRoom_EventScript_24F98A:: @ 824F98A
call BattleFrontier_BattlePalaceBattleRoom_EventScript_23E8E0 call BattleFrontier_BattlePalaceBattleRoom_EventScript_23E8E0
compare VAR_RESULT, 1 compare VAR_RESULT, 1
goto_if_eq BattleFrontier_BattlePalaceBattleRoom_EventScript_24FA42 goto_if_eq BattleFrontier_BattlePalaceBattleRoom_EventScript_24FA42
multichoice 19, 4, 103, 1 multichoice 19, 4, MULTI_GO_ON_RECORD_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB14 case 0, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB14
case 1, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FA78 case 1, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FA78
case 2, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAB4 case 2, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAB4
case 3, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAE2 case 3, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAE2
case 127, BattleFrontier_BattlePalaceBattleRoom_EventScript_24F98A case MULTI_B_PRESSED, BattleFrontier_BattlePalaceBattleRoom_EventScript_24F98A
BattleFrontier_BattlePalaceBattleRoom_EventScript_24FA42:: @ 824FA42 BattleFrontier_BattlePalaceBattleRoom_EventScript_24FA42:: @ 824FA42
multichoice 20, 6, 104, 1 multichoice 20, 6, MULTI_GO_ON_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB14 case 0, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB14
case 1, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAB4 case 1, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAB4
case 2, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAE2 case 2, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAE2
case 127, BattleFrontier_BattlePalaceBattleRoom_EventScript_24F98A case MULTI_B_PRESSED, BattleFrontier_BattlePalaceBattleRoom_EventScript_24F98A
BattleFrontier_BattlePalaceBattleRoom_EventScript_24FA78:: @ 824FA78 BattleFrontier_BattlePalaceBattleRoom_EventScript_24FA78:: @ 824FA78
message BattleFrontier_BattlePalaceBattleRoom_Text_25009E message BattleFrontier_BattlePalaceBattleRoom_Text_25009E
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattlePalaceBattleRoom_EventScript_24F98A case 1, BattleFrontier_BattlePalaceBattleRoom_EventScript_24F98A
case 0, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAAA case 0, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAAA
case 127, BattleFrontier_BattlePalaceBattleRoom_EventScript_24F98A case MULTI_B_PRESSED, BattleFrontier_BattlePalaceBattleRoom_EventScript_24F98A
BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAAA:: @ 824FAAA BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAAA:: @ 824FAAA
call BattleFrontier_BattlePalaceBattleRoom_EventScript_23E8B4 call BattleFrontier_BattlePalaceBattleRoom_EventScript_23E8B4
@@ -165,11 +165,11 @@ BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAB4:: @ 824FAB4
BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAE2:: @ 824FAE2 BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAE2:: @ 824FAE2
message BattleFrontier_BattlePalaceBattleRoom_Text_25005A message BattleFrontier_BattlePalaceBattleRoom_Text_25005A
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattlePalaceBattleRoom_EventScript_24F98A case 1, BattleFrontier_BattlePalaceBattleRoom_EventScript_24F98A
case 0, BattleFrontier_BattlePalaceBattleRoom_EventScript_24F8FA case 0, BattleFrontier_BattlePalaceBattleRoom_EventScript_24F8FA
case 127, BattleFrontier_BattlePalaceBattleRoom_EventScript_24F98A case MULTI_B_PRESSED, BattleFrontier_BattlePalaceBattleRoom_EventScript_24F98A
BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB14:: @ 824FB14 BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB14:: @ 824FB14
applymovement 1, BattleFrontier_BattlePalaceBattleRoom_Movement_24FE97 applymovement 1, BattleFrontier_BattlePalaceBattleRoom_Movement_24FE97
@@ -209,21 +209,21 @@ BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB79:: @ 824FB79
call BattleFrontier_BattlePalaceBattleRoom_EventScript_23E8E0 call BattleFrontier_BattlePalaceBattleRoom_EventScript_23E8E0
compare VAR_RESULT, 1 compare VAR_RESULT, 1
goto_if_eq BattleFrontier_BattlePalaceBattleRoom_EventScript_24FBD0 goto_if_eq BattleFrontier_BattlePalaceBattleRoom_EventScript_24FBD0
multichoice 19, 4, 103, 1 multichoice 19, 4, MULTI_GO_ON_RECORD_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FC06 case 0, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FC06
case 1, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FA78 case 1, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FA78
case 2, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAB4 case 2, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAB4
case 3, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAE2 case 3, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAE2
case 127, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB79 case MULTI_B_PRESSED, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB79
BattleFrontier_BattlePalaceBattleRoom_EventScript_24FBD0:: @ 824FBD0 BattleFrontier_BattlePalaceBattleRoom_EventScript_24FBD0:: @ 824FBD0
multichoice 20, 6, 104, 1 multichoice 20, 6, MULTI_GO_ON_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FC06 case 0, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FC06
case 1, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAB4 case 1, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAB4
case 2, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAE2 case 2, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAE2
case 127, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB79 case MULTI_B_PRESSED, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB79
BattleFrontier_BattlePalaceBattleRoom_EventScript_24FC06:: @ 824FC06 BattleFrontier_BattlePalaceBattleRoom_EventScript_24FC06:: @ 824FC06
call BattleFrontier_BattlePalaceBattleRoom_EventScript_242170 call BattleFrontier_BattlePalaceBattleRoom_EventScript_242170
@@ -101,11 +101,11 @@ BattleFrontier_BattlePalaceLobby_EventScript_24D8A1:: @ 824D8A1
goto_if_eq BattleFrontier_BattlePalaceLobby_EventScript_24D907 goto_if_eq BattleFrontier_BattlePalaceLobby_EventScript_24D907
message BattleFrontier_BattlePalaceLobby_Text_24EF16 message BattleFrontier_BattlePalaceLobby_Text_24EF16
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattlePalaceLobby_EventScript_24D907 case 1, BattleFrontier_BattlePalaceLobby_EventScript_24D907
case 0, BattleFrontier_BattlePalaceLobby_EventScript_24D902 case 0, BattleFrontier_BattlePalaceLobby_EventScript_24D902
case 127, BattleFrontier_BattlePalaceLobby_EventScript_24D907 case MULTI_B_PRESSED, BattleFrontier_BattlePalaceLobby_EventScript_24D907
BattleFrontier_BattlePalaceLobby_EventScript_24D902:: @ 824D902 BattleFrontier_BattlePalaceLobby_EventScript_24D902:: @ 824D902
call BattleFrontier_BattlePalaceLobby_EventScript_23E8B4 call BattleFrontier_BattlePalaceLobby_EventScript_23E8B4
@@ -164,20 +164,20 @@ BattleFrontier_BattlePalaceLobby_EventScript_24D999:: @ 824D999
compare VAR_FRONTIER_BATTLE_MODE, 1 compare VAR_FRONTIER_BATTLE_MODE, 1
call_if_eq BattleFrontier_BattlePalaceLobby_EventScript_24DBB6 call_if_eq BattleFrontier_BattlePalaceLobby_EventScript_24DBB6
waitmessage waitmessage
multichoice 17, 6, 23, 0 multichoice 17, 6, MULTI_CHALLENGEINFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattlePalaceLobby_EventScript_24D9E6 case 0, BattleFrontier_BattlePalaceLobby_EventScript_24D9E6
case 1, BattleFrontier_BattlePalaceLobby_EventScript_24DB20 case 1, BattleFrontier_BattlePalaceLobby_EventScript_24DB20
case 2, BattleFrontier_BattlePalaceLobby_EventScript_24DB94 case 2, BattleFrontier_BattlePalaceLobby_EventScript_24DB94
case 127, BattleFrontier_BattlePalaceLobby_EventScript_24DB94 case MULTI_B_PRESSED, BattleFrontier_BattlePalaceLobby_EventScript_24DB94
BattleFrontier_BattlePalaceLobby_EventScript_24D9E6:: @ 824D9E6 BattleFrontier_BattlePalaceLobby_EventScript_24D9E6:: @ 824D9E6
message BattleFrontier_BattlePalaceLobby_Text_24E119 message BattleFrontier_BattlePalaceLobby_Text_24E119
waitmessage waitmessage
multichoice 17, 6, 24, 0 multichoice 17, 6, MULTI_LEVEL_MODE, 0
switch VAR_RESULT switch VAR_RESULT
case 2, BattleFrontier_BattlePalaceLobby_EventScript_24DB94 case 2, BattleFrontier_BattlePalaceLobby_EventScript_24DB94
case 127, BattleFrontier_BattlePalaceLobby_EventScript_24DB94 case MULTI_B_PRESSED, BattleFrontier_BattlePalaceLobby_EventScript_24DB94
setvar VAR_0x8004, 15 setvar VAR_0x8004, 15
special CallFrontierUtilFunc special CallFrontierUtilFunc
compare VAR_0x8004, 1 compare VAR_0x8004, 1
@@ -406,7 +406,7 @@ BattleFrontier_BattlePalaceLobby_EventScript_24DCA6:: @ 824DCA6
BattleFrontier_BattlePalaceLobby_EventScript_24DCB5:: @ 824DCB5 BattleFrontier_BattlePalaceLobby_EventScript_24DCB5:: @ 824DCB5
message BattleFrontier_BattlePalaceLobby_Text_24EF88 message BattleFrontier_BattlePalaceLobby_Text_24EF88
waitmessage waitmessage
multichoice 16, 0, 100, 0 multichoice 16, 0, MULTI_BATTLE_PALACE_RULES, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattlePalaceLobby_EventScript_24DD13 case 0, BattleFrontier_BattlePalaceLobby_EventScript_24DD13
case 1, BattleFrontier_BattlePalaceLobby_EventScript_24DD21 case 1, BattleFrontier_BattlePalaceLobby_EventScript_24DD21
@@ -414,7 +414,7 @@ BattleFrontier_BattlePalaceLobby_EventScript_24DCB5:: @ 824DCB5
case 3, BattleFrontier_BattlePalaceLobby_EventScript_24DD3D case 3, BattleFrontier_BattlePalaceLobby_EventScript_24DD3D
case 4, BattleFrontier_BattlePalaceLobby_EventScript_24DD4B case 4, BattleFrontier_BattlePalaceLobby_EventScript_24DD4B
case 5, BattleFrontier_BattlePalaceLobby_EventScript_24DD59 case 5, BattleFrontier_BattlePalaceLobby_EventScript_24DD59
case 127, BattleFrontier_BattlePalaceLobby_EventScript_24DD59 case MULTI_B_PRESSED, BattleFrontier_BattlePalaceLobby_EventScript_24DD59
end end
BattleFrontier_BattlePalaceLobby_EventScript_24DD13:: @ 824DD13 BattleFrontier_BattlePalaceLobby_EventScript_24DD13:: @ 824DD13
@@ -133,20 +133,20 @@ BattleFrontier_BattlePikeLobby_EventScript_25B868:: @ 825B868
BattleFrontier_BattlePikeLobby_EventScript_25B87F:: @ 825B87F BattleFrontier_BattlePikeLobby_EventScript_25B87F:: @ 825B87F
message BattleFrontier_BattlePikeLobby_Text_25BBC1 message BattleFrontier_BattlePikeLobby_Text_25BBC1
waitmessage waitmessage
multichoice 17, 6, 23, 0 multichoice 17, 6, MULTI_CHALLENGEINFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattlePikeLobby_EventScript_25B8BB case 0, BattleFrontier_BattlePikeLobby_EventScript_25B8BB
case 1, BattleFrontier_BattlePikeLobby_EventScript_25BA1A case 1, BattleFrontier_BattlePikeLobby_EventScript_25BA1A
case 2, BattleFrontier_BattlePikeLobby_EventScript_25BA76 case 2, BattleFrontier_BattlePikeLobby_EventScript_25BA76
case 127, BattleFrontier_BattlePikeLobby_EventScript_25BA76 case MULTI_B_PRESSED, BattleFrontier_BattlePikeLobby_EventScript_25BA76
BattleFrontier_BattlePikeLobby_EventScript_25B8BB:: @ 825B8BB BattleFrontier_BattlePikeLobby_EventScript_25B8BB:: @ 825B8BB
message BattleFrontier_BattlePikeLobby_Text_25BE35 message BattleFrontier_BattlePikeLobby_Text_25BE35
waitmessage waitmessage
multichoice 17, 6, 24, 0 multichoice 17, 6, MULTI_LEVEL_MODE, 0
switch VAR_RESULT switch VAR_RESULT
case 2, BattleFrontier_BattlePikeLobby_EventScript_25BA76 case 2, BattleFrontier_BattlePikeLobby_EventScript_25BA76
case 127, BattleFrontier_BattlePikeLobby_EventScript_25BA76 case MULTI_B_PRESSED, BattleFrontier_BattlePikeLobby_EventScript_25BA76
setvar VAR_0x8004, 15 setvar VAR_0x8004, 15
special CallFrontierUtilFunc special CallFrontierUtilFunc
compare VAR_0x8004, 1 compare VAR_0x8004, 1
@@ -297,13 +297,13 @@ BattleFrontier_BattlePikeLobby_EventScript_25BAC6:: @ 825BAC6
BattleFrontier_BattlePikeLobby_EventScript_25BAD5:: @ 825BAD5 BattleFrontier_BattlePikeLobby_EventScript_25BAD5:: @ 825BAD5
message BattleFrontier_BattlePikeLobby_Text_25C621 message BattleFrontier_BattlePikeLobby_Text_25C621
waitmessage waitmessage
multichoice 16, 4, 102, 0 multichoice 16, 4, MULTI_BATTLE_PIKE_RULES, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattlePikeLobby_EventScript_25BB1D case 0, BattleFrontier_BattlePikeLobby_EventScript_25BB1D
case 1, BattleFrontier_BattlePikeLobby_EventScript_25BB2B case 1, BattleFrontier_BattlePikeLobby_EventScript_25BB2B
case 2, BattleFrontier_BattlePikeLobby_EventScript_25BB39 case 2, BattleFrontier_BattlePikeLobby_EventScript_25BB39
case 3, BattleFrontier_BattlePikeLobby_EventScript_25BB47 case 3, BattleFrontier_BattlePikeLobby_EventScript_25BB47
case 127, BattleFrontier_BattlePikeLobby_EventScript_25BB47 case MULTI_B_PRESSED, BattleFrontier_BattlePikeLobby_EventScript_25BB47
end end
BattleFrontier_BattlePikeLobby_EventScript_25BB1D:: @ 825BB1D BattleFrontier_BattlePikeLobby_EventScript_25BB1D:: @ 825BB1D
@@ -159,7 +159,7 @@ BattleFrontier_BattlePikeThreePathRoom_EventScript_25CA2A:: @ 825CA2A
BattleFrontier_BattlePikeThreePathRoom_EventScript_25CA5A:: @ 825CA5A BattleFrontier_BattlePikeThreePathRoom_EventScript_25CA5A:: @ 825CA5A
message BattleFrontier_BattlePikeThreePathRoom_Text_25CD3C message BattleFrontier_BattlePikeThreePathRoom_Text_25CD3C
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4222 case 0, BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4222
release release
@@ -137,20 +137,20 @@ BattleFrontier_BattlePyramidLobby_EventScript_2508B1:: @ 82508B1
BattleFrontier_BattlePyramidLobby_EventScript_2508C8:: @ 82508C8 BattleFrontier_BattlePyramidLobby_EventScript_2508C8:: @ 82508C8
message BattleFrontier_BattlePyramidLobby_Text_250FA7 message BattleFrontier_BattlePyramidLobby_Text_250FA7
waitmessage waitmessage
multichoice 17, 6, 23, 0 multichoice 17, 6, MULTI_CHALLENGEINFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattlePyramidLobby_EventScript_250904 case 0, BattleFrontier_BattlePyramidLobby_EventScript_250904
case 1, BattleFrontier_BattlePyramidLobby_EventScript_250A68 case 1, BattleFrontier_BattlePyramidLobby_EventScript_250A68
case 2, BattleFrontier_BattlePyramidLobby_EventScript_250AC4 case 2, BattleFrontier_BattlePyramidLobby_EventScript_250AC4
case 127, BattleFrontier_BattlePyramidLobby_EventScript_250AC4 case MULTI_B_PRESSED, BattleFrontier_BattlePyramidLobby_EventScript_250AC4
BattleFrontier_BattlePyramidLobby_EventScript_250904:: @ 8250904 BattleFrontier_BattlePyramidLobby_EventScript_250904:: @ 8250904
message BattleFrontier_BattlePyramidLobby_Text_251248 message BattleFrontier_BattlePyramidLobby_Text_251248
waitmessage waitmessage
multichoice 17, 6, 24, 0 multichoice 17, 6, MULTI_LEVEL_MODE, 0
switch VAR_RESULT switch VAR_RESULT
case 2, BattleFrontier_BattlePyramidLobby_EventScript_250AC4 case 2, BattleFrontier_BattlePyramidLobby_EventScript_250AC4
case 127, BattleFrontier_BattlePyramidLobby_EventScript_250AC4 case MULTI_B_PRESSED, BattleFrontier_BattlePyramidLobby_EventScript_250AC4
setvar VAR_0x8004, 15 setvar VAR_0x8004, 15
special CallFrontierUtilFunc special CallFrontierUtilFunc
compare VAR_0x8004, 1 compare VAR_0x8004, 1
@@ -269,7 +269,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_250ACE:: @ 8250ACE
end end
BattleFrontier_BattlePyramidLobby_EventScript_250AF0:: @ 8250AF0 BattleFrontier_BattlePyramidLobby_EventScript_250AF0:: @ 8250AF0
multichoice 17, 6, 24, 0 multichoice 17, 6, MULTI_LEVEL_MODE, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattlePyramidLobby_EventScript_250B28 case 0, BattleFrontier_BattlePyramidLobby_EventScript_250B28
case 1, BattleFrontier_BattlePyramidLobby_EventScript_250B66 case 1, BattleFrontier_BattlePyramidLobby_EventScript_250B66
@@ -508,7 +508,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_250E00:: @ 8250E00
return return
BattleFrontier_BattlePyramidLobby_EventScript_250E09:: @ 8250E09 BattleFrontier_BattlePyramidLobby_EventScript_250E09:: @ 8250E09
multichoice 17, 6, 83, 0 multichoice 17, 6, MULTI_FRONTIER_ITEM_CHOOSE, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattlePyramidLobby_EventScript_250E40 case 0, BattleFrontier_BattlePyramidLobby_EventScript_250E40
case 1, BattleFrontier_BattlePyramidLobby_EventScript_250E50 case 1, BattleFrontier_BattlePyramidLobby_EventScript_250E50
@@ -562,7 +562,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_250E95:: @ 8250E95
BattleFrontier_BattlePyramidLobby_EventScript_250EA4:: @ 8250EA4 BattleFrontier_BattlePyramidLobby_EventScript_250EA4:: @ 8250EA4
message BattleFrontier_BattlePyramidLobby_Text_2526D9 message BattleFrontier_BattlePyramidLobby_Text_2526D9
waitmessage waitmessage
multichoice 15, 2, 101, 0 multichoice 15, 2, MULTI_BATTLE_PYRAMID_RULES, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattlePyramidLobby_EventScript_250EF7 case 0, BattleFrontier_BattlePyramidLobby_EventScript_250EF7
case 1, BattleFrontier_BattlePyramidLobby_EventScript_250F05 case 1, BattleFrontier_BattlePyramidLobby_EventScript_250F05
@@ -99,30 +99,30 @@ BattleFrontier_BattleTowerBattleRoom_EventScript_241C8F:: @ 8241C8F
call BattleFrontier_BattleTowerBattleRoom_EventScript_23E8E0 call BattleFrontier_BattleTowerBattleRoom_EventScript_23E8E0
compare VAR_RESULT, 1 compare VAR_RESULT, 1
goto_if_eq BattleFrontier_BattleTowerBattleRoom_EventScript_241D0A goto_if_eq BattleFrontier_BattleTowerBattleRoom_EventScript_241D0A
multichoice 19, 4, 103, 1 multichoice 19, 4, MULTI_GO_ON_RECORD_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleTowerBattleRoom_EventScript_241DDC case 0, BattleFrontier_BattleTowerBattleRoom_EventScript_241DDC
case 1, BattleFrontier_BattleTowerBattleRoom_EventScript_241D40 case 1, BattleFrontier_BattleTowerBattleRoom_EventScript_241D40
case 2, BattleFrontier_BattleTowerBattleRoom_EventScript_241D7C case 2, BattleFrontier_BattleTowerBattleRoom_EventScript_241D7C
case 3, BattleFrontier_BattleTowerBattleRoom_EventScript_241DAA case 3, BattleFrontier_BattleTowerBattleRoom_EventScript_241DAA
case 127, BattleFrontier_BattleTowerBattleRoom_EventScript_241C8F case MULTI_B_PRESSED, BattleFrontier_BattleTowerBattleRoom_EventScript_241C8F
BattleFrontier_BattleTowerBattleRoom_EventScript_241D0A:: @ 8241D0A BattleFrontier_BattleTowerBattleRoom_EventScript_241D0A:: @ 8241D0A
multichoice 20, 6, 104, 1 multichoice 20, 6, MULTI_GO_ON_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleTowerBattleRoom_EventScript_241DDC case 0, BattleFrontier_BattleTowerBattleRoom_EventScript_241DDC
case 1, BattleFrontier_BattleTowerBattleRoom_EventScript_241D7C case 1, BattleFrontier_BattleTowerBattleRoom_EventScript_241D7C
case 2, BattleFrontier_BattleTowerBattleRoom_EventScript_241DAA case 2, BattleFrontier_BattleTowerBattleRoom_EventScript_241DAA
case 127, BattleFrontier_BattleTowerBattleRoom_EventScript_241C8F case MULTI_B_PRESSED, BattleFrontier_BattleTowerBattleRoom_EventScript_241C8F
BattleFrontier_BattleTowerBattleRoom_EventScript_241D40:: @ 8241D40 BattleFrontier_BattleTowerBattleRoom_EventScript_241D40:: @ 8241D40
message BattleFrontier_BattleTowerBattleRoom_Text_2423A3 message BattleFrontier_BattleTowerBattleRoom_Text_2423A3
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattleTowerBattleRoom_EventScript_241C8F case 1, BattleFrontier_BattleTowerBattleRoom_EventScript_241C8F
case 0, BattleFrontier_BattleTowerBattleRoom_EventScript_241D72 case 0, BattleFrontier_BattleTowerBattleRoom_EventScript_241D72
case 127, BattleFrontier_BattleTowerBattleRoom_EventScript_241C8F case MULTI_B_PRESSED, BattleFrontier_BattleTowerBattleRoom_EventScript_241C8F
BattleFrontier_BattleTowerBattleRoom_EventScript_241D72:: @ 8241D72 BattleFrontier_BattleTowerBattleRoom_EventScript_241D72:: @ 8241D72
call BattleFrontier_BattleTowerBattleRoom_EventScript_23E8B4 call BattleFrontier_BattleTowerBattleRoom_EventScript_23E8B4
@@ -138,11 +138,11 @@ BattleFrontier_BattleTowerBattleRoom_EventScript_241D7C:: @ 8241D7C
BattleFrontier_BattleTowerBattleRoom_EventScript_241DAA:: @ 8241DAA BattleFrontier_BattleTowerBattleRoom_EventScript_241DAA:: @ 8241DAA
message BattleFrontier_BattleTowerBattleRoom_Text_24244C message BattleFrontier_BattleTowerBattleRoom_Text_24244C
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattleTowerBattleRoom_EventScript_241C8F case 1, BattleFrontier_BattleTowerBattleRoom_EventScript_241C8F
case 0, BattleFrontier_BattleTowerBattleRoom_EventScript_24220E case 0, BattleFrontier_BattleTowerBattleRoom_EventScript_24220E
case 127, BattleFrontier_BattleTowerBattleRoom_EventScript_241C8F case MULTI_B_PRESSED, BattleFrontier_BattleTowerBattleRoom_EventScript_241C8F
BattleFrontier_BattleTowerBattleRoom_EventScript_241DDC:: @ 8241DDC BattleFrontier_BattleTowerBattleRoom_EventScript_241DDC:: @ 8241DDC
closemessage closemessage
@@ -256,21 +256,21 @@ BattleFrontier_BattleTowerBattleRoom_EventScript_241F22:: @ 8241F22
call BattleFrontier_BattleTowerBattleRoom_EventScript_23E8E0 call BattleFrontier_BattleTowerBattleRoom_EventScript_23E8E0
compare VAR_RESULT, 1 compare VAR_RESULT, 1
goto_if_eq BattleFrontier_BattleTowerBattleRoom_EventScript_241F79 goto_if_eq BattleFrontier_BattleTowerBattleRoom_EventScript_241F79
multichoice 19, 4, 103, 1 multichoice 19, 4, MULTI_GO_ON_RECORD_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleTowerBattleRoom_EventScript_241FAF case 0, BattleFrontier_BattleTowerBattleRoom_EventScript_241FAF
case 1, BattleFrontier_BattleTowerBattleRoom_EventScript_241D40 case 1, BattleFrontier_BattleTowerBattleRoom_EventScript_241D40
case 2, BattleFrontier_BattleTowerBattleRoom_EventScript_241D7C case 2, BattleFrontier_BattleTowerBattleRoom_EventScript_241D7C
case 3, BattleFrontier_BattleTowerBattleRoom_EventScript_241DAA case 3, BattleFrontier_BattleTowerBattleRoom_EventScript_241DAA
case 127, BattleFrontier_BattleTowerBattleRoom_EventScript_241F22 case MULTI_B_PRESSED, BattleFrontier_BattleTowerBattleRoom_EventScript_241F22
BattleFrontier_BattleTowerBattleRoom_EventScript_241F79:: @ 8241F79 BattleFrontier_BattleTowerBattleRoom_EventScript_241F79:: @ 8241F79
multichoice 20, 6, 104, 1 multichoice 20, 6, MULTI_GO_ON_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleTowerBattleRoom_EventScript_241FAF case 0, BattleFrontier_BattleTowerBattleRoom_EventScript_241FAF
case 1, BattleFrontier_BattleTowerBattleRoom_EventScript_241D7C case 1, BattleFrontier_BattleTowerBattleRoom_EventScript_241D7C
case 2, BattleFrontier_BattleTowerBattleRoom_EventScript_241DAA case 2, BattleFrontier_BattleTowerBattleRoom_EventScript_241DAA
case 127, BattleFrontier_BattleTowerBattleRoom_EventScript_241F22 case MULTI_B_PRESSED, BattleFrontier_BattleTowerBattleRoom_EventScript_241F22
BattleFrontier_BattleTowerBattleRoom_EventScript_241FAF:: @ 8241FAF BattleFrontier_BattleTowerBattleRoom_EventScript_241FAF:: @ 8241FAF
call BattleFrontier_BattleTowerBattleRoom_EventScript_242170 call BattleFrontier_BattleTowerBattleRoom_EventScript_242170
@@ -173,30 +173,30 @@ BattleFrontier_BattleTowerBattleRoom2_EventScript_249143:: @ 8249143
call BattleFrontier_BattleTowerBattleRoom2_EventScript_23E8E0 call BattleFrontier_BattleTowerBattleRoom2_EventScript_23E8E0
compare VAR_RESULT, 1 compare VAR_RESULT, 1
goto_if_eq BattleFrontier_BattleTowerBattleRoom2_EventScript_2491B1 goto_if_eq BattleFrontier_BattleTowerBattleRoom2_EventScript_2491B1
multichoice 19, 4, 103, 1 multichoice 19, 4, MULTI_GO_ON_RECORD_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleTowerBattleRoom2_EventScript_249283 case 0, BattleFrontier_BattleTowerBattleRoom2_EventScript_249283
case 1, BattleFrontier_BattleTowerBattleRoom2_EventScript_2491E7 case 1, BattleFrontier_BattleTowerBattleRoom2_EventScript_2491E7
case 2, BattleFrontier_BattleTowerBattleRoom2_EventScript_249223 case 2, BattleFrontier_BattleTowerBattleRoom2_EventScript_249223
case 3, BattleFrontier_BattleTowerBattleRoom2_EventScript_249251 case 3, BattleFrontier_BattleTowerBattleRoom2_EventScript_249251
case MULTICHOICE_B, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143 case MULTI_B_PRESSED, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143
BattleFrontier_BattleTowerBattleRoom2_EventScript_2491B1:: @ 82491B1 BattleFrontier_BattleTowerBattleRoom2_EventScript_2491B1:: @ 82491B1
multichoice 20, 6, 104, 1 multichoice 20, 6, MULTI_GO_ON_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleTowerBattleRoom2_EventScript_249283 case 0, BattleFrontier_BattleTowerBattleRoom2_EventScript_249283
case 1, BattleFrontier_BattleTowerBattleRoom2_EventScript_249223 case 1, BattleFrontier_BattleTowerBattleRoom2_EventScript_249223
case 2, BattleFrontier_BattleTowerBattleRoom2_EventScript_249251 case 2, BattleFrontier_BattleTowerBattleRoom2_EventScript_249251
case MULTICHOICE_B, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143 case MULTI_B_PRESSED, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143
BattleFrontier_BattleTowerBattleRoom2_EventScript_2491E7:: @ 82491E7 BattleFrontier_BattleTowerBattleRoom2_EventScript_2491E7:: @ 82491E7
message BattleFrontier_BattleTowerBattleRoom2_Text_2423A3 message BattleFrontier_BattleTowerBattleRoom2_Text_2423A3
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143 case 1, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143
case 0, BattleFrontier_BattleTowerBattleRoom2_EventScript_249219 case 0, BattleFrontier_BattleTowerBattleRoom2_EventScript_249219
case MULTICHOICE_B, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143 case MULTI_B_PRESSED, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143
BattleFrontier_BattleTowerBattleRoom2_EventScript_249219:: @ 8249219 BattleFrontier_BattleTowerBattleRoom2_EventScript_249219:: @ 8249219
call BattleFrontier_BattleTowerBattleRoom2_EventScript_23E8B4 call BattleFrontier_BattleTowerBattleRoom2_EventScript_23E8B4
@@ -207,16 +207,16 @@ BattleFrontier_BattleTowerBattleRoom2_EventScript_249223:: @ 8249223
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143 case 0, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143
case 1, BattleFrontier_BattleTowerBattleRoom2_EventScript_2492DB case 1, BattleFrontier_BattleTowerBattleRoom2_EventScript_2492DB
case MULTICHOICE_B, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143 case MULTI_B_PRESSED, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143
BattleFrontier_BattleTowerBattleRoom2_EventScript_249251:: @ 8249251 BattleFrontier_BattleTowerBattleRoom2_EventScript_249251:: @ 8249251
message BattleFrontier_BattleTowerBattleRoom2_Text_24244C message BattleFrontier_BattleTowerBattleRoom2_Text_24244C
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143 case 1, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143
case 0, BattleFrontier_BattleTowerBattleRoom2_EventScript_24907E case 0, BattleFrontier_BattleTowerBattleRoom2_EventScript_24907E
case MULTICHOICE_B, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143 case MULTI_B_PRESSED, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143
BattleFrontier_BattleTowerBattleRoom2_EventScript_249283:: @ 8249283 BattleFrontier_BattleTowerBattleRoom2_EventScript_249283:: @ 8249283
closemessage closemessage
@@ -350,20 +350,20 @@ BattleFrontier_BattleTowerBattleRoom2_EventScript_249412:: @ 8249412
BattleFrontier_BattleTowerBattleRoom2_EventScript_249417:: @ 8249417 BattleFrontier_BattleTowerBattleRoom2_EventScript_249417:: @ 8249417
goto_if_set FLAG_TEMP_2, BattleFrontier_BattleTowerBattleRoom2_EventScript_249457 goto_if_set FLAG_TEMP_2, BattleFrontier_BattleTowerBattleRoom2_EventScript_249457
multichoice 19, 6, 105, 1 multichoice 19, 6, MULTI_GO_ON_RECORD_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleTowerBattleRoom2_EventScript_249483 case 0, BattleFrontier_BattleTowerBattleRoom2_EventScript_249483
case 1, BattleFrontier_BattleTowerBattleRoom2_EventScript_2494A8 case 1, BattleFrontier_BattleTowerBattleRoom2_EventScript_2494A8
case 2, BattleFrontier_BattleTowerBattleRoom2_EventScript_2494DD case 2, BattleFrontier_BattleTowerBattleRoom2_EventScript_2494DD
case MULTICHOICE_B, BattleFrontier_BattleTowerBattleRoom2_EventScript_2494DD case MULTI_B_PRESSED, BattleFrontier_BattleTowerBattleRoom2_EventScript_2494DD
end end
BattleFrontier_BattleTowerBattleRoom2_EventScript_249457:: @ 8249457 BattleFrontier_BattleTowerBattleRoom2_EventScript_249457:: @ 8249457
multichoice 20, 8, 106, 1 multichoice 20, 8, MULTI_GO_ON_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleTowerBattleRoom2_EventScript_249483 case 0, BattleFrontier_BattleTowerBattleRoom2_EventScript_249483
case 1, BattleFrontier_BattleTowerBattleRoom2_EventScript_2494DD case 1, BattleFrontier_BattleTowerBattleRoom2_EventScript_2494DD
case MULTICHOICE_B, BattleFrontier_BattleTowerBattleRoom2_EventScript_2494DD case MULTI_B_PRESSED, BattleFrontier_BattleTowerBattleRoom2_EventScript_2494DD
end end
BattleFrontier_BattleTowerBattleRoom2_EventScript_249483:: @ 8249483 BattleFrontier_BattleTowerBattleRoom2_EventScript_249483:: @ 8249483
@@ -381,10 +381,10 @@ BattleFrontier_BattleTowerBattleRoom2_EventScript_249483:: @ 8249483
BattleFrontier_BattleTowerBattleRoom2_EventScript_2494A8:: @ 82494A8 BattleFrontier_BattleTowerBattleRoom2_EventScript_2494A8:: @ 82494A8
message BattleFrontier_BattleTowerBattleRoom2_Text_2423A3 message BattleFrontier_BattleTowerBattleRoom2_Text_2423A3
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143 case 1, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143
case MULTICHOICE_B, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143 case MULTI_B_PRESSED, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143
call BattleFrontier_BattleTowerBattleRoom2_EventScript_23E8B4 call BattleFrontier_BattleTowerBattleRoom2_EventScript_23E8B4
setflag FLAG_TEMP_2 setflag FLAG_TEMP_2
goto BattleFrontier_BattleTowerBattleRoom2_EventScript_249143 goto BattleFrontier_BattleTowerBattleRoom2_EventScript_249143
@@ -393,7 +393,7 @@ BattleFrontier_BattleTowerBattleRoom2_EventScript_2494A8:: @ 82494A8
BattleFrontier_BattleTowerBattleRoom2_EventScript_2494DD:: @ 82494DD BattleFrontier_BattleTowerBattleRoom2_EventScript_2494DD:: @ 82494DD
message BattleFrontier_BattleTowerBattleRoom2_Text_24244C message BattleFrontier_BattleTowerBattleRoom2_Text_24244C
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
compare VAR_RESULT, 0 compare VAR_RESULT, 0
goto_if_eq BattleFrontier_BattleTowerBattleRoom2_EventScript_2494FA goto_if_eq BattleFrontier_BattleTowerBattleRoom2_EventScript_2494FA
goto BattleFrontier_BattleTowerBattleRoom2_EventScript_249143 goto BattleFrontier_BattleTowerBattleRoom2_EventScript_249143
@@ -162,11 +162,11 @@ BattleFrontier_BattleTowerLobby_EventScript_23E84D:: @ 823E84D
goto_if_eq BattleFrontier_BattleTowerLobby_EventScript_23E8DF goto_if_eq BattleFrontier_BattleTowerLobby_EventScript_23E8DF
message BattleFrontier_BattleTowerLobby_Text_23FE3C message BattleFrontier_BattleTowerLobby_Text_23FE3C
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattleTowerLobby_EventScript_23E8DF case 1, BattleFrontier_BattleTowerLobby_EventScript_23E8DF
case 0, BattleFrontier_BattleTowerLobby_EventScript_23E8B4 case 0, BattleFrontier_BattleTowerLobby_EventScript_23E8B4
case 127, BattleFrontier_BattleTowerLobby_EventScript_23E8DF case MULTI_B_PRESSED, BattleFrontier_BattleTowerLobby_EventScript_23E8DF
BattleFrontier_BattleArenaBattleRoom_EventScript_23E8B4:: @ 823E8B4 BattleFrontier_BattleArenaBattleRoom_EventScript_23E8B4:: @ 823E8B4
BattleFrontier_BattleArenaLobby_EventScript_23E8B4:: @ 823E8B4 BattleFrontier_BattleArenaLobby_EventScript_23E8B4:: @ 823E8B4
@@ -244,21 +244,21 @@ BattleFrontier_BattleTowerLobby_EventScript_23E936:: @ 823E936
BattleFrontier_BattleTowerLobby_EventScript_23E948:: @ 823E948 BattleFrontier_BattleTowerLobby_EventScript_23E948:: @ 823E948
message BattleFrontier_BattleTowerLobby_Text_2405B3 message BattleFrontier_BattleTowerLobby_Text_2405B3
waitmessage waitmessage
multichoice 17, 6, 23, 0 multichoice 17, 6, MULTI_CHALLENGEINFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleTowerLobby_EventScript_23E984 case 0, BattleFrontier_BattleTowerLobby_EventScript_23E984
case 1, BattleFrontier_BattleTowerLobby_EventScript_23EA91 case 1, BattleFrontier_BattleTowerLobby_EventScript_23EA91
case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
case 127, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case MULTI_B_PRESSED, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
BattleFrontier_BattleTowerLobby_EventScript_23E984:: @ 823E984 BattleFrontier_BattleTowerLobby_EventScript_23E984:: @ 823E984
setvar VAR_FRONTIER_BATTLE_MODE, 0 setvar VAR_FRONTIER_BATTLE_MODE, 0
message BattleFrontier_BattleTowerLobby_Text_23FD3B message BattleFrontier_BattleTowerLobby_Text_23FD3B
waitmessage waitmessage
multichoice 17, 6, 24, 0 multichoice 17, 6, MULTI_LEVEL_MODE, 0
switch VAR_RESULT switch VAR_RESULT
case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
case 127, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case MULTI_B_PRESSED, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
setvar VAR_0x8004, 15 setvar VAR_0x8004, 15
special CallFrontierUtilFunc special CallFrontierUtilFunc
compare VAR_0x8004, 1 compare VAR_0x8004, 1
@@ -324,21 +324,21 @@ BattleFrontier_BattleTowerLobby_EventScript_23EA9F:: @ 823EA9F
BattleFrontier_BattleTowerLobby_EventScript_23EAB1:: @ 823EAB1 BattleFrontier_BattleTowerLobby_EventScript_23EAB1:: @ 823EAB1
message BattleFrontier_BattleTowerLobby_Text_24085E message BattleFrontier_BattleTowerLobby_Text_24085E
waitmessage waitmessage
multichoice 17, 6, 23, 0 multichoice 17, 6, MULTI_CHALLENGEINFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleTowerLobby_EventScript_23EAED case 0, BattleFrontier_BattleTowerLobby_EventScript_23EAED
case 1, BattleFrontier_BattleTowerLobby_EventScript_23EBFA case 1, BattleFrontier_BattleTowerLobby_EventScript_23EBFA
case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
case 127, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case MULTI_B_PRESSED, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
BattleFrontier_BattleTowerLobby_EventScript_23EAED:: @ 823EAED BattleFrontier_BattleTowerLobby_EventScript_23EAED:: @ 823EAED
setvar VAR_FRONTIER_BATTLE_MODE, 1 setvar VAR_FRONTIER_BATTLE_MODE, 1
message BattleFrontier_BattleTowerLobby_Text_23FD3B message BattleFrontier_BattleTowerLobby_Text_23FD3B
waitmessage waitmessage
multichoice 17, 6, 24, 0 multichoice 17, 6, MULTI_LEVEL_MODE, 0
switch VAR_RESULT switch VAR_RESULT
case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
case 127, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case MULTI_B_PRESSED, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
setvar VAR_0x8004, 15 setvar VAR_0x8004, 15
special CallFrontierUtilFunc special CallFrontierUtilFunc
compare VAR_0x8004, 1 compare VAR_0x8004, 1
@@ -405,21 +405,21 @@ BattleFrontier_BattleTowerLobby_EventScript_23EC08:: @ 823EC08
BattleFrontier_BattleTowerLobby_EventScript_23EC1D:: @ 823EC1D BattleFrontier_BattleTowerLobby_EventScript_23EC1D:: @ 823EC1D
message BattleFrontier_BattleTowerLobby_Text_240B06 message BattleFrontier_BattleTowerLobby_Text_240B06
waitmessage waitmessage
multichoice 17, 6, 23, 0 multichoice 17, 6, MULTI_CHALLENGEINFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleTowerLobby_EventScript_23EC59 case 0, BattleFrontier_BattleTowerLobby_EventScript_23EC59
case 1, BattleFrontier_BattleTowerLobby_EventScript_23ED66 case 1, BattleFrontier_BattleTowerLobby_EventScript_23ED66
case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
case 127, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case MULTI_B_PRESSED, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
BattleFrontier_BattleTowerLobby_EventScript_23EC59:: @ 823EC59 BattleFrontier_BattleTowerLobby_EventScript_23EC59:: @ 823EC59
setvar VAR_FRONTIER_BATTLE_MODE, 2 setvar VAR_FRONTIER_BATTLE_MODE, 2
message BattleFrontier_BattleTowerLobby_Text_23FD3B message BattleFrontier_BattleTowerLobby_Text_23FD3B
waitmessage waitmessage
multichoice 17, 6, 24, 0 multichoice 17, 6, MULTI_LEVEL_MODE, 0
switch VAR_RESULT switch VAR_RESULT
case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
case 127, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case MULTI_B_PRESSED, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
setvar VAR_0x8004, 15 setvar VAR_0x8004, 15
special CallFrontierUtilFunc special CallFrontierUtilFunc
compare VAR_0x8004, 1 compare VAR_0x8004, 1
@@ -485,21 +485,21 @@ BattleFrontier_BattleTowerLobby_EventScript_23ED74:: @ 823ED74
BattleFrontier_BattleTowerLobby_EventScript_23ED86:: @ 823ED86 BattleFrontier_BattleTowerLobby_EventScript_23ED86:: @ 823ED86
message BattleFrontier_BattleTowerLobby_Text_240E95 message BattleFrontier_BattleTowerLobby_Text_240E95
waitmessage waitmessage
multichoice 17, 6, 23, 0 multichoice 17, 6, MULTI_CHALLENGEINFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleTowerLobby_EventScript_23EDC2 case 0, BattleFrontier_BattleTowerLobby_EventScript_23EDC2
case 1, BattleFrontier_BattleTowerLobby_EventScript_23F3DA case 1, BattleFrontier_BattleTowerLobby_EventScript_23F3DA
case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
case 127, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case MULTI_B_PRESSED, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
BattleFrontier_BattleTowerLobby_EventScript_23EDC2:: @ 823EDC2 BattleFrontier_BattleTowerLobby_EventScript_23EDC2:: @ 823EDC2
setvar VAR_FRONTIER_BATTLE_MODE, 3 setvar VAR_FRONTIER_BATTLE_MODE, 3
message BattleFrontier_BattleTowerLobby_Text_23FD3B message BattleFrontier_BattleTowerLobby_Text_23FD3B
waitmessage waitmessage
multichoice 17, 6, 24, 0 multichoice 17, 6, MULTI_LEVEL_MODE, 0
switch VAR_RESULT switch VAR_RESULT
case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
case 127, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case MULTI_B_PRESSED, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
setvar VAR_0x8004, 15 setvar VAR_0x8004, 15
special CallFrontierUtilFunc special CallFrontierUtilFunc
compare VAR_0x8004, 1 compare VAR_0x8004, 1
@@ -560,13 +560,13 @@ BattleFrontier_BattleTowerLobby_EventScript_23EEE7:: @ 823EEE7
faceplayer faceplayer
message BattleFrontier_BattleTowerLobby_Text_23F8CD message BattleFrontier_BattleTowerLobby_Text_23F8CD
waitmessage waitmessage
multichoice 16, 4, 109, 0 multichoice 16, 4, MULTI_BATTLE_TOWER_FEELINGS, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleTowerLobby_EventScript_23EF32 case 0, BattleFrontier_BattleTowerLobby_EventScript_23EF32
case 1, BattleFrontier_BattleTowerLobby_EventScript_23EF4C case 1, BattleFrontier_BattleTowerLobby_EventScript_23EF4C
case 2, BattleFrontier_BattleTowerLobby_EventScript_23EF66 case 2, BattleFrontier_BattleTowerLobby_EventScript_23EF66
case 3, BattleFrontier_BattleTowerLobby_EventScript_23EF80 case 3, BattleFrontier_BattleTowerLobby_EventScript_23EF80
case 127, BattleFrontier_BattleTowerLobby_EventScript_23EF80 case MULTI_B_PRESSED, BattleFrontier_BattleTowerLobby_EventScript_23EF80
release release
end end
@@ -1022,12 +1022,12 @@ BattleFrontier_BattleTowerLobby_EventScript_23F3E8:: @ 823F3E8
BattleFrontier_BattleTowerLobby_EventScript_23F3F3:: @ 823F3F3 BattleFrontier_BattleTowerLobby_EventScript_23F3F3:: @ 823F3F3
message BattleFrontier_BattleTowerLobby_Text_2792CD message BattleFrontier_BattleTowerLobby_Text_2792CD
waitmessage waitmessage
multichoice 16, 6, 81, 0 multichoice 16, 6, MULTI_LINK_LEADER, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleTowerLobby_EventScript_23F463 case 0, BattleFrontier_BattleTowerLobby_EventScript_23F463
case 1, BattleFrontier_BattleTowerLobby_EventScript_23F430 case 1, BattleFrontier_BattleTowerLobby_EventScript_23F430
case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case 2, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
case 127, BattleFrontier_BattleTowerLobby_EventScript_23F0E6 case MULTI_B_PRESSED, BattleFrontier_BattleTowerLobby_EventScript_23F0E6
end end
BattleFrontier_BattleTowerLobby_EventScript_23F430:: @ 823F430 BattleFrontier_BattleTowerLobby_EventScript_23F430:: @ 823F430
@@ -1080,14 +1080,14 @@ BattleFrontier_BattleTowerLobby_EventScript_23F4BE:: @ 823F4BE
BattleFrontier_BattleTowerLobby_EventScript_23F4CD:: @ 823F4CD BattleFrontier_BattleTowerLobby_EventScript_23F4CD:: @ 823F4CD
message BattleFrontier_BattleTowerLobby_Text_241563 message BattleFrontier_BattleTowerLobby_Text_241563
waitmessage waitmessage
multichoice 17, 2, 97, 0 multichoice 17, 2, MULTI_BATTLE_TOWER_RULES, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_BattleTowerLobby_EventScript_23F520 case 0, BattleFrontier_BattleTowerLobby_EventScript_23F520
case 1, BattleFrontier_BattleTowerLobby_EventScript_23F52E case 1, BattleFrontier_BattleTowerLobby_EventScript_23F52E
case 2, BattleFrontier_BattleTowerLobby_EventScript_23F53C case 2, BattleFrontier_BattleTowerLobby_EventScript_23F53C
case 3, BattleFrontier_BattleTowerLobby_EventScript_23F54A case 3, BattleFrontier_BattleTowerLobby_EventScript_23F54A
case 4, BattleFrontier_BattleTowerLobby_EventScript_23F558 case 4, BattleFrontier_BattleTowerLobby_EventScript_23F558
case 127, BattleFrontier_BattleTowerLobby_EventScript_23F558 case MULTI_B_PRESSED, BattleFrontier_BattleTowerLobby_EventScript_23F558
end end
BattleFrontier_BattleTowerLobby_EventScript_23F520:: @ 823F520 BattleFrontier_BattleTowerLobby_EventScript_23F520:: @ 823F520
@@ -86,7 +86,7 @@ BattleFrontier_BattleTowerMultiBattleRoom_EventScript_243E7A:: @ 8243E7A
faceplayer faceplayer
message BattleFrontier_BattleTowerMultiBattleRoom_Text_244094 message BattleFrontier_BattleTowerMultiBattleRoom_Text_244094
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
compare VAR_RESULT, 0 compare VAR_RESULT, 0
goto_if_eq BattleFrontier_BattleTowerMultiBattleRoom_EventScript_243E9D goto_if_eq BattleFrontier_BattleTowerMultiBattleRoom_EventScript_243E9D
msgbox BattleFrontier_BattleTowerMultiBattleRoom_Text_24410C, MSGBOX_DEFAULT msgbox BattleFrontier_BattleTowerMultiBattleRoom_Text_24410C, MSGBOX_DEFAULT
@@ -180,10 +180,10 @@ BattleFrontier_BattleTowerMultiBattleRoom_EventScript_243F36:: @ 8243F36
setvar VAR_0x8005, 2 setvar VAR_0x8005, 2
special sub_8161F74 special sub_8161F74
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, BattleFrontier_BattleTowerMultiBattleRoom_EventScript_243FC3 case 1, BattleFrontier_BattleTowerMultiBattleRoom_EventScript_243FC3
case 127, BattleFrontier_BattleTowerMultiBattleRoom_EventScript_243FC3 case MULTI_B_PRESSED, BattleFrontier_BattleTowerMultiBattleRoom_EventScript_243FC3
setvar VAR_0x8004, 11 setvar VAR_0x8004, 11
setvar VAR_0x8005, 3 setvar VAR_0x8005, 3
special sub_8161F74 special sub_8161F74
+2 -2
View File
@@ -30,14 +30,14 @@ BattleFrontier_Lounge3_EventScript_261DAF:: @ 8261DAF
end end
BattleFrontier_Lounge3_EventScript_261DE9:: @ 8261DE9 BattleFrontier_Lounge3_EventScript_261DE9:: @ 8261DE9
multichoice 20, 4, 87, 0 multichoice 20, 4, MULTI_FRONTIER_GAMBLER_BET, 0
copyvar VAR_FRONTIER_GAMBLER_AMOUNT_BET, VAR_RESULT copyvar VAR_FRONTIER_GAMBLER_AMOUNT_BET, VAR_RESULT
switch VAR_RESULT switch VAR_RESULT
case FRONTIER_GAMBLER_BET_5, BattleFrontier_Lounge3_EventScript_261E30 case FRONTIER_GAMBLER_BET_5, BattleFrontier_Lounge3_EventScript_261E30
case FRONTIER_GAMBLER_BET_10, BattleFrontier_Lounge3_EventScript_261E3B case FRONTIER_GAMBLER_BET_10, BattleFrontier_Lounge3_EventScript_261E3B
case FRONTIER_GAMBLER_BET_15, BattleFrontier_Lounge3_EventScript_261E46 case FRONTIER_GAMBLER_BET_15, BattleFrontier_Lounge3_EventScript_261E46
case FRONTIER_GAMBLER_BET_CANCEL, BattleFrontier_Lounge3_EventScript_261FAF case FRONTIER_GAMBLER_BET_CANCEL, BattleFrontier_Lounge3_EventScript_261FAF
case 127, BattleFrontier_Lounge3_EventScript_261FAF case MULTI_B_PRESSED, BattleFrontier_Lounge3_EventScript_261FAF
end end
BattleFrontier_Lounge3_EventScript_261E30:: @ 8261E30 BattleFrontier_Lounge3_EventScript_261E30:: @ 8261E30
@@ -20,12 +20,12 @@ BattleFrontier_OutsideWest_EventScript_23D3F0:: @ 823D3F0
end end
BattleFrontier_OutsideWest_EventScript_23D416:: @ 823D416 BattleFrontier_OutsideWest_EventScript_23D416:: @ 823D416
multichoicedefault 18, 6, 53, 2, 0 multichoicedefault 18, 6, MULTI_SSTIDAL_BATTLE_FRONTIER, 2, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_OutsideWest_EventScript_23D458 case 0, BattleFrontier_OutsideWest_EventScript_23D458
case 1, BattleFrontier_OutsideWest_EventScript_23D483 case 1, BattleFrontier_OutsideWest_EventScript_23D483
case 2, BattleFrontier_OutsideWest_EventScript_23D4D8 case 2, BattleFrontier_OutsideWest_EventScript_23D4D8
case 127, BattleFrontier_OutsideWest_EventScript_23D4D8 case MULTI_B_PRESSED, BattleFrontier_OutsideWest_EventScript_23D4D8
end end
BattleFrontier_OutsideWest_EventScript_23D44E:: @ 823D44E BattleFrontier_OutsideWest_EventScript_23D44E:: @ 823D44E
@@ -213,7 +213,7 @@ BattleFrontier_ReceptionGate_EventScript_266436:: @ 8266436
BattleFrontier_ReceptionGate_EventScript_266446:: @ 8266446 BattleFrontier_ReceptionGate_EventScript_266446:: @ 8266446
message BattleFrontier_ReceptionGate_Text_266EE0 message BattleFrontier_ReceptionGate_Text_266EE0
waitmessage waitmessage
multichoice 15, 0, 95, 0 multichoice 15, 0, MULTI_FRONTIER_RULES, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_ReceptionGate_EventScript_2664A4 case 0, BattleFrontier_ReceptionGate_EventScript_2664A4
case 1, BattleFrontier_ReceptionGate_EventScript_2664B2 case 1, BattleFrontier_ReceptionGate_EventScript_2664B2
@@ -221,7 +221,7 @@ BattleFrontier_ReceptionGate_EventScript_266446:: @ 8266446
case 3, BattleFrontier_ReceptionGate_EventScript_2664CE case 3, BattleFrontier_ReceptionGate_EventScript_2664CE
case 4, BattleFrontier_ReceptionGate_EventScript_2664DC case 4, BattleFrontier_ReceptionGate_EventScript_2664DC
case 5, BattleFrontier_ReceptionGate_EventScript_2664EA case 5, BattleFrontier_ReceptionGate_EventScript_2664EA
case 127, BattleFrontier_ReceptionGate_EventScript_2664EA case MULTI_B_PRESSED, BattleFrontier_ReceptionGate_EventScript_2664EA
end end
BattleFrontier_ReceptionGate_EventScript_2664A4:: @ 82664A4 BattleFrontier_ReceptionGate_EventScript_2664A4:: @ 82664A4
@@ -264,13 +264,13 @@ BattleFrontier_ReceptionGate_EventScript_2664F4:: @ 82664F4
BattleFrontier_ReceptionGate_EventScript_266504:: @ 8266504 BattleFrontier_ReceptionGate_EventScript_266504:: @ 8266504
message BattleFrontier_ReceptionGate_Text_26737C message BattleFrontier_ReceptionGate_Text_26737C
waitmessage waitmessage
multichoice 16, 4, 11, 0 multichoice 16, 4, MULTI_FRONTIER_PASS_INFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, BattleFrontier_ReceptionGate_EventScript_26654C case 0, BattleFrontier_ReceptionGate_EventScript_26654C
case 1, BattleFrontier_ReceptionGate_EventScript_26655A case 1, BattleFrontier_ReceptionGate_EventScript_26655A
case 2, BattleFrontier_ReceptionGate_EventScript_266568 case 2, BattleFrontier_ReceptionGate_EventScript_266568
case 3, BattleFrontier_ReceptionGate_EventScript_266576 case 3, BattleFrontier_ReceptionGate_EventScript_266576
case 127, BattleFrontier_ReceptionGate_EventScript_266576 case MULTI_B_PRESSED, BattleFrontier_ReceptionGate_EventScript_266576
end end
BattleFrontier_ReceptionGate_EventScript_26654C:: @ 826654C BattleFrontier_ReceptionGate_EventScript_26654C:: @ 826654C
+1 -1
View File
@@ -22,7 +22,7 @@ CaveOfOrigin_B1F_EventScript_2357A9:: @ 82357A9
goto CaveOfOrigin_B1F_EventScript_2357F0 goto CaveOfOrigin_B1F_EventScript_2357F0
CaveOfOrigin_B1F_EventScript_2357F0:: @ 82357F0 CaveOfOrigin_B1F_EventScript_2357F0:: @ 82357F0
multichoice 0, 0, 110, 0 multichoice 0, 0, MULTI_WHERES_RAYQUAZA, 0
switch VAR_RESULT switch VAR_RESULT
case 0, CaveOfOrigin_B1F_EventScript_23582C case 0, CaveOfOrigin_B1F_EventScript_23582C
case 1, CaveOfOrigin_B1F_EventScript_235837 case 1, CaveOfOrigin_B1F_EventScript_235837
+3 -3
View File
@@ -12,12 +12,12 @@ DewfordTown_EventScript_1E9511:: @ 81E9511
goto_if_unset FLAG_DELIVERED_STEVEN_LETTER, DewfordTown_EventScript_1E9585 goto_if_unset FLAG_DELIVERED_STEVEN_LETTER, DewfordTown_EventScript_1E9585
message DewfordTown_Text_1E9C8A message DewfordTown_Text_1E9C8A
waitmessage waitmessage
multichoicedefault 21, 6, 0, 2, 0 multichoicedefault 21, 6, MULTI_BRINEY_ON_DEWFORD, 2, 0
switch VAR_RESULT switch VAR_RESULT
case 0, DewfordTown_EventScript_1E955A case 0, DewfordTown_EventScript_1E955A
case 1, DewfordTown_EventScript_1E956A case 1, DewfordTown_EventScript_1E956A
case 2, DewfordTown_EventScript_1E957A case 2, DewfordTown_EventScript_1E957A
case 127, DewfordTown_EventScript_1E957A case MULTI_B_PRESSED, DewfordTown_EventScript_1E957A
end end
DewfordTown_EventScript_1E955A:: @ 81E955A DewfordTown_EventScript_1E955A:: @ 81E955A
@@ -97,7 +97,7 @@ DewfordTown_EventScript_1E9620:: @ 81E9620
DewfordTown_EventScript_1E962A:: @ 81E962A DewfordTown_EventScript_1E962A:: @ 81E962A
message DewfordTown_Text_1E9FB8 message DewfordTown_Text_1E9FB8
waitmessage waitmessage
multichoice 20, 8, 50, 1 multichoice 20, 8, MULTI_HOWS_FISHING, 1
compare VAR_RESULT, 0 compare VAR_RESULT, 0
goto_if_eq DewfordTown_EventScript_1E964C goto_if_eq DewfordTown_EventScript_1E964C
compare VAR_RESULT, 1 compare VAR_RESULT, 1
@@ -120,7 +120,7 @@ FallarborTown_BattleTentBattleRoom_EventScript_200A2A:: @ 8200A2A
call_if_eq FallarborTown_BattleTentBattleRoom_EventScript_200B43 call_if_eq FallarborTown_BattleTentBattleRoom_EventScript_200B43
compare VAR_RESULT, 2 compare VAR_RESULT, 2
call_if_eq FallarborTown_BattleTentBattleRoom_EventScript_200B4A call_if_eq FallarborTown_BattleTentBattleRoom_EventScript_200B4A
multichoice 20, 6, 104, 1 multichoice 20, 6, MULTI_GO_ON_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, FallarborTown_BattleTentBattleRoom_EventScript_200AD8 case 0, FallarborTown_BattleTentBattleRoom_EventScript_200AD8
case 1, FallarborTown_BattleTentBattleRoom_EventScript_200A78 case 1, FallarborTown_BattleTentBattleRoom_EventScript_200A78
@@ -136,11 +136,11 @@ FallarborTown_BattleTentBattleRoom_EventScript_200A78:: @ 8200A78
FallarborTown_BattleTentBattleRoom_EventScript_200AA6:: @ 8200AA6 FallarborTown_BattleTentBattleRoom_EventScript_200AA6:: @ 8200AA6
message FallarborTown_BattleTentBattleRoom_Text_257E9E message FallarborTown_BattleTentBattleRoom_Text_257E9E
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, FallarborTown_BattleTentBattleRoom_EventScript_200A2A case 1, FallarborTown_BattleTentBattleRoom_EventScript_200A2A
case 0, FallarborTown_BattleTentBattleRoom_EventScript_20097E case 0, FallarborTown_BattleTentBattleRoom_EventScript_20097E
case 127, FallarborTown_BattleTentBattleRoom_EventScript_200A2A case MULTI_B_PRESSED, FallarborTown_BattleTentBattleRoom_EventScript_200A2A
FallarborTown_BattleTentBattleRoom_EventScript_200AD8:: @ 8200AD8 FallarborTown_BattleTentBattleRoom_EventScript_200AD8:: @ 8200AD8
closemessage closemessage
@@ -140,12 +140,12 @@ FallarborTown_BattleTentLobby_EventScript_200001:: @ 8200001
FallarborTown_BattleTentLobby_EventScript_200021:: @ 8200021 FallarborTown_BattleTentLobby_EventScript_200021:: @ 8200021
message FallarborTown_BattleTentLobby_Text_2C4843 message FallarborTown_BattleTentLobby_Text_2C4843
waitmessage waitmessage
multichoice 17, 6, 23, 0 multichoice 17, 6, MULTI_CHALLENGEINFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, FallarborTown_BattleTentLobby_EventScript_20005D case 0, FallarborTown_BattleTentLobby_EventScript_20005D
case 1, FallarborTown_BattleTentLobby_EventScript_200169 case 1, FallarborTown_BattleTentLobby_EventScript_200169
case 2, FallarborTown_BattleTentLobby_EventScript_2001C5 case 2, FallarborTown_BattleTentLobby_EventScript_2001C5
case 127, FallarborTown_BattleTentLobby_EventScript_2001C5 case MULTI_B_PRESSED, FallarborTown_BattleTentLobby_EventScript_2001C5
FallarborTown_BattleTentLobby_EventScript_20005D:: @ 820005D FallarborTown_BattleTentLobby_EventScript_20005D:: @ 820005D
setvar VAR_FRONTIER_FACILITY, 3 setvar VAR_FRONTIER_FACILITY, 3
@@ -315,7 +315,7 @@ FallarborTown_BattleTentLobby_EventScript_20024F:: @ 820024F
FallarborTown_BattleTentLobby_EventScript_20025E:: @ 820025E FallarborTown_BattleTentLobby_EventScript_20025E:: @ 820025E
message FallarborTown_BattleTentLobby_Text_256DDF message FallarborTown_BattleTentLobby_Text_256DDF
waitmessage waitmessage
multichoice 17, 0, 112, 0 multichoice 17, 0, MULTI_FALLARBOR_TENT_RULES, 0
switch VAR_RESULT switch VAR_RESULT
case 0, FallarborTown_BattleTentLobby_EventScript_2002BC case 0, FallarborTown_BattleTentLobby_EventScript_2002BC
case 1, FallarborTown_BattleTentLobby_EventScript_2002CA case 1, FallarborTown_BattleTentLobby_EventScript_2002CA
@@ -323,7 +323,7 @@ FallarborTown_BattleTentLobby_EventScript_20025E:: @ 820025E
case 3, FallarborTown_BattleTentLobby_EventScript_2002E6 case 3, FallarborTown_BattleTentLobby_EventScript_2002E6
case 4, FallarborTown_BattleTentLobby_EventScript_2002F4 case 4, FallarborTown_BattleTentLobby_EventScript_2002F4
case 5, FallarborTown_BattleTentLobby_EventScript_200302 case 5, FallarborTown_BattleTentLobby_EventScript_200302
case 127, FallarborTown_BattleTentLobby_EventScript_200302 case MULTI_B_PRESSED, FallarborTown_BattleTentLobby_EventScript_200302
end end
FallarborTown_BattleTentLobby_EventScript_2002BC:: @ 82002BC FallarborTown_BattleTentLobby_EventScript_2002BC:: @ 82002BC
+3 -3
View File
@@ -7,15 +7,15 @@ FortreeCity_House2_EventScript_2177CB:: @ 82177CB
goto_if_set FLAG_RECEIVED_TM10, FortreeCity_House2_EventScript_21786E goto_if_set FLAG_RECEIVED_TM10, FortreeCity_House2_EventScript_21786E
call_if_unset FLAG_MET_HIDDEN_POWER_GIVER, FortreeCity_House2_EventScript_217862 call_if_unset FLAG_MET_HIDDEN_POWER_GIVER, FortreeCity_House2_EventScript_217862
msgbox FortreeCity_House2_Text_2178D6, MSGBOX_DEFAULT msgbox FortreeCity_House2_Text_2178D6, MSGBOX_DEFAULT
multichoice 21, 8, 54, 1 multichoice 21, 8, MULTI_RIGHTLEFT, 1
switch VAR_RESULT switch VAR_RESULT
case 1, FortreeCity_House2_EventScript_217878 case 1, FortreeCity_House2_EventScript_217878
msgbox FortreeCity_House2_Text_21796A, MSGBOX_DEFAULT msgbox FortreeCity_House2_Text_21796A, MSGBOX_DEFAULT
multichoice 21, 8, 54, 1 multichoice 21, 8, MULTI_RIGHTLEFT, 1
switch VAR_RESULT switch VAR_RESULT
case 1, FortreeCity_House2_EventScript_217878 case 1, FortreeCity_House2_EventScript_217878
msgbox FortreeCity_House2_Text_2179C9, MSGBOX_DEFAULT msgbox FortreeCity_House2_Text_2179C9, MSGBOX_DEFAULT
multichoice 21, 8, 54, 1 multichoice 21, 8, MULTI_RIGHTLEFT, 1
switch VAR_RESULT switch VAR_RESULT
case 0, FortreeCity_House2_EventScript_217878 case 0, FortreeCity_House2_EventScript_217878
msgbox FortreeCity_House2_Text_217A28, MSGBOX_DEFAULT msgbox FortreeCity_House2_Text_217A28, MSGBOX_DEFAULT
@@ -630,12 +630,12 @@ LilycoveCity_ContestLobby_EventScript_21A806:: @ 821A806
LilycoveCity_ContestLobby_EventScript_21A819:: @ 821A819 LilycoveCity_ContestLobby_EventScript_21A819:: @ 821A819
message LilycoveCity_ContestLobby_Text_27C0F6 message LilycoveCity_ContestLobby_Text_27C0F6
waitmessage waitmessage
multichoice 0, 0, 2, 0 multichoice 0, 0, MULTI_ENTERINFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, LilycoveCity_ContestLobby_EventScript_21A856 case 0, LilycoveCity_ContestLobby_EventScript_21A856
case 1, LilycoveCity_ContestLobby_EventScript_21A90D case 1, LilycoveCity_ContestLobby_EventScript_21A90D
case 2, LilycoveCity_ContestLobby_EventScript_21A97F case 2, LilycoveCity_ContestLobby_EventScript_21A97F
case 127, LilycoveCity_ContestLobby_EventScript_21A97F case MULTI_B_PRESSED, LilycoveCity_ContestLobby_EventScript_21A97F
end end
LilycoveCity_ContestLobby_EventScript_21A856:: @ 821A856 LilycoveCity_ContestLobby_EventScript_21A856:: @ 821A856
@@ -648,12 +648,12 @@ LilycoveCity_ContestLobby_EventScript_21A856:: @ 821A856
message LilycoveCity_ContestLobby_Text_27C8FD message LilycoveCity_ContestLobby_Text_27C8FD
waitmessage waitmessage
specialvar VAR_TEMP_D, IsWirelessAdapterConnected specialvar VAR_TEMP_D, IsWirelessAdapterConnected
multichoice 0, 0, 85, 0 multichoice 0, 0, MULTI_LINK_CONTEST_MODE, 0
switch VAR_RESULT switch VAR_RESULT
case 0, LilycoveCity_ContestLobby_EventScript_21A8BB case 0, LilycoveCity_ContestLobby_EventScript_21A8BB
case 1, LilycoveCity_ContestLobby_EventScript_21A8C6 case 1, LilycoveCity_ContestLobby_EventScript_21A8C6
case 2, LilycoveCity_ContestLobby_EventScript_21A97F case 2, LilycoveCity_ContestLobby_EventScript_21A97F
case 127, LilycoveCity_ContestLobby_EventScript_21A97F case MULTI_B_PRESSED, LilycoveCity_ContestLobby_EventScript_21A97F
end end
LilycoveCity_ContestLobby_EventScript_21A8BB:: @ 821A8BB LilycoveCity_ContestLobby_EventScript_21A8BB:: @ 821A8BB
@@ -671,10 +671,10 @@ LilycoveCity_ContestLobby_EventScript_21A8C6:: @ 821A8C6
LilycoveCity_ContestLobby_EventScript_21A8DC:: @ 821A8DC LilycoveCity_ContestLobby_EventScript_21A8DC:: @ 821A8DC
message LilycoveCity_ContestLobby_Text_27C119 message LilycoveCity_ContestLobby_Text_27C119
waitmessage waitmessage
multichoice 0, 0, 4, 0 multichoice 0, 0, MULTI_CONTEST_TYPE, 0
switch VAR_RESULT switch VAR_RESULT
case 5, LilycoveCity_ContestLobby_EventScript_21A97F case 5, LilycoveCity_ContestLobby_EventScript_21A97F
case 127, LilycoveCity_ContestLobby_EventScript_21A97F case MULTI_B_PRESSED, LilycoveCity_ContestLobby_EventScript_21A97F
copyvar VAR_CONTEST_CATEGORY, VAR_RESULT copyvar VAR_CONTEST_CATEGORY, VAR_RESULT
goto LilycoveCity_ContestLobby_EventScript_21A98C goto LilycoveCity_ContestLobby_EventScript_21A98C
end end
@@ -682,13 +682,13 @@ LilycoveCity_ContestLobby_EventScript_21A8DC:: @ 821A8DC
LilycoveCity_ContestLobby_EventScript_21A90D:: @ 821A90D LilycoveCity_ContestLobby_EventScript_21A90D:: @ 821A90D
message LilycoveCity_ContestLobby_Text_27C0DA message LilycoveCity_ContestLobby_Text_27C0DA
waitmessage waitmessage
multichoice 0, 0, 84, 0 multichoice 0, 0, MULTI_LINK_CONTEST_INFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, LilycoveCity_ContestLobby_EventScript_21A955 case 0, LilycoveCity_ContestLobby_EventScript_21A955
case 1, LilycoveCity_ContestLobby_EventScript_21A963 case 1, LilycoveCity_ContestLobby_EventScript_21A963
case 2, LilycoveCity_ContestLobby_EventScript_21A971 case 2, LilycoveCity_ContestLobby_EventScript_21A971
case 3, LilycoveCity_ContestLobby_EventScript_21A819 case 3, LilycoveCity_ContestLobby_EventScript_21A819
case 127, LilycoveCity_ContestLobby_EventScript_21A819 case MULTI_B_PRESSED, LilycoveCity_ContestLobby_EventScript_21A819
end end
LilycoveCity_ContestLobby_EventScript_21A955:: @ 821A955 LilycoveCity_ContestLobby_EventScript_21A955:: @ 821A955
@@ -877,7 +877,7 @@ LilycoveCity_ContestLobby_EventScript_21ABA0:: @ 821ABA0
LilycoveCity_ContestLobby_EventScript_21ABA6:: @ 821ABA6 LilycoveCity_ContestLobby_EventScript_21ABA6:: @ 821ABA6
message Text_DecideLinkLeader message Text_DecideLinkLeader
waitmessage waitmessage
multichoice 16, 6, 81, 0 multichoice 16, 6, MULTI_LINK_LEADER, 0
switch VAR_RESULT switch VAR_RESULT
case 0, LilycoveCity_ContestLobby_EventScript_21AC0B case 0, LilycoveCity_ContestLobby_EventScript_21AC0B
case 1, LilycoveCity_ContestLobby_EventScript_21ABE3 case 1, LilycoveCity_ContestLobby_EventScript_21ABE3
@@ -21,27 +21,27 @@ LilycoveCity_DepartmentStoreElevator_EventScript_220624:: @ 8220624
end end
LilycoveCity_DepartmentStoreElevator_EventScript_220689:: @ 8220689 LilycoveCity_DepartmentStoreElevator_EventScript_220689:: @ 8220689
multichoicedefault 0, 0, 57, 0, 0 multichoicedefault 0, 0, MULTI_FLOORS, 0, 0
goto LilycoveCity_DepartmentStoreElevator_EventScript_2206C5 goto LilycoveCity_DepartmentStoreElevator_EventScript_2206C5
end end
LilycoveCity_DepartmentStoreElevator_EventScript_220695:: @ 8220695 LilycoveCity_DepartmentStoreElevator_EventScript_220695:: @ 8220695
multichoicedefault 0, 0, 57, 1, 0 multichoicedefault 0, 0, MULTI_FLOORS, 1, 0
goto LilycoveCity_DepartmentStoreElevator_EventScript_2206C5 goto LilycoveCity_DepartmentStoreElevator_EventScript_2206C5
end end
LilycoveCity_DepartmentStoreElevator_EventScript_2206A1:: @ 82206A1 LilycoveCity_DepartmentStoreElevator_EventScript_2206A1:: @ 82206A1
multichoicedefault 0, 0, 57, 2, 0 multichoicedefault 0, 0, MULTI_FLOORS, 2, 0
goto LilycoveCity_DepartmentStoreElevator_EventScript_2206C5 goto LilycoveCity_DepartmentStoreElevator_EventScript_2206C5
end end
LilycoveCity_DepartmentStoreElevator_EventScript_2206AD:: @ 82206AD LilycoveCity_DepartmentStoreElevator_EventScript_2206AD:: @ 82206AD
multichoicedefault 0, 0, 57, 3, 0 multichoicedefault 0, 0, MULTI_FLOORS, 3, 0
goto LilycoveCity_DepartmentStoreElevator_EventScript_2206C5 goto LilycoveCity_DepartmentStoreElevator_EventScript_2206C5
end end
LilycoveCity_DepartmentStoreElevator_EventScript_2206B9:: @ 82206B9 LilycoveCity_DepartmentStoreElevator_EventScript_2206B9:: @ 82206B9
multichoicedefault 0, 0, 57, 4, 0 multichoicedefault 0, 0, MULTI_FLOORS, 4, 0
goto LilycoveCity_DepartmentStoreElevator_EventScript_2206C5 goto LilycoveCity_DepartmentStoreElevator_EventScript_2206C5
end end
@@ -53,7 +53,7 @@ LilycoveCity_DepartmentStoreElevator_EventScript_2206C5:: @ 82206C5
case 3, LilycoveCity_DepartmentStoreElevator_EventScript_220740 case 3, LilycoveCity_DepartmentStoreElevator_EventScript_220740
case 4, LilycoveCity_DepartmentStoreElevator_EventScript_220718 case 4, LilycoveCity_DepartmentStoreElevator_EventScript_220718
case 5, LilycoveCity_DepartmentStoreElevator_EventScript_2207E0 case 5, LilycoveCity_DepartmentStoreElevator_EventScript_2207E0
case 127, LilycoveCity_DepartmentStoreElevator_EventScript_2207E0 case MULTI_B_PRESSED, LilycoveCity_DepartmentStoreElevator_EventScript_2207E0
end end
LilycoveCity_DepartmentStoreElevator_EventScript_220718:: @ 8220718 LilycoveCity_DepartmentStoreElevator_EventScript_220718:: @ 8220718
@@ -76,7 +76,7 @@ LilycoveCity_DepartmentStoreRooftop_EventScript_220295:: @ 8220295
end end
LilycoveCity_DepartmentStoreRooftop_EventScript_2202A6:: @ 82202A6 LilycoveCity_DepartmentStoreRooftop_EventScript_2202A6:: @ 82202A6
multichoice 16, 0, 42, 0 multichoice 16, 0, MULTI_VENDING_MACHINE, 0
copyvar VAR_TEMP_1, VAR_RESULT copyvar VAR_TEMP_1, VAR_RESULT
switch VAR_TEMP_1 switch VAR_TEMP_1
case 0, LilycoveCity_DepartmentStoreRooftop_EventScript_2202E4 case 0, LilycoveCity_DepartmentStoreRooftop_EventScript_2202E4
@@ -10,7 +10,7 @@ LilycoveCity_LilycoveMuseum_1F_EventScript_218CC2:: @ 8218CC2
applymovement 2, Common_Movement_FacePlayer applymovement 2, Common_Movement_FacePlayer
message LilycoveCity_LilycoveMuseum_1F_Text_218EBC message LilycoveCity_LilycoveMuseum_1F_Text_218EBC
waitmessage waitmessage
multichoice 20, 8, 16, 1 multichoice 20, 8, MULTI_VIEWED_PAINTINGS, 1
compare VAR_RESULT, 0 compare VAR_RESULT, 0
goto_if_eq LilycoveCity_LilycoveMuseum_1F_EventScript_218CF5 goto_if_eq LilycoveCity_LilycoveMuseum_1F_EventScript_218CF5
compare VAR_RESULT, 1 compare VAR_RESULT, 1
+5 -5
View File
@@ -25,7 +25,7 @@ MauvilleCity_BikeShop_EventScript_20EBF7:: @ 820EBF7
MauvilleCity_BikeShop_EventScript_20EC16:: @ 820EC16 MauvilleCity_BikeShop_EventScript_20EC16:: @ 820EC16
message MauvilleCity_BikeShop_Text_20EF32 message MauvilleCity_BikeShop_Text_20EF32
waitmessage waitmessage
multichoice 21, 8, 12, 1 multichoice 21, 8, MULTI_BIKE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, MauvilleCity_BikeShop_EventScript_20EC53 case 0, MauvilleCity_BikeShop_EventScript_20EC53
case 1, MauvilleCity_BikeShop_EventScript_20EC6D case 1, MauvilleCity_BikeShop_EventScript_20EC6D
@@ -112,13 +112,13 @@ MauvilleCity_BikeShop_EventScript_20ED3A:: @ 820ED3A
end end
MauvilleCity_BikeShop_EventScript_20ED46:: @ 820ED46 MauvilleCity_BikeShop_EventScript_20ED46:: @ 820ED46
multichoice 0, 0, 43, 0 multichoice 0, 0, MULTI_MACH_BIKE_INFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, MauvilleCity_BikeShop_EventScript_20ED88 case 0, MauvilleCity_BikeShop_EventScript_20ED88
case 1, MauvilleCity_BikeShop_EventScript_20ED94 case 1, MauvilleCity_BikeShop_EventScript_20ED94
case 2, MauvilleCity_BikeShop_EventScript_20EDA0 case 2, MauvilleCity_BikeShop_EventScript_20EDA0
case 3, MauvilleCity_BikeShop_EventScript_20EDAC case 3, MauvilleCity_BikeShop_EventScript_20EDAC
case 127, MauvilleCity_BikeShop_EventScript_20EDAC case MULTI_B_PRESSED, MauvilleCity_BikeShop_EventScript_20EDAC
end end
MauvilleCity_BikeShop_EventScript_20ED88:: @ 820ED88 MauvilleCity_BikeShop_EventScript_20ED88:: @ 820ED88
@@ -150,13 +150,13 @@ MauvilleCity_BikeShop_EventScript_20EDAE:: @ 820EDAE
end end
MauvilleCity_BikeShop_EventScript_20EDBA:: @ 820EDBA MauvilleCity_BikeShop_EventScript_20EDBA:: @ 820EDBA
multichoice 0, 0, 44, 0 multichoice 0, 0, MULTI_ACRO_BIKE_INFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, MauvilleCity_BikeShop_EventScript_20EDFC case 0, MauvilleCity_BikeShop_EventScript_20EDFC
case 1, MauvilleCity_BikeShop_EventScript_20EE08 case 1, MauvilleCity_BikeShop_EventScript_20EE08
case 2, MauvilleCity_BikeShop_EventScript_20EE14 case 2, MauvilleCity_BikeShop_EventScript_20EE14
case 3, MauvilleCity_BikeShop_EventScript_20EE20 case 3, MauvilleCity_BikeShop_EventScript_20EE20
case 127, MauvilleCity_BikeShop_EventScript_20EE20 case MULTI_B_PRESSED, MauvilleCity_BikeShop_EventScript_20EE20
end end
MauvilleCity_BikeShop_EventScript_20EDFC:: @ 820EDFC MauvilleCity_BikeShop_EventScript_20EDFC:: @ 820EDFC
@@ -15,7 +15,7 @@ MauvilleCity_GameCorner_EventScript_20FBB9:: @ 820FBB9
goto MauvilleCity_GameCorner_EventScript_20FBE5 goto MauvilleCity_GameCorner_EventScript_20FBE5
MauvilleCity_GameCorner_EventScript_20FBE5:: @ 820FBE5 MauvilleCity_GameCorner_EventScript_20FBE5:: @ 820FBE5
multichoicedefault 15, 0, 49, 0, 0 multichoicedefault 15, 0, MULTI_GAME_CORNER_COINS, 0, 0
switch VAR_RESULT switch VAR_RESULT
case 0, MauvilleCity_GameCorner_EventScript_20FC33 case 0, MauvilleCity_GameCorner_EventScript_20FC33
case 1, MauvilleCity_GameCorner_EventScript_20FC75 case 1, MauvilleCity_GameCorner_EventScript_20FC75
@@ -23,7 +23,7 @@ MauvilleCity_GameCorner_EventScript_20FBE5:: @ 820FBE5
end end
MauvilleCity_GameCorner_EventScript_20FC0C:: @ 820FC0C MauvilleCity_GameCorner_EventScript_20FC0C:: @ 820FC0C
multichoicedefault 15, 0, 49, 1, 0 multichoicedefault 15, 0, MULTI_GAME_CORNER_COINS, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 0, MauvilleCity_GameCorner_EventScript_20FC33 case 0, MauvilleCity_GameCorner_EventScript_20FC33
case 1, MauvilleCity_GameCorner_EventScript_20FC75 case 1, MauvilleCity_GameCorner_EventScript_20FC75
@@ -125,7 +125,7 @@ MauvilleCity_GameCorner_EventScript_20FD20:: @ 820FD20
goto MauvilleCity_GameCorner_EventScript_20FD2B goto MauvilleCity_GameCorner_EventScript_20FD2B
MauvilleCity_GameCorner_EventScript_20FD2B:: @ 820FD2B MauvilleCity_GameCorner_EventScript_20FD2B:: @ 820FD2B
multichoice 12, 0, 48, 0 multichoice 12, 0, MULTI_GAME_CORNER_DOLLS, 0
switch VAR_RESULT switch VAR_RESULT
case 0, MauvilleCity_GameCorner_EventScript_20FD67 case 0, MauvilleCity_GameCorner_EventScript_20FD67
case 1, MauvilleCity_GameCorner_EventScript_20FD75 case 1, MauvilleCity_GameCorner_EventScript_20FD75
@@ -246,7 +246,7 @@ MauvilleCity_GameCorner_EventScript_20FECE:: @ 820FECE
goto MauvilleCity_GameCorner_EventScript_20FED9 goto MauvilleCity_GameCorner_EventScript_20FED9
MauvilleCity_GameCorner_EventScript_20FED9:: @ 820FED9 MauvilleCity_GameCorner_EventScript_20FED9:: @ 820FED9
multichoice 12, 0, 55, 0 multichoice 12, 0, MULTI_GAME_CORNER_TMS, 0
switch VAR_RESULT switch VAR_RESULT
case 0, MauvilleCity_GameCorner_EventScript_20FF2B case 0, MauvilleCity_GameCorner_EventScript_20FF2B
case 1, MauvilleCity_GameCorner_EventScript_20FF3E case 1, MauvilleCity_GameCorner_EventScript_20FF3E
@@ -41,11 +41,11 @@ Route104_MrBrineysHouse_EventScript_229D8A:: @ 8229D8A
Route104_MrBrineysHouse_EventScript_229DAE:: @ 8229DAE Route104_MrBrineysHouse_EventScript_229DAE:: @ 8229DAE
message Route104_MrBrineysHouse_Text_22A268 message Route104_MrBrineysHouse_Text_22A268
waitmessage waitmessage
multichoicedefault 20, 8, 14, 1, 0 multichoicedefault 20, 8, MULTI_BRINEY_OFF_DEWFORD, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 0, Route104_MrBrineysHouse_EventScript_229E27 case 0, Route104_MrBrineysHouse_EventScript_229E27
case 1, Route104_MrBrineysHouse_EventScript_229E1D case 1, Route104_MrBrineysHouse_EventScript_229E1D
case 127, Route104_MrBrineysHouse_EventScript_229E1D case MULTI_B_PRESSED, Route104_MrBrineysHouse_EventScript_229E1D
end end
Route104_MrBrineysHouse_EventScript_229DE1:: @ 8229DE1 Route104_MrBrineysHouse_EventScript_229DE1:: @ 8229DE1
+2 -2
View File
@@ -287,11 +287,11 @@ Route109_EventScript_1EE921:: @ 81EE921
Route109_EventScript_1EE93F:: @ 81EE93F Route109_EventScript_1EE93F:: @ 81EE93F
message Route109_Text_1EEE17 message Route109_Text_1EEE17
waitmessage waitmessage
multichoicedefault 21, 8, 14, 1, 0 multichoicedefault 21, 8, MULTI_BRINEY_OFF_DEWFORD, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 0, Route109_EventScript_1EE972 case 0, Route109_EventScript_1EE972
case 1, Route109_EventScript_1EE98B case 1, Route109_EventScript_1EE98B
case 127, Route109_EventScript_1EE98B case MULTI_B_PRESSED, Route109_EventScript_1EE98B
end end
Route109_EventScript_1EE972:: @ 81EE972 Route109_EventScript_1EE972:: @ 81EE972
+1 -1
View File
@@ -176,7 +176,7 @@ Route110_TrickHouseEnd_EventScript_26AF28:: @ 826AF28
end end
Route110_TrickHouseEnd_EventScript_26AFA5:: @ 826AFA5 Route110_TrickHouseEnd_EventScript_26AFA5:: @ 826AFA5
multichoice 0, 0, 88, 1 multichoice 0, 0, MULTI_TENT, 1
switch VAR_RESULT switch VAR_RESULT
case 0, Route110_TrickHouseEnd_EventScript_26AFBF case 0, Route110_TrickHouseEnd_EventScript_26AFBF
goto Route110_TrickHouseEnd_EventScript_26AFC7 goto Route110_TrickHouseEnd_EventScript_26AFC7
@@ -451,7 +451,7 @@ Route110_TrickHouseEntrance_EventScript_26A039:: @ 826A039
end end
Route110_TrickHouseEntrance_EventScript_26A070:: @ 826A070 Route110_TrickHouseEntrance_EventScript_26A070:: @ 826A070
multichoice 0, 0, 88, 1 multichoice 0, 0, MULTI_TENT, 1
switch VAR_RESULT switch VAR_RESULT
case 0, Route110_TrickHouseEntrance_EventScript_26A08A case 0, Route110_TrickHouseEntrance_EventScript_26A08A
goto Route110_TrickHouseEntrance_EventScript_26A092 goto Route110_TrickHouseEntrance_EventScript_26A092
@@ -327,7 +327,7 @@ Route110_TrickHousePuzzle5_EventScript_26CEF2:: @ 826CEF2
Route110_TrickHousePuzzle5_EventScript_26CF45:: @ 826CF45 Route110_TrickHousePuzzle5_EventScript_26CF45:: @ 826CF45
msgbox Route110_TrickHousePuzzle5_Text_26D757, MSGBOX_DEFAULT msgbox Route110_TrickHousePuzzle5_Text_26D757, MSGBOX_DEFAULT
multichoice 0, 0, 25, 1 multichoice 0, 0, MULTI_MECHADOLL1_Q1, 1
switch VAR_RESULT switch VAR_RESULT
case 2, Route110_TrickHousePuzzle5_EventScript_26D1A0 case 2, Route110_TrickHousePuzzle5_EventScript_26D1A0
goto Route110_TrickHousePuzzle5_EventScript_26D152 goto Route110_TrickHousePuzzle5_EventScript_26D152
@@ -335,7 +335,7 @@ Route110_TrickHousePuzzle5_EventScript_26CF45:: @ 826CF45
Route110_TrickHousePuzzle5_EventScript_26CF68:: @ 826CF68 Route110_TrickHousePuzzle5_EventScript_26CF68:: @ 826CF68
msgbox Route110_TrickHousePuzzle5_Text_26D7AA, MSGBOX_DEFAULT msgbox Route110_TrickHousePuzzle5_Text_26D7AA, MSGBOX_DEFAULT
multichoice 0, 0, 26, 1 multichoice 0, 0, MULTI_MECHADOLL1_Q2, 1
switch VAR_RESULT switch VAR_RESULT
case 0, Route110_TrickHousePuzzle5_EventScript_26D1A0 case 0, Route110_TrickHousePuzzle5_EventScript_26D1A0
goto Route110_TrickHousePuzzle5_EventScript_26D152 goto Route110_TrickHousePuzzle5_EventScript_26D152
@@ -343,7 +343,7 @@ Route110_TrickHousePuzzle5_EventScript_26CF68:: @ 826CF68
Route110_TrickHousePuzzle5_EventScript_26CF8B:: @ 826CF8B Route110_TrickHousePuzzle5_EventScript_26CF8B:: @ 826CF8B
msgbox Route110_TrickHousePuzzle5_Text_26D7FC, MSGBOX_DEFAULT msgbox Route110_TrickHousePuzzle5_Text_26D7FC, MSGBOX_DEFAULT
multichoice 0, 0, 27, 1 multichoice 0, 0, MULTI_MECHADOLL1_Q3, 1
switch VAR_RESULT switch VAR_RESULT
case 0, Route110_TrickHousePuzzle5_EventScript_26D1A0 case 0, Route110_TrickHousePuzzle5_EventScript_26D1A0
goto Route110_TrickHousePuzzle5_EventScript_26D152 goto Route110_TrickHousePuzzle5_EventScript_26D152
@@ -351,7 +351,7 @@ Route110_TrickHousePuzzle5_EventScript_26CF8B:: @ 826CF8B
Route110_TrickHousePuzzle5_EventScript_26CFAE:: @ 826CFAE Route110_TrickHousePuzzle5_EventScript_26CFAE:: @ 826CFAE
msgbox Route110_TrickHousePuzzle5_Text_26D940, MSGBOX_DEFAULT msgbox Route110_TrickHousePuzzle5_Text_26D940, MSGBOX_DEFAULT
multichoice 0, 0, 28, 1 multichoice 0, 0, MULTI_MECHADOLL2_Q1, 1
switch VAR_RESULT switch VAR_RESULT
case 1, Route110_TrickHousePuzzle5_EventScript_26D1A0 case 1, Route110_TrickHousePuzzle5_EventScript_26D1A0
goto Route110_TrickHousePuzzle5_EventScript_26D152 goto Route110_TrickHousePuzzle5_EventScript_26D152
@@ -359,7 +359,7 @@ Route110_TrickHousePuzzle5_EventScript_26CFAE:: @ 826CFAE
Route110_TrickHousePuzzle5_EventScript_26CFD1:: @ 826CFD1 Route110_TrickHousePuzzle5_EventScript_26CFD1:: @ 826CFD1
msgbox Route110_TrickHousePuzzle5_Text_26D98C, MSGBOX_DEFAULT msgbox Route110_TrickHousePuzzle5_Text_26D98C, MSGBOX_DEFAULT
multichoice 0, 0, 29, 1 multichoice 0, 0, MULTI_MECHADOLL2_Q2, 1
switch VAR_RESULT switch VAR_RESULT
case 2, Route110_TrickHousePuzzle5_EventScript_26D1A0 case 2, Route110_TrickHousePuzzle5_EventScript_26D1A0
goto Route110_TrickHousePuzzle5_EventScript_26D152 goto Route110_TrickHousePuzzle5_EventScript_26D152
@@ -367,7 +367,7 @@ Route110_TrickHousePuzzle5_EventScript_26CFD1:: @ 826CFD1
Route110_TrickHousePuzzle5_EventScript_26CFF4:: @ 826CFF4 Route110_TrickHousePuzzle5_EventScript_26CFF4:: @ 826CFF4
msgbox Route110_TrickHousePuzzle5_Text_26D9CE, MSGBOX_DEFAULT msgbox Route110_TrickHousePuzzle5_Text_26D9CE, MSGBOX_DEFAULT
multichoice 0, 0, 30, 1 multichoice 0, 0, MULTI_MECHADOLL2_Q3, 1
switch VAR_RESULT switch VAR_RESULT
case 0, Route110_TrickHousePuzzle5_EventScript_26D1A0 case 0, Route110_TrickHousePuzzle5_EventScript_26D1A0
goto Route110_TrickHousePuzzle5_EventScript_26D152 goto Route110_TrickHousePuzzle5_EventScript_26D152
@@ -375,7 +375,7 @@ Route110_TrickHousePuzzle5_EventScript_26CFF4:: @ 826CFF4
Route110_TrickHousePuzzle5_EventScript_26D017:: @ 826D017 Route110_TrickHousePuzzle5_EventScript_26D017:: @ 826D017
msgbox Route110_TrickHousePuzzle5_Text_26DA64, MSGBOX_DEFAULT msgbox Route110_TrickHousePuzzle5_Text_26DA64, MSGBOX_DEFAULT
multichoice 0, 0, 31, 1 multichoice 0, 0, MULTI_MECHADOLL3_Q1, 1
switch VAR_RESULT switch VAR_RESULT
case 0, Route110_TrickHousePuzzle5_EventScript_26D1A0 case 0, Route110_TrickHousePuzzle5_EventScript_26D1A0
goto Route110_TrickHousePuzzle5_EventScript_26D152 goto Route110_TrickHousePuzzle5_EventScript_26D152
@@ -383,7 +383,7 @@ Route110_TrickHousePuzzle5_EventScript_26D017:: @ 826D017
Route110_TrickHousePuzzle5_EventScript_26D03A:: @ 826D03A Route110_TrickHousePuzzle5_EventScript_26D03A:: @ 826D03A
msgbox Route110_TrickHousePuzzle5_Text_26DAAD, MSGBOX_DEFAULT msgbox Route110_TrickHousePuzzle5_Text_26DAAD, MSGBOX_DEFAULT
multichoice 0, 0, 32, 1 multichoice 0, 0, MULTI_MECHADOLL3_Q2, 1
switch VAR_RESULT switch VAR_RESULT
case 2, Route110_TrickHousePuzzle5_EventScript_26D1A0 case 2, Route110_TrickHousePuzzle5_EventScript_26D1A0
goto Route110_TrickHousePuzzle5_EventScript_26D152 goto Route110_TrickHousePuzzle5_EventScript_26D152
@@ -391,7 +391,7 @@ Route110_TrickHousePuzzle5_EventScript_26D03A:: @ 826D03A
Route110_TrickHousePuzzle5_EventScript_26D05D:: @ 826D05D Route110_TrickHousePuzzle5_EventScript_26D05D:: @ 826D05D
msgbox Route110_TrickHousePuzzle5_Text_26DAFF, MSGBOX_DEFAULT msgbox Route110_TrickHousePuzzle5_Text_26DAFF, MSGBOX_DEFAULT
multichoice 0, 0, 33, 1 multichoice 0, 0, MULTI_MECHADOLL3_Q3, 1
switch VAR_RESULT switch VAR_RESULT
case 1, Route110_TrickHousePuzzle5_EventScript_26D1A0 case 1, Route110_TrickHousePuzzle5_EventScript_26D1A0
goto Route110_TrickHousePuzzle5_EventScript_26D152 goto Route110_TrickHousePuzzle5_EventScript_26D152
@@ -399,7 +399,7 @@ Route110_TrickHousePuzzle5_EventScript_26D05D:: @ 826D05D
Route110_TrickHousePuzzle5_EventScript_26D080:: @ 826D080 Route110_TrickHousePuzzle5_EventScript_26D080:: @ 826D080
msgbox Route110_TrickHousePuzzle5_Text_26DB94, MSGBOX_DEFAULT msgbox Route110_TrickHousePuzzle5_Text_26DB94, MSGBOX_DEFAULT
multichoice 0, 0, 34, 1 multichoice 0, 0, MULTI_MECHADOLL4_Q1, 1
switch VAR_RESULT switch VAR_RESULT
case 0, Route110_TrickHousePuzzle5_EventScript_26D1A0 case 0, Route110_TrickHousePuzzle5_EventScript_26D1A0
goto Route110_TrickHousePuzzle5_EventScript_26D152 goto Route110_TrickHousePuzzle5_EventScript_26D152
@@ -407,7 +407,7 @@ Route110_TrickHousePuzzle5_EventScript_26D080:: @ 826D080
Route110_TrickHousePuzzle5_EventScript_26D0A3:: @ 826D0A3 Route110_TrickHousePuzzle5_EventScript_26D0A3:: @ 826D0A3
msgbox Route110_TrickHousePuzzle5_Text_26DBD7, MSGBOX_DEFAULT msgbox Route110_TrickHousePuzzle5_Text_26DBD7, MSGBOX_DEFAULT
multichoice 0, 0, 35, 1 multichoice 0, 0, MULTI_MECHADOLL4_Q2, 1
switch VAR_RESULT switch VAR_RESULT
case 0, Route110_TrickHousePuzzle5_EventScript_26D1A0 case 0, Route110_TrickHousePuzzle5_EventScript_26D1A0
goto Route110_TrickHousePuzzle5_EventScript_26D152 goto Route110_TrickHousePuzzle5_EventScript_26D152
@@ -415,7 +415,7 @@ Route110_TrickHousePuzzle5_EventScript_26D0A3:: @ 826D0A3
Route110_TrickHousePuzzle5_EventScript_26D0C6:: @ 826D0C6 Route110_TrickHousePuzzle5_EventScript_26D0C6:: @ 826D0C6
msgbox Route110_TrickHousePuzzle5_Text_26DC2A, MSGBOX_DEFAULT msgbox Route110_TrickHousePuzzle5_Text_26DC2A, MSGBOX_DEFAULT
multichoice 0, 0, 36, 1 multichoice 0, 0, MULTI_MECHADOLL4_Q3, 1
switch VAR_RESULT switch VAR_RESULT
case 1, Route110_TrickHousePuzzle5_EventScript_26D1A0 case 1, Route110_TrickHousePuzzle5_EventScript_26D1A0
goto Route110_TrickHousePuzzle5_EventScript_26D152 goto Route110_TrickHousePuzzle5_EventScript_26D152
@@ -423,7 +423,7 @@ Route110_TrickHousePuzzle5_EventScript_26D0C6:: @ 826D0C6
Route110_TrickHousePuzzle5_EventScript_26D0E9:: @ 826D0E9 Route110_TrickHousePuzzle5_EventScript_26D0E9:: @ 826D0E9
msgbox Route110_TrickHousePuzzle5_Text_26DCCB, MSGBOX_DEFAULT msgbox Route110_TrickHousePuzzle5_Text_26DCCB, MSGBOX_DEFAULT
multichoice 0, 0, 37, 1 multichoice 0, 0, MULTI_MECHADOLL5_Q1, 1
switch VAR_RESULT switch VAR_RESULT
case 1, Route110_TrickHousePuzzle5_EventScript_26D1A0 case 1, Route110_TrickHousePuzzle5_EventScript_26D1A0
goto Route110_TrickHousePuzzle5_EventScript_26D152 goto Route110_TrickHousePuzzle5_EventScript_26D152
@@ -431,7 +431,7 @@ Route110_TrickHousePuzzle5_EventScript_26D0E9:: @ 826D0E9
Route110_TrickHousePuzzle5_EventScript_26D10C:: @ 826D10C Route110_TrickHousePuzzle5_EventScript_26D10C:: @ 826D10C
msgbox Route110_TrickHousePuzzle5_Text_26DD1B, MSGBOX_DEFAULT msgbox Route110_TrickHousePuzzle5_Text_26DD1B, MSGBOX_DEFAULT
multichoice 0, 0, 38, 1 multichoice 0, 0, MULTI_MECHADOLL5_Q2, 1
switch VAR_RESULT switch VAR_RESULT
case 0, Route110_TrickHousePuzzle5_EventScript_26D1A0 case 0, Route110_TrickHousePuzzle5_EventScript_26D1A0
goto Route110_TrickHousePuzzle5_EventScript_26D152 goto Route110_TrickHousePuzzle5_EventScript_26D152
@@ -439,7 +439,7 @@ Route110_TrickHousePuzzle5_EventScript_26D10C:: @ 826D10C
Route110_TrickHousePuzzle5_EventScript_26D12F:: @ 826D12F Route110_TrickHousePuzzle5_EventScript_26D12F:: @ 826D12F
msgbox Route110_TrickHousePuzzle5_Text_26DD5F, MSGBOX_DEFAULT msgbox Route110_TrickHousePuzzle5_Text_26DD5F, MSGBOX_DEFAULT
multichoice 0, 0, 39, 1 multichoice 0, 0, MULTI_MECHADOLL5_Q3, 1
switch VAR_RESULT switch VAR_RESULT
case 2, Route110_TrickHousePuzzle5_EventScript_26D1A0 case 2, Route110_TrickHousePuzzle5_EventScript_26D1A0
goto Route110_TrickHousePuzzle5_EventScript_26D152 goto Route110_TrickHousePuzzle5_EventScript_26D152
+1 -1
View File
@@ -64,7 +64,7 @@ Route113_GlassWorkshop_EventScript_26EDA7:: @ 826EDA7
case 5, Route113_GlassWorkshop_EventScript_26EF4A case 5, Route113_GlassWorkshop_EventScript_26EF4A
case 6, Route113_GlassWorkshop_EventScript_26EF8B case 6, Route113_GlassWorkshop_EventScript_26EF8B
case 7, Route113_GlassWorkshop_EventScript_26EFCC case 7, Route113_GlassWorkshop_EventScript_26EFCC
case 127, Route113_GlassWorkshop_EventScript_26EFCC case MULTI_B_PRESSED, Route113_GlassWorkshop_EventScript_26EFCC
end end
Route113_GlassWorkshop_EventScript_26EE1E:: @ 826EE1E Route113_GlassWorkshop_EventScript_26EE1E:: @ 826EE1E
@@ -86,7 +86,7 @@ Route124_DivingTreasureHuntersHouse_EventScript_270ADE:: @ 8270ADE
end end
Route124_DivingTreasureHuntersHouse_EventScript_270B8F:: @ 8270B8F Route124_DivingTreasureHuntersHouse_EventScript_270B8F:: @ 8270B8F
multichoice 0, 0, 58, 0 multichoice 0, 0, MULTI_SHARDS_R, 0
switch VAR_RESULT switch VAR_RESULT
case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E84 case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E84
case 1, Route124_DivingTreasureHuntersHouse_EventScript_270F4D case 1, Route124_DivingTreasureHuntersHouse_EventScript_270F4D
@@ -94,7 +94,7 @@ Route124_DivingTreasureHuntersHouse_EventScript_270B8F:: @ 8270B8F
end end
Route124_DivingTreasureHuntersHouse_EventScript_270BB5:: @ 8270BB5 Route124_DivingTreasureHuntersHouse_EventScript_270BB5:: @ 8270BB5
multichoice 0, 0, 59, 0 multichoice 0, 0, MULTI_SHARDS_Y, 0
switch VAR_RESULT switch VAR_RESULT
case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E93 case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E93
case 1, Route124_DivingTreasureHuntersHouse_EventScript_270F4D case 1, Route124_DivingTreasureHuntersHouse_EventScript_270F4D
@@ -102,7 +102,7 @@ Route124_DivingTreasureHuntersHouse_EventScript_270BB5:: @ 8270BB5
end end
Route124_DivingTreasureHuntersHouse_EventScript_270BDB:: @ 8270BDB Route124_DivingTreasureHuntersHouse_EventScript_270BDB:: @ 8270BDB
multichoice 0, 0, 60, 0 multichoice 0, 0, MULTI_SHARDS_RY, 0
switch VAR_RESULT switch VAR_RESULT
case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E84 case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E84
case 1, Route124_DivingTreasureHuntersHouse_EventScript_270E93 case 1, Route124_DivingTreasureHuntersHouse_EventScript_270E93
@@ -111,7 +111,7 @@ Route124_DivingTreasureHuntersHouse_EventScript_270BDB:: @ 8270BDB
end end
Route124_DivingTreasureHuntersHouse_EventScript_270C0C:: @ 8270C0C Route124_DivingTreasureHuntersHouse_EventScript_270C0C:: @ 8270C0C
multichoice 0, 0, 61, 0 multichoice 0, 0, MULTI_SHARDS_B, 0
switch VAR_RESULT switch VAR_RESULT
case 0, Route124_DivingTreasureHuntersHouse_EventScript_270EA2 case 0, Route124_DivingTreasureHuntersHouse_EventScript_270EA2
case 1, Route124_DivingTreasureHuntersHouse_EventScript_270F4D case 1, Route124_DivingTreasureHuntersHouse_EventScript_270F4D
@@ -119,7 +119,7 @@ Route124_DivingTreasureHuntersHouse_EventScript_270C0C:: @ 8270C0C
end end
Route124_DivingTreasureHuntersHouse_EventScript_270C32:: @ 8270C32 Route124_DivingTreasureHuntersHouse_EventScript_270C32:: @ 8270C32
multichoice 0, 0, 62, 0 multichoice 0, 0, MULTI_SHARDS_RB, 0
switch VAR_RESULT switch VAR_RESULT
case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E84 case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E84
case 1, Route124_DivingTreasureHuntersHouse_EventScript_270EA2 case 1, Route124_DivingTreasureHuntersHouse_EventScript_270EA2
@@ -128,7 +128,7 @@ Route124_DivingTreasureHuntersHouse_EventScript_270C32:: @ 8270C32
end end
Route124_DivingTreasureHuntersHouse_EventScript_270C63:: @ 8270C63 Route124_DivingTreasureHuntersHouse_EventScript_270C63:: @ 8270C63
multichoice 0, 0, 63, 0 multichoice 0, 0, MULTI_SHARDS_YB, 0
switch VAR_RESULT switch VAR_RESULT
case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E93 case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E93
case 1, Route124_DivingTreasureHuntersHouse_EventScript_270EA2 case 1, Route124_DivingTreasureHuntersHouse_EventScript_270EA2
@@ -137,7 +137,7 @@ Route124_DivingTreasureHuntersHouse_EventScript_270C63:: @ 8270C63
end end
Route124_DivingTreasureHuntersHouse_EventScript_270C94:: @ 8270C94 Route124_DivingTreasureHuntersHouse_EventScript_270C94:: @ 8270C94
multichoice 0, 0, 64, 0 multichoice 0, 0, MULTI_SHARDS_RYB, 0
switch VAR_RESULT switch VAR_RESULT
case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E84 case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E84
case 1, Route124_DivingTreasureHuntersHouse_EventScript_270E93 case 1, Route124_DivingTreasureHuntersHouse_EventScript_270E93
@@ -147,7 +147,7 @@ Route124_DivingTreasureHuntersHouse_EventScript_270C94:: @ 8270C94
end end
Route124_DivingTreasureHuntersHouse_EventScript_270CD0:: @ 8270CD0 Route124_DivingTreasureHuntersHouse_EventScript_270CD0:: @ 8270CD0
multichoice 0, 0, 65, 0 multichoice 0, 0, MULTI_SHARDS_G, 0
switch VAR_RESULT switch VAR_RESULT
case 0, Route124_DivingTreasureHuntersHouse_EventScript_270EB1 case 0, Route124_DivingTreasureHuntersHouse_EventScript_270EB1
case 1, Route124_DivingTreasureHuntersHouse_EventScript_270F4D case 1, Route124_DivingTreasureHuntersHouse_EventScript_270F4D
@@ -155,7 +155,7 @@ Route124_DivingTreasureHuntersHouse_EventScript_270CD0:: @ 8270CD0
end end
Route124_DivingTreasureHuntersHouse_EventScript_270CF6:: @ 8270CF6 Route124_DivingTreasureHuntersHouse_EventScript_270CF6:: @ 8270CF6
multichoice 0, 0, 66, 0 multichoice 0, 0, MULTI_SHARDS_RG, 0
switch VAR_RESULT switch VAR_RESULT
case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E84 case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E84
case 1, Route124_DivingTreasureHuntersHouse_EventScript_270EB1 case 1, Route124_DivingTreasureHuntersHouse_EventScript_270EB1
@@ -164,7 +164,7 @@ Route124_DivingTreasureHuntersHouse_EventScript_270CF6:: @ 8270CF6
end end
Route124_DivingTreasureHuntersHouse_EventScript_270D27:: @ 8270D27 Route124_DivingTreasureHuntersHouse_EventScript_270D27:: @ 8270D27
multichoice 0, 0, 67, 0 multichoice 0, 0, MULTI_SHARDS_YG, 0
switch VAR_RESULT switch VAR_RESULT
case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E93 case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E93
case 1, Route124_DivingTreasureHuntersHouse_EventScript_270EB1 case 1, Route124_DivingTreasureHuntersHouse_EventScript_270EB1
@@ -173,7 +173,7 @@ Route124_DivingTreasureHuntersHouse_EventScript_270D27:: @ 8270D27
end end
Route124_DivingTreasureHuntersHouse_EventScript_270D58:: @ 8270D58 Route124_DivingTreasureHuntersHouse_EventScript_270D58:: @ 8270D58
multichoice 0, 0, 68, 0 multichoice 0, 0, MULTI_SHARDS_RYG, 0
switch VAR_RESULT switch VAR_RESULT
case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E84 case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E84
case 1, Route124_DivingTreasureHuntersHouse_EventScript_270E93 case 1, Route124_DivingTreasureHuntersHouse_EventScript_270E93
@@ -183,7 +183,7 @@ Route124_DivingTreasureHuntersHouse_EventScript_270D58:: @ 8270D58
end end
Route124_DivingTreasureHuntersHouse_EventScript_270D94:: @ 8270D94 Route124_DivingTreasureHuntersHouse_EventScript_270D94:: @ 8270D94
multichoice 0, 0, 69, 0 multichoice 0, 0, MULTI_SHARDS_BG, 0
switch VAR_RESULT switch VAR_RESULT
case 0, Route124_DivingTreasureHuntersHouse_EventScript_270EA2 case 0, Route124_DivingTreasureHuntersHouse_EventScript_270EA2
case 1, Route124_DivingTreasureHuntersHouse_EventScript_270EB1 case 1, Route124_DivingTreasureHuntersHouse_EventScript_270EB1
@@ -192,7 +192,7 @@ Route124_DivingTreasureHuntersHouse_EventScript_270D94:: @ 8270D94
end end
Route124_DivingTreasureHuntersHouse_EventScript_270DC5:: @ 8270DC5 Route124_DivingTreasureHuntersHouse_EventScript_270DC5:: @ 8270DC5
multichoice 0, 0, 70, 0 multichoice 0, 0, MULTI_SHARDS_RBG, 0
switch VAR_RESULT switch VAR_RESULT
case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E84 case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E84
case 1, Route124_DivingTreasureHuntersHouse_EventScript_270EA2 case 1, Route124_DivingTreasureHuntersHouse_EventScript_270EA2
@@ -202,7 +202,7 @@ Route124_DivingTreasureHuntersHouse_EventScript_270DC5:: @ 8270DC5
end end
Route124_DivingTreasureHuntersHouse_EventScript_270E01:: @ 8270E01 Route124_DivingTreasureHuntersHouse_EventScript_270E01:: @ 8270E01
multichoice 0, 0, 71, 0 multichoice 0, 0, MULTI_SHARDS_YBG, 0
switch VAR_RESULT switch VAR_RESULT
case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E93 case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E93
case 1, Route124_DivingTreasureHuntersHouse_EventScript_270EA2 case 1, Route124_DivingTreasureHuntersHouse_EventScript_270EA2
@@ -212,7 +212,7 @@ Route124_DivingTreasureHuntersHouse_EventScript_270E01:: @ 8270E01
end end
Route124_DivingTreasureHuntersHouse_EventScript_270E3D:: @ 8270E3D Route124_DivingTreasureHuntersHouse_EventScript_270E3D:: @ 8270E3D
multichoice 0, 0, 72, 0 multichoice 0, 0, MULTI_SHARDS_RYBG, 0
switch VAR_RESULT switch VAR_RESULT
case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E84 case 0, Route124_DivingTreasureHuntersHouse_EventScript_270E84
case 1, Route124_DivingTreasureHuntersHouse_EventScript_270E93 case 1, Route124_DivingTreasureHuntersHouse_EventScript_270E93
+2 -2
View File
@@ -78,7 +78,7 @@ RustboroCity_EventScript_1E07AC:: @ 81E07AC
RustboroCity_EventScript_1E07BD:: @ 81E07BD RustboroCity_EventScript_1E07BD:: @ 81E07BD
setflag FLAG_ADDED_MATCH_CALL_TO_POKENAV setflag FLAG_ADDED_MATCH_CALL_TO_POKENAV
special sp106_CreateStartMenu special CreateStartMenuForPokenavTutorial
waitstate waitstate
switch VAR_RESULT switch VAR_RESULT
case 0, RustboroCity_EventScript_1E07AC case 0, RustboroCity_EventScript_1E07AC
@@ -88,7 +88,7 @@ RustboroCity_EventScript_1E07BD:: @ 81E07BD
case 5, RustboroCity_EventScript_1E07AC case 5, RustboroCity_EventScript_1E07AC
case 6, RustboroCity_EventScript_1E07AC case 6, RustboroCity_EventScript_1E07AC
case 7, RustboroCity_EventScript_1E07AC case 7, RustboroCity_EventScript_1E07AC
case 127, RustboroCity_EventScript_1E07AC case MULTI_B_PRESSED, RustboroCity_EventScript_1E07AC
special sub_81C72A4 special sub_81C72A4
waitstate waitstate
delay 20 delay 20
@@ -256,12 +256,12 @@ RustboroCity_DevonCorp_2F_EventScript_211B7A:: @ 8211B7A
RustboroCity_DevonCorp_2F_EventScript_211B84:: @ 8211B84 RustboroCity_DevonCorp_2F_EventScript_211B84:: @ 8211B84
message RustboroCity_DevonCorp_2F_Text_212092 message RustboroCity_DevonCorp_2F_Text_212092
waitmessage waitmessage
multichoice 17, 6, 93, 0 multichoice 17, 6, MULTI_FOSSIL, 0
switch VAR_RESULT switch VAR_RESULT
case 0, RustboroCity_DevonCorp_2F_EventScript_211BC1 case 0, RustboroCity_DevonCorp_2F_EventScript_211BC1
case 1, RustboroCity_DevonCorp_2F_EventScript_211BC7 case 1, RustboroCity_DevonCorp_2F_EventScript_211BC7
case 2, RustboroCity_DevonCorp_2F_EventScript_211BCD case 2, RustboroCity_DevonCorp_2F_EventScript_211BCD
case 127, RustboroCity_DevonCorp_2F_EventScript_211BCD case MULTI_B_PRESSED, RustboroCity_DevonCorp_2F_EventScript_211BCD
end end
RustboroCity_DevonCorp_2F_EventScript_211BC1:: @ 8211BC1 RustboroCity_DevonCorp_2F_EventScript_211BC1:: @ 8211BC1
@@ -10,7 +10,7 @@ RustboroCity_PokemonSchool_EventScript_213EA9:: @ 8213EA9
RustboroCity_PokemonSchool_EventScript_213EB8:: @ 8213EB8 RustboroCity_PokemonSchool_EventScript_213EB8:: @ 8213EB8
message RustboroCity_PokemonSchool_Text_2140F9 message RustboroCity_PokemonSchool_Text_2140F9
waitmessage waitmessage
multichoicegrid 8, 1, 13, 3, 0 multichoicegrid 8, 1, MULTI_STATUS_INFO, 3, 0
switch VAR_RESULT switch VAR_RESULT
case 0, RustboroCity_PokemonSchool_EventScript_213F17 case 0, RustboroCity_PokemonSchool_EventScript_213F17
case 1, RustboroCity_PokemonSchool_EventScript_213F25 case 1, RustboroCity_PokemonSchool_EventScript_213F25
@@ -18,7 +18,7 @@ RustboroCity_PokemonSchool_EventScript_213EB8:: @ 8213EB8
case 3, RustboroCity_PokemonSchool_EventScript_213F41 case 3, RustboroCity_PokemonSchool_EventScript_213F41
case 4, RustboroCity_PokemonSchool_EventScript_213F4F case 4, RustboroCity_PokemonSchool_EventScript_213F4F
case 5, RustboroCity_PokemonSchool_EventScript_213F5D case 5, RustboroCity_PokemonSchool_EventScript_213F5D
case 127, RustboroCity_PokemonSchool_EventScript_213F5D case MULTI_B_PRESSED, RustboroCity_PokemonSchool_EventScript_213F5D
end end
RustboroCity_PokemonSchool_EventScript_213F17:: @ 8213F17 RustboroCity_PokemonSchool_EventScript_213F17:: @ 8213F17
@@ -75,7 +75,7 @@ SlateportCity_BattleTentCorridor_EventScript_208F0D:: @ 8208F0D
call_if_eq SlateportCity_BattleTentCorridor_EventScript_209014 call_if_eq SlateportCity_BattleTentCorridor_EventScript_209014
compare VAR_RESULT, 2 compare VAR_RESULT, 2
call_if_eq SlateportCity_BattleTentCorridor_EventScript_20901B call_if_eq SlateportCity_BattleTentCorridor_EventScript_20901B
multichoice 20, 6, 104, 1 multichoice 20, 6, MULTI_GO_ON_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, SlateportCity_BattleTentCorridor_EventScript_208FBB case 0, SlateportCity_BattleTentCorridor_EventScript_208FBB
case 1, SlateportCity_BattleTentCorridor_EventScript_208F5B case 1, SlateportCity_BattleTentCorridor_EventScript_208F5B
@@ -91,11 +91,11 @@ SlateportCity_BattleTentCorridor_EventScript_208F5B:: @ 8208F5B
SlateportCity_BattleTentCorridor_EventScript_208F89:: @ 8208F89 SlateportCity_BattleTentCorridor_EventScript_208F89:: @ 8208F89
message SlateportCity_BattleTentCorridor_Text_25A37A message SlateportCity_BattleTentCorridor_Text_25A37A
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, SlateportCity_BattleTentCorridor_EventScript_208F0D case 1, SlateportCity_BattleTentCorridor_EventScript_208F0D
case 0, SlateportCity_BattleTentCorridor_EventScript_209A1B case 0, SlateportCity_BattleTentCorridor_EventScript_209A1B
case 127, SlateportCity_BattleTentCorridor_EventScript_208F0D case MULTI_B_PRESSED, SlateportCity_BattleTentCorridor_EventScript_208F0D
SlateportCity_BattleTentCorridor_EventScript_208FBB:: @ 8208FBB SlateportCity_BattleTentCorridor_EventScript_208FBB:: @ 8208FBB
setvar VAR_0x8004, 8 setvar VAR_0x8004, 8
@@ -104,7 +104,7 @@ SlateportCity_BattleTentCorridor_EventScript_208FBB:: @ 8208FBB
switch VAR_RESULT switch VAR_RESULT
case 0, SlateportCity_BattleTentCorridor_EventScript_208EB4 case 0, SlateportCity_BattleTentCorridor_EventScript_208EB4
case 1, SlateportCity_BattleTentCorridor_EventScript_208FF1 case 1, SlateportCity_BattleTentCorridor_EventScript_208FF1
case 127, SlateportCity_BattleTentCorridor_EventScript_208EB4 case MULTI_B_PRESSED, SlateportCity_BattleTentCorridor_EventScript_208EB4
SlateportCity_BattleTentCorridor_EventScript_208FF1:: @ 8208FF1 SlateportCity_BattleTentCorridor_EventScript_208FF1:: @ 8208FF1
fadescreen 1 fadescreen 1
@@ -128,12 +128,12 @@ SlateportCity_BattleTentLobby_EventScript_2088AA:: @ 82088AA
SlateportCity_BattleTentLobby_EventScript_2088CA:: @ 82088CA SlateportCity_BattleTentLobby_EventScript_2088CA:: @ 82088CA
message SlateportCity_BattleTentLobby_Text_2C586A message SlateportCity_BattleTentLobby_Text_2C586A
waitmessage waitmessage
multichoice 17, 6, 23, 0 multichoice 17, 6, MULTI_CHALLENGEINFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, SlateportCity_BattleTentLobby_EventScript_208906 case 0, SlateportCity_BattleTentLobby_EventScript_208906
case 1, SlateportCity_BattleTentLobby_EventScript_208A07 case 1, SlateportCity_BattleTentLobby_EventScript_208A07
case 2, SlateportCity_BattleTentLobby_EventScript_208A2E case 2, SlateportCity_BattleTentLobby_EventScript_208A2E
case 127, SlateportCity_BattleTentLobby_EventScript_208A2E case MULTI_B_PRESSED, SlateportCity_BattleTentLobby_EventScript_208A2E
SlateportCity_BattleTentLobby_EventScript_208906:: @ 8208906 SlateportCity_BattleTentLobby_EventScript_208906:: @ 8208906
setvar VAR_FRONTIER_FACILITY, 4 setvar VAR_FRONTIER_FACILITY, 4
@@ -281,7 +281,7 @@ SlateportCity_BattleTentLobby_EventScript_208A99:: @ 8208A99
SlateportCity_BattleTentLobby_EventScript_208AA8:: @ 8208AA8 SlateportCity_BattleTentLobby_EventScript_208AA8:: @ 8208AA8
message SlateportCity_BattleTentLobby_Text_259743 message SlateportCity_BattleTentLobby_Text_259743
waitmessage waitmessage
multichoice 17, 0, 111, 0 multichoice 17, 0, MULTI_SLATEPORT_TENT_RULES, 0
switch VAR_RESULT switch VAR_RESULT
case 0, SlateportCity_BattleTentLobby_EventScript_208B06 case 0, SlateportCity_BattleTentLobby_EventScript_208B06
case 1, SlateportCity_BattleTentLobby_EventScript_208B14 case 1, SlateportCity_BattleTentLobby_EventScript_208B14
@@ -289,7 +289,7 @@ SlateportCity_BattleTentLobby_EventScript_208AA8:: @ 8208AA8
case 3, SlateportCity_BattleTentLobby_EventScript_208B30 case 3, SlateportCity_BattleTentLobby_EventScript_208B30
case 4, SlateportCity_BattleTentLobby_EventScript_208B3E case 4, SlateportCity_BattleTentLobby_EventScript_208B3E
case 5, SlateportCity_BattleTentLobby_EventScript_208B4C case 5, SlateportCity_BattleTentLobby_EventScript_208B4C
case 127, SlateportCity_BattleTentLobby_EventScript_208B4C case MULTI_B_PRESSED, SlateportCity_BattleTentLobby_EventScript_208B4C
end end
SlateportCity_BattleTentLobby_EventScript_208B06:: @ 8208B06 SlateportCity_BattleTentLobby_EventScript_208B06:: @ 8208B06
+6 -6
View File
@@ -175,20 +175,20 @@ SlateportCity_Harbor_EventScript_20CB06:: @ 820CB06
SlateportCity_Harbor_EventScript_20CB1A:: @ 820CB1A SlateportCity_Harbor_EventScript_20CB1A:: @ 820CB1A
goto_if_set FLAG_MET_SCOTT_ON_SS_TIDAL, SlateportCity_Harbor_EventScript_20CB50 goto_if_set FLAG_MET_SCOTT_ON_SS_TIDAL, SlateportCity_Harbor_EventScript_20CB50
multichoicedefault 18, 8, 56, 2, 0 multichoicedefault 18, 8, MULTI_SSTIDAL_SLATEPORT_2, 2, 0
switch VAR_RESULT switch VAR_RESULT
case 0, SlateportCity_Harbor_EventScript_20CB92 case 0, SlateportCity_Harbor_EventScript_20CB92
case 1, SlateportCity_Harbor_EventScript_20CC2D case 1, SlateportCity_Harbor_EventScript_20CC2D
case 127, SlateportCity_Harbor_EventScript_20CC2D case MULTI_B_PRESSED, SlateportCity_Harbor_EventScript_20CC2D
end end
SlateportCity_Harbor_EventScript_20CB50:: @ 820CB50 SlateportCity_Harbor_EventScript_20CB50:: @ 820CB50
multichoicedefault 17, 6, 52, 2, 0 multichoicedefault 17, 6, MULTI_SSTIDAL_SLATEPORT_1, 2, 0
switch VAR_RESULT switch VAR_RESULT
case 0, SlateportCity_Harbor_EventScript_20CB92 case 0, SlateportCity_Harbor_EventScript_20CB92
case 1, SlateportCity_Harbor_EventScript_20CBBA case 1, SlateportCity_Harbor_EventScript_20CBBA
case 2, SlateportCity_Harbor_EventScript_20CC2D case 2, SlateportCity_Harbor_EventScript_20CC2D
case 127, SlateportCity_Harbor_EventScript_20CC2D case MULTI_B_PRESSED, SlateportCity_Harbor_EventScript_20CC2D
end end
SlateportCity_Harbor_EventScript_20CB88:: @ 820CB88 SlateportCity_Harbor_EventScript_20CB88:: @ 820CB88
@@ -344,12 +344,12 @@ SlateportCity_Harbor_EventScript_20CD38:: @ 820CD38
end end
SlateportCity_Harbor_EventScript_20CD44:: @ 820CD44 SlateportCity_Harbor_EventScript_20CD44:: @ 820CD44
multichoice 0, 0, 46, 0 multichoice 0, 0, MULTI_STERN_DEEPSEA, 0
switch VAR_RESULT switch VAR_RESULT
case 0, SlateportCity_Harbor_EventScript_20CD7B case 0, SlateportCity_Harbor_EventScript_20CD7B
case 1, SlateportCity_Harbor_EventScript_20CDBB case 1, SlateportCity_Harbor_EventScript_20CDBB
case 2, SlateportCity_Harbor_EventScript_20CDFB case 2, SlateportCity_Harbor_EventScript_20CDFB
case 127, SlateportCity_Harbor_EventScript_20CDFB case MULTI_B_PRESSED, SlateportCity_Harbor_EventScript_20CDFB
end end
SlateportCity_Harbor_EventScript_20CD7B:: @ 820CD7B SlateportCity_Harbor_EventScript_20CD7B:: @ 820CD7B
+4 -4
View File
@@ -150,12 +150,12 @@ TrainerHill_Entrance_EventScript_268275:: @ 8268275
TrainerHill_Entrance_EventScript_26827D:: @ 826827D TrainerHill_Entrance_EventScript_26827D:: @ 826827D
message TrainerHill_Entrance_Text_2685F8 message TrainerHill_Entrance_Text_2685F8
waitmessage waitmessage
multichoice 15, 6, 17, 0 multichoice 15, 6, MULTI_YESNOINFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, TrainerHill_Entrance_EventScript_2682C8 case 0, TrainerHill_Entrance_EventScript_2682C8
case 1, TrainerHill_Entrance_EventScript_268314 case 1, TrainerHill_Entrance_EventScript_268314
case 2, TrainerHill_Entrance_EventScript_2682BA case 2, TrainerHill_Entrance_EventScript_2682BA
case 127, TrainerHill_Entrance_EventScript_268314 case MULTI_B_PRESSED, TrainerHill_Entrance_EventScript_268314
end end
TrainerHill_Entrance_EventScript_2682BA:: @ 82682BA TrainerHill_Entrance_EventScript_2682BA:: @ 82682BA
@@ -164,10 +164,10 @@ TrainerHill_Entrance_EventScript_2682BA:: @ 82682BA
end end
TrainerHill_Entrance_EventScript_2682C8:: @ 82682C8 TrainerHill_Entrance_EventScript_2682C8:: @ 82682C8
multichoice 13, 2, 113, 0 multichoice 13, 2, MULTI_TAG_MATCH_TYPE, 0
switch VAR_RESULT switch VAR_RESULT
case 4, TrainerHill_Entrance_EventScript_268314 case 4, TrainerHill_Entrance_EventScript_268314
case 127, TrainerHill_Entrance_EventScript_268314 case MULTI_B_PRESSED, TrainerHill_Entrance_EventScript_268314
setvar VAR_0x8004, TRAINER_HILL_FUNC_SET_TAG setvar VAR_0x8004, TRAINER_HILL_FUNC_SET_TAG
copyvar VAR_0x8005, VAR_RESULT copyvar VAR_0x8005, VAR_RESULT
special CallTrainerHillFunction special CallTrainerHillFunction
@@ -98,7 +98,7 @@ VerdanturfTown_BattleTentBattleRoom_EventScript_20243C:: @ 820243C
call_if_eq VerdanturfTown_BattleTentBattleRoom_EventScript_202565 call_if_eq VerdanturfTown_BattleTentBattleRoom_EventScript_202565
compare VAR_RESULT, 2 compare VAR_RESULT, 2
call_if_eq VerdanturfTown_BattleTentBattleRoom_EventScript_20256C call_if_eq VerdanturfTown_BattleTentBattleRoom_EventScript_20256C
multichoice 20, 6, 104, 1 multichoice 20, 6, MULTI_GO_ON_REST_RETIRE, 1
switch VAR_RESULT switch VAR_RESULT
case 0, VerdanturfTown_BattleTentBattleRoom_EventScript_2024EA case 0, VerdanturfTown_BattleTentBattleRoom_EventScript_2024EA
case 1, VerdanturfTown_BattleTentBattleRoom_EventScript_20248A case 1, VerdanturfTown_BattleTentBattleRoom_EventScript_20248A
@@ -114,11 +114,11 @@ VerdanturfTown_BattleTentBattleRoom_EventScript_20248A:: @ 820248A
VerdanturfTown_BattleTentBattleRoom_EventScript_2024B8:: @ 82024B8 VerdanturfTown_BattleTentBattleRoom_EventScript_2024B8:: @ 82024B8
message VerdanturfTown_BattleTentBattleRoom_Text_25005A message VerdanturfTown_BattleTentBattleRoom_Text_25005A
waitmessage waitmessage
multichoicedefault 20, 8, 94, 1, 0 multichoicedefault 20, 8, MULTI_YESNO, 1, 0
switch VAR_RESULT switch VAR_RESULT
case 1, VerdanturfTown_BattleTentBattleRoom_EventScript_20243C case 1, VerdanturfTown_BattleTentBattleRoom_EventScript_20243C
case 0, VerdanturfTown_BattleTentBattleRoom_EventScript_2023AA case 0, VerdanturfTown_BattleTentBattleRoom_EventScript_2023AA
case 127, VerdanturfTown_BattleTentBattleRoom_EventScript_20243C case MULTI_B_PRESSED, VerdanturfTown_BattleTentBattleRoom_EventScript_20243C
VerdanturfTown_BattleTentBattleRoom_EventScript_2024EA:: @ 82024EA VerdanturfTown_BattleTentBattleRoom_EventScript_2024EA:: @ 82024EA
applymovement 3, Common_Movement_WalkInPlaceRight applymovement 3, Common_Movement_WalkInPlaceRight
@@ -141,12 +141,12 @@ VerdanturfTown_BattleTentLobby_EventScript_201873:: @ 8201873
VerdanturfTown_BattleTentLobby_EventScript_201893:: @ 8201893 VerdanturfTown_BattleTentLobby_EventScript_201893:: @ 8201893
message VerdanturfTown_BattleTentLobby_Text_2C5129 message VerdanturfTown_BattleTentLobby_Text_2C5129
waitmessage waitmessage
multichoice 17, 6, 23, 0 multichoice 17, 6, MULTI_CHALLENGEINFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, VerdanturfTown_BattleTentLobby_EventScript_2018CF case 0, VerdanturfTown_BattleTentLobby_EventScript_2018CF
case 1, VerdanturfTown_BattleTentLobby_EventScript_2019DB case 1, VerdanturfTown_BattleTentLobby_EventScript_2019DB
case 2, VerdanturfTown_BattleTentLobby_EventScript_201A37 case 2, VerdanturfTown_BattleTentLobby_EventScript_201A37
case 127, VerdanturfTown_BattleTentLobby_EventScript_201A37 case MULTI_B_PRESSED, VerdanturfTown_BattleTentLobby_EventScript_201A37
VerdanturfTown_BattleTentLobby_EventScript_2018CF:: @ 82018CF VerdanturfTown_BattleTentLobby_EventScript_2018CF:: @ 82018CF
setvar VAR_FRONTIER_FACILITY, 2 setvar VAR_FRONTIER_FACILITY, 2
+30 -30
View File
@@ -344,22 +344,22 @@ OldaleTown_PokemonCenter_2F_EventScript_276E22:: @ 8276E22
OldaleTown_PokemonCenter_2F_EventScript_276E30:: @ 8276E30 OldaleTown_PokemonCenter_2F_EventScript_276E30:: @ 8276E30
setvar VAR_0x8004, 0 setvar VAR_0x8004, 0
goto_if_set FLAG_VISITED_MAUVILLE_CITY, OldaleTown_PokemonCenter_2F_EventScript_276E75 goto_if_set FLAG_VISITED_MAUVILLE_CITY, OldaleTown_PokemonCenter_2F_EventScript_276E75
multichoice 0, 0, 74, 0 multichoice 0, 0, MULTI_LINK_SERVICES_A1, 0
switch VAR_RESULT switch VAR_RESULT
case 0, OldaleTown_PokemonCenter_2F_EventScript_2770B2 case 0, OldaleTown_PokemonCenter_2F_EventScript_2770B2
case 1, OldaleTown_PokemonCenter_2F_EventScript_276EB7 case 1, OldaleTown_PokemonCenter_2F_EventScript_276EB7
case 2, OldaleTown_PokemonCenter_2F_EventScript_2772EC case 2, OldaleTown_PokemonCenter_2F_EventScript_2772EC
case 127, OldaleTown_PokemonCenter_2F_EventScript_2772EC case MULTI_B_PRESSED, OldaleTown_PokemonCenter_2F_EventScript_2772EC
end end
OldaleTown_PokemonCenter_2F_EventScript_276E75:: @ 8276E75 OldaleTown_PokemonCenter_2F_EventScript_276E75:: @ 8276E75
multichoice 0, 0, 76, 0 multichoice 0, 0, MULTI_LINK_SERVICES_B1, 0
switch VAR_RESULT switch VAR_RESULT
case 0, OldaleTown_PokemonCenter_2F_EventScript_2770B2 case 0, OldaleTown_PokemonCenter_2F_EventScript_2770B2
case 1, OldaleTown_PokemonCenter_2F_EventScript_276EB7 case 1, OldaleTown_PokemonCenter_2F_EventScript_276EB7
case 2, OldaleTown_PokemonCenter_2F_EventScript_2771DB case 2, OldaleTown_PokemonCenter_2F_EventScript_2771DB
case 3, OldaleTown_PokemonCenter_2F_EventScript_2772EC case 3, OldaleTown_PokemonCenter_2F_EventScript_2772EC
case 127, OldaleTown_PokemonCenter_2F_EventScript_2772EC case MULTI_B_PRESSED, OldaleTown_PokemonCenter_2F_EventScript_2772EC
end end
OldaleTown_PokemonCenter_2F_EventScript_276EB7:: @ 8276EB7 OldaleTown_PokemonCenter_2F_EventScript_276EB7:: @ 8276EB7
@@ -370,14 +370,14 @@ OldaleTown_PokemonCenter_2F_EventScript_276EB7:: @ 8276EB7
OldaleTown_PokemonCenter_2F_EventScript_276EC2:: @ 8276EC2 OldaleTown_PokemonCenter_2F_EventScript_276EC2:: @ 8276EC2
message OldaleTown_PokemonCenter_2F_Text_2790BE message OldaleTown_PokemonCenter_2F_Text_2790BE
waitmessage waitmessage
multichoice 0, 0, 18, 0 multichoice 0, 0, MULTI_BATTLE_MODE, 0
switch VAR_RESULT switch VAR_RESULT
case 0, OldaleTown_PokemonCenter_2F_EventScript_276F23 case 0, OldaleTown_PokemonCenter_2F_EventScript_276F23
case 1, OldaleTown_PokemonCenter_2F_EventScript_276F2E case 1, OldaleTown_PokemonCenter_2F_EventScript_276F2E
case 2, OldaleTown_PokemonCenter_2F_EventScript_276F55 case 2, OldaleTown_PokemonCenter_2F_EventScript_276F55
case 3, OldaleTown_PokemonCenter_2F_EventScript_276F15 case 3, OldaleTown_PokemonCenter_2F_EventScript_276F15
case 4, OldaleTown_PokemonCenter_2F_EventScript_2772EC case 4, OldaleTown_PokemonCenter_2F_EventScript_2772EC
case 127, OldaleTown_PokemonCenter_2F_EventScript_2772EC case MULTI_B_PRESSED, OldaleTown_PokemonCenter_2F_EventScript_2772EC
end end
OldaleTown_PokemonCenter_2F_EventScript_276F15:: @ 8276F15 OldaleTown_PokemonCenter_2F_EventScript_276F15:: @ 8276F15
@@ -991,12 +991,12 @@ OldaleTown_PokemonCenter_2F_EventScript_27751B:: @ 827751B
end end
OldaleTown_PokemonCenter_2F_EventScript_27755C:: @ 827755C OldaleTown_PokemonCenter_2F_EventScript_27755C:: @ 827755C
multichoice 17, 6, 17, 0 multichoice 17, 6, MULTI_YESNOINFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, OldaleTown_PokemonCenter_2F_EventScript_27759F case 0, OldaleTown_PokemonCenter_2F_EventScript_27759F
case 1, OldaleTown_PokemonCenter_2F_EventScript_2772EC case 1, OldaleTown_PokemonCenter_2F_EventScript_2772EC
case 2, OldaleTown_PokemonCenter_2F_EventScript_277593 case 2, OldaleTown_PokemonCenter_2F_EventScript_277593
case 127, OldaleTown_PokemonCenter_2F_EventScript_2772EC case MULTI_B_PRESSED, OldaleTown_PokemonCenter_2F_EventScript_2772EC
end end
OldaleTown_PokemonCenter_2F_EventScript_277593:: @ 8277593 OldaleTown_PokemonCenter_2F_EventScript_277593:: @ 8277593
@@ -1103,44 +1103,44 @@ OldaleTown_PokemonCenter_2F_EventScript_2776E3:: @ 82776E3
compare VAR_RESULT, 0 compare VAR_RESULT, 0
goto_if_eq OldaleTown_PokemonCenter_2F_EventScript_27778B goto_if_eq OldaleTown_PokemonCenter_2F_EventScript_27778B
goto_if_set FLAG_VISITED_MAUVILLE_CITY, OldaleTown_PokemonCenter_2F_EventScript_27773E goto_if_set FLAG_VISITED_MAUVILLE_CITY, OldaleTown_PokemonCenter_2F_EventScript_27773E
multichoice 0, 0, 78, 0 multichoice 0, 0, MULTI_LINK_SERVICES_C, 0
switch VAR_RESULT switch VAR_RESULT
case 0, OldaleTown_PokemonCenter_2F_EventScript_27780D case 0, OldaleTown_PokemonCenter_2F_EventScript_27780D
case 1, OldaleTown_PokemonCenter_2F_EventScript_27783B case 1, OldaleTown_PokemonCenter_2F_EventScript_27783B
case 2, OldaleTown_PokemonCenter_2F_EventScript_2778F7 case 2, OldaleTown_PokemonCenter_2F_EventScript_2778F7
case 3, OldaleTown_PokemonCenter_2F_EventScript_2772EC case 3, OldaleTown_PokemonCenter_2F_EventScript_2772EC
case 127, OldaleTown_PokemonCenter_2F_EventScript_2772EC case MULTI_B_PRESSED, OldaleTown_PokemonCenter_2F_EventScript_2772EC
end end
OldaleTown_PokemonCenter_2F_EventScript_27773E:: @ 827773E OldaleTown_PokemonCenter_2F_EventScript_27773E:: @ 827773E
multichoice 0, 0, 79, 0 multichoice 0, 0, MULTI_LINK_SERVICES_D, 0
switch VAR_RESULT switch VAR_RESULT
case 0, OldaleTown_PokemonCenter_2F_EventScript_27780D case 0, OldaleTown_PokemonCenter_2F_EventScript_27780D
case 1, OldaleTown_PokemonCenter_2F_EventScript_27783B case 1, OldaleTown_PokemonCenter_2F_EventScript_27783B
case 2, OldaleTown_PokemonCenter_2F_EventScript_2778D9 case 2, OldaleTown_PokemonCenter_2F_EventScript_2778D9
case 3, OldaleTown_PokemonCenter_2F_EventScript_2778F7 case 3, OldaleTown_PokemonCenter_2F_EventScript_2778F7
case 4, OldaleTown_PokemonCenter_2F_EventScript_2772EC case 4, OldaleTown_PokemonCenter_2F_EventScript_2772EC
case 127, OldaleTown_PokemonCenter_2F_EventScript_2772EC case MULTI_B_PRESSED, OldaleTown_PokemonCenter_2F_EventScript_2772EC
end end
OldaleTown_PokemonCenter_2F_EventScript_27778B:: @ 827778B OldaleTown_PokemonCenter_2F_EventScript_27778B:: @ 827778B
goto_if_set FLAG_VISITED_MAUVILLE_CITY, OldaleTown_PokemonCenter_2F_EventScript_2777CB goto_if_set FLAG_VISITED_MAUVILLE_CITY, OldaleTown_PokemonCenter_2F_EventScript_2777CB
multichoice 0, 0, 75, 0 multichoice 0, 0, MULTI_LINK_SERVICES_A2, 0
switch VAR_RESULT switch VAR_RESULT
case 0, OldaleTown_PokemonCenter_2F_EventScript_27780D case 0, OldaleTown_PokemonCenter_2F_EventScript_27780D
case 1, OldaleTown_PokemonCenter_2F_EventScript_27783B case 1, OldaleTown_PokemonCenter_2F_EventScript_27783B
case 2, OldaleTown_PokemonCenter_2F_EventScript_2772EC case 2, OldaleTown_PokemonCenter_2F_EventScript_2772EC
case 127, OldaleTown_PokemonCenter_2F_EventScript_2772EC case MULTI_B_PRESSED, OldaleTown_PokemonCenter_2F_EventScript_2772EC
end end
OldaleTown_PokemonCenter_2F_EventScript_2777CB:: @ 82777CB OldaleTown_PokemonCenter_2F_EventScript_2777CB:: @ 82777CB
multichoice 0, 0, 77, 0 multichoice 0, 0, MULTI_LINK_SERVICES_B2, 0
switch VAR_RESULT switch VAR_RESULT
case 0, OldaleTown_PokemonCenter_2F_EventScript_27780D case 0, OldaleTown_PokemonCenter_2F_EventScript_27780D
case 1, OldaleTown_PokemonCenter_2F_EventScript_27783B case 1, OldaleTown_PokemonCenter_2F_EventScript_27783B
case 2, OldaleTown_PokemonCenter_2F_EventScript_2778D9 case 2, OldaleTown_PokemonCenter_2F_EventScript_2778D9
case 3, OldaleTown_PokemonCenter_2F_EventScript_2772EC case 3, OldaleTown_PokemonCenter_2F_EventScript_2772EC
case 127, OldaleTown_PokemonCenter_2F_EventScript_2772EC case MULTI_B_PRESSED, OldaleTown_PokemonCenter_2F_EventScript_2772EC
end end
OldaleTown_PokemonCenter_2F_EventScript_27780D:: @ 827780D OldaleTown_PokemonCenter_2F_EventScript_27780D:: @ 827780D
@@ -1157,14 +1157,14 @@ OldaleTown_PokemonCenter_2F_EventScript_27780D:: @ 827780D
OldaleTown_PokemonCenter_2F_EventScript_27783B:: @ 827783B OldaleTown_PokemonCenter_2F_EventScript_27783B:: @ 827783B
message OldaleTown_PokemonCenter_2F_Text_2790BE message OldaleTown_PokemonCenter_2F_Text_2790BE
waitmessage waitmessage
multichoice 0, 0, 18, 0 multichoice 0, 0, MULTI_BATTLE_MODE, 0
switch VAR_RESULT switch VAR_RESULT
case 0, OldaleTown_PokemonCenter_2F_EventScript_27788E case 0, OldaleTown_PokemonCenter_2F_EventScript_27788E
case 1, OldaleTown_PokemonCenter_2F_EventScript_277899 case 1, OldaleTown_PokemonCenter_2F_EventScript_277899
case 2, OldaleTown_PokemonCenter_2F_EventScript_2778C0 case 2, OldaleTown_PokemonCenter_2F_EventScript_2778C0
case 3, OldaleTown_PokemonCenter_2F_EventScript_2778CB case 3, OldaleTown_PokemonCenter_2F_EventScript_2778CB
case 4, OldaleTown_PokemonCenter_2F_EventScript_2772EC case 4, OldaleTown_PokemonCenter_2F_EventScript_2772EC
case 127, OldaleTown_PokemonCenter_2F_EventScript_2772EC case MULTI_B_PRESSED, OldaleTown_PokemonCenter_2F_EventScript_2772EC
end end
OldaleTown_PokemonCenter_2F_EventScript_27788E:: @ 827788E OldaleTown_PokemonCenter_2F_EventScript_27788E:: @ 827788E
@@ -1235,12 +1235,12 @@ OldaleTown_PokemonCenter_2F_EventScript_277931:: @ 8277931
OldaleTown_PokemonCenter_2F_EventScript_277989:: @ 8277989 OldaleTown_PokemonCenter_2F_EventScript_277989:: @ 8277989
message OldaleTown_PokemonCenter_2F_Text_2792CD message OldaleTown_PokemonCenter_2F_Text_2792CD
waitmessage waitmessage
multichoice 16, 6, 81, 0 multichoice 16, 6, MULTI_LINK_LEADER, 0
switch VAR_RESULT switch VAR_RESULT
case 0, OldaleTown_PokemonCenter_2F_EventScript_2779EE case 0, OldaleTown_PokemonCenter_2F_EventScript_2779EE
case 1, OldaleTown_PokemonCenter_2F_EventScript_2779C6 case 1, OldaleTown_PokemonCenter_2F_EventScript_2779C6
case 2, OldaleTown_PokemonCenter_2F_EventScript_2772EC case 2, OldaleTown_PokemonCenter_2F_EventScript_2772EC
case 127, OldaleTown_PokemonCenter_2F_EventScript_2772EC case MULTI_B_PRESSED, OldaleTown_PokemonCenter_2F_EventScript_2772EC
end end
OldaleTown_PokemonCenter_2F_EventScript_2779C6:: @ 82779C6 OldaleTown_PokemonCenter_2F_EventScript_2779C6:: @ 82779C6
@@ -1268,12 +1268,12 @@ OldaleTown_PokemonCenter_2F_EventScript_2779EE:: @ 82779EE
OldaleTown_PokemonCenter_2F_EventScript_277A16:: @ 8277A16 OldaleTown_PokemonCenter_2F_EventScript_277A16:: @ 8277A16
message OldaleTown_PokemonCenter_2F_Text_279334 message OldaleTown_PokemonCenter_2F_Text_279334
waitmessage waitmessage
multichoice 16, 6, 81, 0 multichoice 16, 6, MULTI_LINK_LEADER, 0
switch VAR_RESULT switch VAR_RESULT
case 0, OldaleTown_PokemonCenter_2F_EventScript_277A7B case 0, OldaleTown_PokemonCenter_2F_EventScript_277A7B
case 1, OldaleTown_PokemonCenter_2F_EventScript_277A53 case 1, OldaleTown_PokemonCenter_2F_EventScript_277A53
case 2, OldaleTown_PokemonCenter_2F_EventScript_2772EC case 2, OldaleTown_PokemonCenter_2F_EventScript_2772EC
case 127, OldaleTown_PokemonCenter_2F_EventScript_2772EC case MULTI_B_PRESSED, OldaleTown_PokemonCenter_2F_EventScript_2772EC
end end
OldaleTown_PokemonCenter_2F_EventScript_277A53:: @ 8277A53 OldaleTown_PokemonCenter_2F_EventScript_277A53:: @ 8277A53
@@ -1301,12 +1301,12 @@ OldaleTown_PokemonCenter_2F_EventScript_277A7B:: @ 8277A7B
OldaleTown_PokemonCenter_2F_EventScript_277AA3:: @ 8277AA3 OldaleTown_PokemonCenter_2F_EventScript_277AA3:: @ 8277AA3
message OldaleTown_PokemonCenter_2F_Text_2793A3 message OldaleTown_PokemonCenter_2F_Text_2793A3
waitmessage waitmessage
multichoice 16, 6, 81, 0 multichoice 16, 6, MULTI_LINK_LEADER, 0
switch VAR_RESULT switch VAR_RESULT
case 0, OldaleTown_PokemonCenter_2F_EventScript_277B08 case 0, OldaleTown_PokemonCenter_2F_EventScript_277B08
case 1, OldaleTown_PokemonCenter_2F_EventScript_277AE0 case 1, OldaleTown_PokemonCenter_2F_EventScript_277AE0
case 2, OldaleTown_PokemonCenter_2F_EventScript_2772EC case 2, OldaleTown_PokemonCenter_2F_EventScript_2772EC
case 127, OldaleTown_PokemonCenter_2F_EventScript_2772EC case MULTI_B_PRESSED, OldaleTown_PokemonCenter_2F_EventScript_2772EC
end end
OldaleTown_PokemonCenter_2F_EventScript_277AE0:: @ 8277AE0 OldaleTown_PokemonCenter_2F_EventScript_277AE0:: @ 8277AE0
@@ -1445,12 +1445,12 @@ MossdeepCity_GameCorner_1F_EventScript_277C34:: @ 8277C34
faceplayer faceplayer
message MossdeepCity_GameCorner_1F_Text_278A7D message MossdeepCity_GameCorner_1F_Text_278A7D
waitmessage waitmessage
multichoice 0, 0, 80, 0 multichoice 0, 0, MULTI_WIRELESS_MINIGAME, 0
switch VAR_RESULT switch VAR_RESULT
case 0, MossdeepCity_GameCorner_1F_EventScript_277C73 case 0, MossdeepCity_GameCorner_1F_EventScript_277C73
case 1, MossdeepCity_GameCorner_1F_EventScript_277C7D case 1, MossdeepCity_GameCorner_1F_EventScript_277C7D
case 2, MossdeepCity_GameCorner_1F_EventScript_277C87 case 2, MossdeepCity_GameCorner_1F_EventScript_277C87
case 127, MossdeepCity_GameCorner_1F_EventScript_277C87 case MULTI_B_PRESSED, MossdeepCity_GameCorner_1F_EventScript_277C87
end end
MossdeepCity_GameCorner_1F_EventScript_277C73:: @ 8277C73 MossdeepCity_GameCorner_1F_EventScript_277C73:: @ 8277C73
@@ -1479,12 +1479,12 @@ MossdeepCity_GameCorner_1F_EventScript_277C91:: @ 8277C91
delay 60 delay 60
message MossdeepCity_GameCorner_1F_Text_278DAD message MossdeepCity_GameCorner_1F_Text_278DAD
waitmessage waitmessage
multichoice 0, 0, 80, 0 multichoice 0, 0, MULTI_WIRELESS_MINIGAME, 0
switch VAR_RESULT switch VAR_RESULT
case 0, MossdeepCity_GameCorner_1F_EventScript_277CE9 case 0, MossdeepCity_GameCorner_1F_EventScript_277CE9
case 1, MossdeepCity_GameCorner_1F_EventScript_277D35 case 1, MossdeepCity_GameCorner_1F_EventScript_277D35
case 2, MossdeepCity_GameCorner_1F_EventScript_2772F9 case 2, MossdeepCity_GameCorner_1F_EventScript_2772F9
case 127, MossdeepCity_GameCorner_1F_EventScript_2772F9 case MULTI_B_PRESSED, MossdeepCity_GameCorner_1F_EventScript_2772F9
end end
MossdeepCity_GameCorner_1F_EventScript_277CE9:: @ 8277CE9 MossdeepCity_GameCorner_1F_EventScript_277CE9:: @ 8277CE9
@@ -1528,12 +1528,12 @@ MossdeepCity_GameCorner_1F_EventScript_277D35:: @ 8277D35
MossdeepCity_GameCorner_1F_EventScript_277D81:: @ 8277D81 MossdeepCity_GameCorner_1F_EventScript_277D81:: @ 8277D81
message MossdeepCity_GameCorner_1F_Text_2793A3 message MossdeepCity_GameCorner_1F_Text_2793A3
waitmessage waitmessage
multichoice 16, 6, 81, 0 multichoice 16, 6, MULTI_LINK_LEADER, 0
switch VAR_RESULT switch VAR_RESULT
case 0, MossdeepCity_GameCorner_1F_EventScript_277DE6 case 0, MossdeepCity_GameCorner_1F_EventScript_277DE6
case 1, MossdeepCity_GameCorner_1F_EventScript_277DBE case 1, MossdeepCity_GameCorner_1F_EventScript_277DBE
case 2, MossdeepCity_GameCorner_1F_EventScript_2772F9 case 2, MossdeepCity_GameCorner_1F_EventScript_2772F9
case 127, MossdeepCity_GameCorner_1F_EventScript_2772F9 case MULTI_B_PRESSED, MossdeepCity_GameCorner_1F_EventScript_2772F9
end end
MossdeepCity_GameCorner_1F_EventScript_277DBE:: @ 8277DBE MossdeepCity_GameCorner_1F_EventScript_277DBE:: @ 8277DBE
+8 -8
View File
@@ -43,24 +43,24 @@ LilycoveCity_ContestLobby_EventScript_279D4B:: @ 8279D4B
LilycoveCity_ContestLobby_EventScript_279D5A:: @ 8279D5A LilycoveCity_ContestLobby_EventScript_279D5A:: @ 8279D5A
message LilycoveCity_ContestLobby_Text_27AF28 message LilycoveCity_ContestLobby_Text_27AF28
waitmessage waitmessage
multichoice 0, 0, 2, 0 multichoice 0, 0, MULTI_ENTERINFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, LilycoveCity_ContestLobby_EventScript_279E62 case 0, LilycoveCity_ContestLobby_EventScript_279E62
case 1, LilycoveCity_ContestLobby_EventScript_279D97 case 1, LilycoveCity_ContestLobby_EventScript_279D97
case 2, LilycoveCity_ContestLobby_EventScript_279E09 case 2, LilycoveCity_ContestLobby_EventScript_279E09
case 127, LilycoveCity_ContestLobby_EventScript_279E09 case MULTI_B_PRESSED, LilycoveCity_ContestLobby_EventScript_279E09
end end
LilycoveCity_ContestLobby_EventScript_279D97:: @ 8279D97 LilycoveCity_ContestLobby_EventScript_279D97:: @ 8279D97
message LilycoveCity_ContestLobby_Text_27AF5E message LilycoveCity_ContestLobby_Text_27AF5E
waitmessage waitmessage
multichoice 0, 0, 3, 0 multichoice 0, 0, MULTI_CONTEST_INFO, 0
switch VAR_RESULT switch VAR_RESULT
case 0, LilycoveCity_ContestLobby_EventScript_279DDF case 0, LilycoveCity_ContestLobby_EventScript_279DDF
case 1, LilycoveCity_ContestLobby_EventScript_279DED case 1, LilycoveCity_ContestLobby_EventScript_279DED
case 2, LilycoveCity_ContestLobby_EventScript_279DFB case 2, LilycoveCity_ContestLobby_EventScript_279DFB
case 3, LilycoveCity_ContestLobby_EventScript_279D5A case 3, LilycoveCity_ContestLobby_EventScript_279D5A
case 127, LilycoveCity_ContestLobby_EventScript_279D5A case MULTI_B_PRESSED, LilycoveCity_ContestLobby_EventScript_279D5A
end end
LilycoveCity_ContestLobby_EventScript_279DDF:: @ 8279DDF LilycoveCity_ContestLobby_EventScript_279DDF:: @ 8279DDF
@@ -104,14 +104,14 @@ LilycoveCity_ContestLobby_EventScript_279E13:: @ 8279E13
LilycoveCity_ContestLobby_EventScript_279E62:: @ 8279E62 LilycoveCity_ContestLobby_EventScript_279E62:: @ 8279E62
message LilycoveCity_ContestLobby_Text_27B3FF message LilycoveCity_ContestLobby_Text_27B3FF
waitmessage waitmessage
multichoice 0, 0, 82, 0 multichoice 0, 0, MULTI_CONTEST_RANK, 0
switch VAR_RESULT switch VAR_RESULT
case 0, LilycoveCity_ContestLobby_EventScript_279EB5 case 0, LilycoveCity_ContestLobby_EventScript_279EB5
case 1, LilycoveCity_ContestLobby_EventScript_279EC0 case 1, LilycoveCity_ContestLobby_EventScript_279EC0
case 2, LilycoveCity_ContestLobby_EventScript_279ECB case 2, LilycoveCity_ContestLobby_EventScript_279ECB
case 3, LilycoveCity_ContestLobby_EventScript_279ED6 case 3, LilycoveCity_ContestLobby_EventScript_279ED6
case 4, LilycoveCity_ContestLobby_EventScript_279E09 case 4, LilycoveCity_ContestLobby_EventScript_279E09
case 127, LilycoveCity_ContestLobby_EventScript_279E09 case MULTI_B_PRESSED, LilycoveCity_ContestLobby_EventScript_279E09
end end
LilycoveCity_ContestLobby_EventScript_279EB5:: @ 8279EB5 LilycoveCity_ContestLobby_EventScript_279EB5:: @ 8279EB5
@@ -137,10 +137,10 @@ LilycoveCity_ContestLobby_EventScript_279ED6:: @ 8279ED6
LilycoveCity_ContestLobby_EventScript_279EE1:: @ 8279EE1 LilycoveCity_ContestLobby_EventScript_279EE1:: @ 8279EE1
message LilycoveCity_ContestLobby_Text_27B423 message LilycoveCity_ContestLobby_Text_27B423
waitmessage waitmessage
multichoice 0, 0, 4, 0 multichoice 0, 0, MULTI_CONTEST_TYPE, 0
switch VAR_RESULT switch VAR_RESULT
case 5, LilycoveCity_ContestLobby_EventScript_279E09 case 5, LilycoveCity_ContestLobby_EventScript_279E09
case 127, LilycoveCity_ContestLobby_EventScript_279E09 case MULTI_B_PRESSED, LilycoveCity_ContestLobby_EventScript_279E09
copyvar VAR_CONTEST_CATEGORY, VAR_RESULT copyvar VAR_CONTEST_CATEGORY, VAR_RESULT
goto LilycoveCity_ContestLobby_EventScript_279E13 goto LilycoveCity_ContestLobby_EventScript_279E13
end end
+4 -4
View File
@@ -8,12 +8,12 @@ PetalburgCity_PokemonCenter_1F_EventScript_291539:: @ 8291539
PetalburgCity_PokemonCenter_1F_EventScript_291552:: @ 8291552 PetalburgCity_PokemonCenter_1F_EventScript_291552:: @ 8291552
msgbox PetalburgCity_PokemonCenter_1F_Text_2916FF, MSGBOX_DEFAULT msgbox PetalburgCity_PokemonCenter_1F_Text_2916FF, MSGBOX_DEFAULT
multichoice 17, 6, 20, 0 multichoice 17, 6, MULTI_YESNOINFO_2, 0
switch VAR_RESULT switch VAR_RESULT
case 0, PetalburgCity_PokemonCenter_1F_EventScript_29159F case 0, PetalburgCity_PokemonCenter_1F_EventScript_29159F
case 1, PetalburgCity_PokemonCenter_1F_EventScript_2915EB case 1, PetalburgCity_PokemonCenter_1F_EventScript_2915EB
case 2, PetalburgCity_PokemonCenter_1F_EventScript_291591 case 2, PetalburgCity_PokemonCenter_1F_EventScript_291591
case 127, PetalburgCity_PokemonCenter_1F_EventScript_2915EB case MULTI_B_PRESSED, PetalburgCity_PokemonCenter_1F_EventScript_2915EB
end end
PetalburgCity_PokemonCenter_1F_EventScript_291591:: @ 8291591 PetalburgCity_PokemonCenter_1F_EventScript_291591:: @ 8291591
@@ -60,12 +60,12 @@ PetalburgCity_PokemonCenter_1F_EventScript_2915F5:: @ 82915F5
PetalburgCity_PokemonCenter_1F_EventScript_291603:: @ 8291603 PetalburgCity_PokemonCenter_1F_EventScript_291603:: @ 8291603
msgbox PetalburgCity_PokemonCenter_1F_Text_291A4F, MSGBOX_DEFAULT msgbox PetalburgCity_PokemonCenter_1F_Text_291A4F, MSGBOX_DEFAULT
multichoice 17, 6, 20, 0 multichoice 17, 6, MULTI_YESNOINFO_2, 0
switch VAR_RESULT switch VAR_RESULT
case 0, PetalburgCity_PokemonCenter_1F_EventScript_291650 case 0, PetalburgCity_PokemonCenter_1F_EventScript_291650
case 1, PetalburgCity_PokemonCenter_1F_EventScript_29167C case 1, PetalburgCity_PokemonCenter_1F_EventScript_29167C
case 2, PetalburgCity_PokemonCenter_1F_EventScript_291642 case 2, PetalburgCity_PokemonCenter_1F_EventScript_291642
case 127, PetalburgCity_PokemonCenter_1F_EventScript_29167C case MULTI_B_PRESSED, PetalburgCity_PokemonCenter_1F_EventScript_29167C
end end
PetalburgCity_PokemonCenter_1F_EventScript_291642:: @ 8291642 PetalburgCity_PokemonCenter_1F_EventScript_291642:: @ 8291642
+1 -1
View File
@@ -507,7 +507,7 @@ LittlerootTown_MaysHouse_1F_EventScript_292AF2:: @ 8292AF2
compare VAR_0x8008, 1 compare VAR_0x8008, 1
call_if_eq LittlerootTown_BrendansHouse_1F_EventScript_292D9D call_if_eq LittlerootTown_BrendansHouse_1F_EventScript_292D9D
msgbox LittlerootTown_BrendansHouse_1F_Text_1F8351, MSGBOX_DEFAULT msgbox LittlerootTown_BrendansHouse_1F_Text_1F8351, MSGBOX_DEFAULT
multichoice 22, 8, 108, 1 multichoice 22, 8, MULTI_TV_LATI, 1
copyvar VAR_0x8004, VAR_RESULT copyvar VAR_0x8004, VAR_RESULT
special InitRoamer special InitRoamer
copyvar VAR_ROAMER_POKEMON, VAR_RESULT copyvar VAR_ROAMER_POKEMON, VAR_RESULT
+2 -2
View File
@@ -714,12 +714,12 @@ LilycoveCity_ContestLobby_EventScript_2941ED: @ 82941ED
EventScript_PblocLink_DecideLeader: @ 82941F8 EventScript_PblocLink_DecideLeader: @ 82941F8
message Text_DecideLinkLeader message Text_DecideLinkLeader
waitmessage waitmessage
multichoice 16, 6, 81, 0 multichoice 16, 6, MULTI_LINK_LEADER, 0
switch VAR_RESULT switch VAR_RESULT
case 0, EventScript_PblocLink_TryJoinGroup case 0, EventScript_PblocLink_TryJoinGroup
case 1, EventScript_PblocLink_TryBecomeLeader case 1, EventScript_PblocLink_TryBecomeLeader
case 2, EventScript_PblocLink_CloseLink case 2, EventScript_PblocLink_CloseLink
case 127, EventScript_PblocLink_CloseLink case MULTI_B_PRESSED, EventScript_PblocLink_CloseLink
end end
EventScript_PblocLink_TryBecomeLeader: @ 8294235 EventScript_PblocLink_TryBecomeLeader: @ 8294235
+1 -1
View File
@@ -480,7 +480,7 @@ gSpecials:: @ 81DBA64
def_special ShowFrontierGamblerGoMessage def_special ShowFrontierGamblerGoMessage
def_special Script_DoRayquazaScene def_special Script_DoRayquazaScene
def_special sub_81C72A4 def_special sub_81C72A4
def_special sp106_CreateStartMenu def_special CreateStartMenuForPokenavTutorial
def_special CountPlayerTrainerStars def_special CountPlayerTrainerStars
def_special BufferBattleFrontierTutorMoveName def_special BufferBattleFrontierTutorMoveName
def_special CloseBattleFrontierTutorWindow def_special CloseBattleFrontierTutorWindow
+57 -57
View File
@@ -3,34 +3,34 @@
#define MULTICHOICE(name) {name, ARRAY_COUNT(name)} #define MULTICHOICE(name) {name, ARRAY_COUNT(name)}
#define MULTICHOICE_B 127 #define MULTI_B_PRESSED 127
// Multichoice Ids // Multichoice Ids
#define MULTI_0 0 #define MULTI_BRINEY_ON_DEWFORD 0
#define MULTI_EXIT 1 #define MULTI_UNUSED_1 1
#define MULTI_ENTERINFO 2 #define MULTI_ENTERINFO 2
#define MULTI_CONTEST_INFO 3 #define MULTI_CONTEST_INFO 3
#define MULTI_CONTEST_TYPE 4 #define MULTI_CONTEST_TYPE 4
#define MULTI_DECOR_NO_REGISTRY 5 #define MULTI_DECOR_NOREGISTRY 5
#define MULTI_DECOR_REGISTRY 6 #define MULTI_DECOR_REGISTRY 6
#define MULTI_7 7 // #define MULTI_REGISTER_MENU 7
#define MULTI_UNUSED_8 8 #define MULTI_UNUSED_8 8
#define MULTI_UNUSED_9 9 #define MULTI_UNUSED_9 9
#define MULTI_UNUSED_10 10 #define MULTI_UNUSED_10 10
#define MULTI_11 11 // #define MULTI_FRONTIER_PASS_INFO 11
#define MULTI_BIKE 12 // #define MULTI_BIKE 12
#define MULTI_STATUS 13 // #define MULTI_STATUS_INFO 13
#define MULTI_14 14 // #define MULTI_BRINEY_OFF_DEWFORD 14
#define MULTI_UNUSED_15 15 #define MULTI_UNUSED_15 15
#define MULTI_16 16 // #define MULTI_VIEWED_PAINTINGS 16
#define MULTI_YESNOINFO 17 #define MULTI_YESNOINFO 17
#define MULTI_18 18 // #define MULTI_BATTLE_MODE 18
#define MULTI_UNUSED_19 19 #define MULTI_UNUSED_19 19
#define MULTI_YESNOINFO_2 20 #define MULTI_YESNOINFO_2 20
#define MULTI_UNUSED_21 21 #define MULTI_UNUSED_21 21
#define MULTI_UNUSED_22 22 #define MULTI_UNUSED_22 22
#define MULTI_23 23 // #define MULTI_CHALLENGEINFO 23
#define MULTI_24 24 // #define MULTI_LEVEL_MODE 24
#define MULTI_MECHADOLL1_Q1 25 #define MULTI_MECHADOLL1_Q1 25
#define MULTI_MECHADOLL1_Q2 26 #define MULTI_MECHADOLL1_Q2 26
#define MULTI_MECHADOLL1_Q3 27 #define MULTI_MECHADOLL1_Q3 27
@@ -51,19 +51,19 @@
#define MULTI_VENDING_MACHINE 42 #define MULTI_VENDING_MACHINE 42
#define MULTI_MACH_BIKE_INFO 43 #define MULTI_MACH_BIKE_INFO 43
#define MULTI_ACRO_BIKE_INFO 44 #define MULTI_ACRO_BIKE_INFO 44
#define MULTI_45 45 // #define MULTI_SATISFACTION 45
#define MULTI_46 46 // #define MULTI_STERN_DEEPSEA 46
#define MULTI_47 47 //used? #define MULTI_UNUSED_ASH_VENDOR 47 // Replaced by scrollable multichoice
#define MULTI_GAME_CORNER_DOLLS 48 #define MULTI_GAME_CORNER_DOLLS 48
#define MULTI_GAME_CORNER_COINS 49 #define MULTI_GAME_CORNER_COINS 49
#define MULTI_50 50 // #define MULTI_HOWS_FISHING 50
#define MULTI_UNUSED_51 51 #define MULTI_UNUSED_51 51
#define MULTI_52 52 // #define MULTI_SSTIDAL_SLATEPORT_1 52
#define MULTI_53 53 // #define MULTI_SSTIDAL_BATTLE_FRONTIER 53
#define MULTI_RIGHTLEFT 54 #define MULTI_RIGHTLEFT 54
#define MULTI_GAME_CORNER_TMS 55 #define MULTI_GAME_CORNER_TMS 55
#define MULTI_56 56 // #define MULTI_SSTIDAL_SLATEPORT_2 56
#define MULTI_FLOOR 57 #define MULTI_FLOORS 57
#define MULTI_SHARDS_R 58 #define MULTI_SHARDS_R 58
#define MULTI_SHARDS_Y 59 #define MULTI_SHARDS_Y 59
#define MULTI_SHARDS_RY 60 #define MULTI_SHARDS_RY 60
@@ -79,46 +79,46 @@
#define MULTI_SHARDS_RBG 70 #define MULTI_SHARDS_RBG 70
#define MULTI_SHARDS_YBG 71 #define MULTI_SHARDS_YBG 71
#define MULTI_SHARDS_RYBG 72 #define MULTI_SHARDS_RYBG 72
#define MULTI_73 73 // #define MULTI_TOURNEY_WITH_RECORD 73
#define MULTI_74 74 // #define MULTI_LINK_SERVICES_A1 74
#define MULTI_75 75 // #define MULTI_LINK_SERVICES_A2 75
#define MULTI_76 76 // #define MULTI_LINK_SERVICES_B1 76
#define MULTI_77 77 // #define MULTI_LINK_SERVICES_B2 77
#define MULTI_78 78 // #define MULTI_LINK_SERVICES_C 78
#define MULTI_79 79 // #define MULTI_LINK_SERVICES_D 79
#define MULTI_80 80 // #define MULTI_WIRELESS_MINIGAME 80
#define MULTI_81 81 // #define MULTI_LINK_LEADER 81
#define MULTI_CONTEST_RANK 82 #define MULTI_CONTEST_RANK 82
#define MULTI_83 83 // #define MULTI_FRONTIER_ITEM_CHOOSE 83
#define MULTI_84 84 // #define MULTI_LINK_CONTEST_INFO 84
#define MULTI_85 85 // #define MULTI_LINK_CONTEST_MODE 85
#define MULTI_UNUSED_START_MENU 86 #define MULTI_FORCED_START_MENU 86
#define MULTI_87 87 // #define MULTI_FRONTIER_GAMBLER_BET 87
#define MULTI_TENT 88 #define MULTI_TENT 88
#define MULTI_UNUSED_SSTIDAL_1 89 // these 4 replaced by scrollable mulitchoice #define MULTI_UNUSED_SSTIDAL_1 89 // These 4 replaced by scrollable multichoice
#define MULTI_UNUSED_SSTIDAL_2 90 #define MULTI_UNUSED_SSTIDAL_2 90 //
#define MULTI_UNUSED_SSTIDAL_3 91 #define MULTI_UNUSED_SSTIDAL_3 91 //
#define MULTI_UNUSED_SSTIDAL_4 92 #define MULTI_UNUSED_SSTIDAL_4 92 //
#define MULTI_FOSSIL 93 // #define MULTI_FOSSIL 93
#define MULTI_YESNO 94 #define MULTI_YESNO 94
#define MULTI_95 95 // #define MULTI_FRONTIER_RULES 95
#define MULTI_96 96 // #define MULTI_BATTLE_ARENA_RULES 96
#define MULTI_97 97 // #define MULTI_BATTLE_TOWER_RULES 97
#define MULTI_98 98 // #define MULTI_BATTLE_DOME_RULES 98
#define MULTI_99 99 // #define MULTI_BATTLE_FACTORY_RULES 99
#define MULTI_100 100 // #define MULTI_BATTLE_PALACE_RULES 100
#define MULTI_101 101 // #define MULTI_BATTLE_PYRAMID_RULES 101
#define MULTI_102 102 // #define MULTI_BATTLE_PIKE_RULES 102
#define MULTI_103 103 // #define MULTI_GO_ON_RECORD_REST_RETIRE 103
#define MULTI_104 104 // #define MULTI_GO_ON_REST_RETIRE 104
#define MULTI_105 105 // #define MULTI_GO_ON_RECORD_RETIRE 105
#define MULTI_106 106 // #define MULTI_GO_ON_RETIRE 106
#define MULTI_107 107 // #define MULTI_TOURNEY_NO_RECORD 107
#define MULTI_TV_LATI 108 #define MULTI_TV_LATI 108
#define MULTI_109 109 // #define MULTI_BATTLE_TOWER_FEELINGS 109
#define MULTI_110 110 // #define MULTI_WHERES_RAYQUAZA 110
#define MULTI_111 111 // #define MULTI_SLATEPORT_TENT_RULES 111
#define MULTI_112 112 // #define MULTI_FALLARBOR_TENT_RULES 112
#define MULTI_TAG_MATCH_TYPE 113 #define MULTI_TAG_MATCH_TYPE 113
// Std String Ids // Std String Ids
+1 -1
View File
@@ -1212,7 +1212,7 @@ extern const u8 gText_AboutG_Mode[];
extern const u8 gText_E_Mode[]; extern const u8 gText_E_Mode[];
extern const u8 gText_G_Mode[]; extern const u8 gText_G_Mode[];
extern const u8 gText_Blank[]; extern const u8 gText_Blank[];
extern const u8 gText_TwoSpaces[]; extern const u8 gText_5BP[];
extern const u8 gText_10BP[]; extern const u8 gText_10BP[];
extern const u8 gText_15BP[]; extern const u8 gText_15BP[];
extern const u8 gText_ClawFossil[]; extern const u8 gText_ClawFossil[];
+186 -178
View File
@@ -1,5 +1,5 @@
// multichoice lists // multichoice lists
const struct MenuAction MultichoiceList_000[] = const struct MenuAction MultichoiceList_BrineyOnDewford[] =
{ {
{gText_Petalburg}, {gText_Petalburg},
{gText_Slateport}, {gText_Slateport},
@@ -46,7 +46,7 @@ const struct MenuAction MultichoiceList_DecorNoRegistry[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_007[] = const struct MenuAction MultichoiceList_RegisterMenu[] =
{ {
{gMenuText_Register}, {gMenuText_Register},
{gText_Registry}, {gText_Registry},
@@ -60,7 +60,7 @@ const struct MenuAction MultichoiceList_Bike[] =
{gText_Acro}, {gText_Acro},
}; };
const struct MenuAction MultichoiceList_Status[] = const struct MenuAction MultichoiceList_StatusInfo[] =
{ {
{gText_Psn}, {gText_Psn},
{gText_Par}, {gText_Par},
@@ -70,13 +70,13 @@ const struct MenuAction MultichoiceList_Status[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_014[] = const struct MenuAction MultichoiceList_BrineyOffDewford[] =
{ {
{gText_Dewford}, {gText_Dewford},
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_016[] = const struct MenuAction MultichoiceList_ViewedPaintings[] =
{ {
{gText_SawIt}, {gText_SawIt},
{gText_NotYet}, {gText_NotYet},
@@ -89,119 +89,119 @@ const struct MenuAction MultichoiceList_YesNoInfo2[] =
{gText_Info2}, {gText_Info2},
}; };
const struct MenuAction MultichoiceList_023[] = const struct MenuAction MultichoiceList_ChallengeInfo[] =
{ {
{gText_Challenge}, {gText_Challenge},
{gText_Info3}, {gText_Info3},
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_024[] = const struct MenuAction MultichoiceList_LevelMode[] =
{ {
{gText_Lv50}, {gText_Lv50},
{gText_OpenLevel}, {gText_OpenLevel},
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_Mechadoll1Q1[] = const struct MenuAction MultichoiceList_Mechadoll1_Q1[] =
{ {
{gTrickHouse_Mechadoll_Oddish}, {gTrickHouse_Mechadoll_Oddish},
{gTrickHouse_Mechadoll_Poochyena}, {gTrickHouse_Mechadoll_Poochyena},
{gTrickHouse_Mechadoll_Taillow}, {gTrickHouse_Mechadoll_Taillow},
}; };
const struct MenuAction MultichoiceList_Mechadoll1Q2[] = const struct MenuAction MultichoiceList_Mechadoll1_Q2[] =
{ {
{gTrickHouse_Mechadoll_Azurill}, {gTrickHouse_Mechadoll_Azurill},
{gTrickHouse_Mechadoll_Lotad}, {gTrickHouse_Mechadoll_Lotad},
{gTrickHouse_Mechadoll_Wingull}, {gTrickHouse_Mechadoll_Wingull},
}; };
const struct MenuAction MultichoiceList_Mechadoll1Q3[] = const struct MenuAction MultichoiceList_Mechadoll1_Q3[] =
{ {
{gTrickHouse_Mechadoll_Dustox}, {gTrickHouse_Mechadoll_Dustox},
{gTrickHouse_Mechadoll_Zubat}, {gTrickHouse_Mechadoll_Zubat},
{gTrickHouse_Mechadoll_Nincada}, {gTrickHouse_Mechadoll_Nincada},
}; };
const struct MenuAction MultichoiceList_Mechadoll2Q1[] = const struct MenuAction MultichoiceList_Mechadoll2_Q1[] =
{ {
{gTrickHouse_Mechadoll_Ralts}, {gTrickHouse_Mechadoll_Ralts},
{gTrickHouse_Mechadoll_Zigzagoon}, {gTrickHouse_Mechadoll_Zigzagoon},
{gTrickHouse_Mechadoll_Slakoth}, {gTrickHouse_Mechadoll_Slakoth},
}; };
const struct MenuAction MultichoiceList_Mechadoll2Q2[] = const struct MenuAction MultichoiceList_Mechadoll2_Q2[] =
{ {
{gTrickHouse_Mechadoll_Poochyena2}, {gTrickHouse_Mechadoll_Poochyena2},
{gTrickHouse_Mechadoll_Shroomish}, {gTrickHouse_Mechadoll_Shroomish},
{gTrickHouse_Mechadoll_Zigzagoon2}, {gTrickHouse_Mechadoll_Zigzagoon2},
}; };
const struct MenuAction MultichoiceList_Mechadoll2Q3[] = const struct MenuAction MultichoiceList_Mechadoll2_Q3[] =
{ {
{gTrickHouse_Mechadoll_Poochyena3}, {gTrickHouse_Mechadoll_Poochyena3},
{gTrickHouse_Mechadoll_Zubat2}, {gTrickHouse_Mechadoll_Zubat2},
{gTrickHouse_Mechadoll_Carvanha}, {gTrickHouse_Mechadoll_Carvanha},
}; };
const struct MenuAction MultichoiceList_Mechadoll3Q1[] = const struct MenuAction MultichoiceList_Mechadoll3_Q1[] =
{ {
{gTrickHouse_Mechadoll_BurnHeal}, {gTrickHouse_Mechadoll_BurnHeal},
{gTrickHouse_Mechadoll_HarborMail}, {gTrickHouse_Mechadoll_HarborMail},
{gTrickHouse_Mechadoll_SamePrice}, {gTrickHouse_Mechadoll_SamePrice},
}; };
const struct MenuAction MultichoiceList_Mechadoll3Q2[] = const struct MenuAction MultichoiceList_Mechadoll3_Q2[] =
{ {
{gTrickHouse_Mechadoll_60Yen}, {gTrickHouse_Mechadoll_60Yen},
{gTrickHouse_Mechadoll_55Yen}, {gTrickHouse_Mechadoll_55Yen},
{gTrickHouse_Mechadoll_Nothing}, {gTrickHouse_Mechadoll_Nothing},
}; };
const struct MenuAction MultichoiceList_Mechadoll3Q3[] = const struct MenuAction MultichoiceList_Mechadoll3_Q3[] =
{ {
{gTrickHouse_Mechadoll_CostMore}, {gTrickHouse_Mechadoll_CostMore},
{gTrickHouse_Mechadoll_CostLess}, {gTrickHouse_Mechadoll_CostLess},
{gTrickHouse_Mechadoll_SamePrice2}, {gTrickHouse_Mechadoll_SamePrice2},
}; };
const struct MenuAction MultichoiceList_Mechadoll4Q1[] = const struct MenuAction MultichoiceList_Mechadoll4_Q1[] =
{ {
{gTrickHouse_Mechadoll_Male}, {gTrickHouse_Mechadoll_Male},
{gTrickHouse_Mechadoll_Female}, {gTrickHouse_Mechadoll_Female},
{gTrickHouse_Mechadoll_Neither}, {gTrickHouse_Mechadoll_Neither},
}; };
const struct MenuAction MultichoiceList_Mechadoll4Q2[] = const struct MenuAction MultichoiceList_Mechadoll4_Q2[] =
{ {
{gTrickHouse_Mechadoll_ElderlyMen}, {gTrickHouse_Mechadoll_ElderlyMen},
{gTrickHouse_Mechadoll_ElderlyLadies}, {gTrickHouse_Mechadoll_ElderlyLadies},
{gTrickHouse_Mechadoll_SameNumber}, {gTrickHouse_Mechadoll_SameNumber},
}; };
const struct MenuAction MultichoiceList_Mechadoll4Q3[] = const struct MenuAction MultichoiceList_Mechadoll4_Q3[] =
{ {
{gTrickHouse_Mechadoll_None}, {gTrickHouse_Mechadoll_None},
{gTrickHouse_Mechadoll_One}, {gTrickHouse_Mechadoll_One},
{gTrickHouse_Mechadoll_Two}, {gTrickHouse_Mechadoll_Two},
}; };
const struct MenuAction MultichoiceList_Mechadoll5Q1[] = const struct MenuAction MultichoiceList_Mechadoll5_Q1[] =
{ {
{gTrickHouse_Mechadoll_Two2}, {gTrickHouse_Mechadoll_Two2},
{gTrickHouse_Mechadoll_Three}, {gTrickHouse_Mechadoll_Three},
{gTrickHouse_Mechadoll_Four}, {gTrickHouse_Mechadoll_Four},
}; };
const struct MenuAction MultichoiceList_Mechadoll5Q2[] = const struct MenuAction MultichoiceList_Mechadoll5_Q2[] =
{ {
{gTrickHouse_Mechadoll_Six}, {gTrickHouse_Mechadoll_Six},
{gTrickHouse_Mechadoll_Seven}, {gTrickHouse_Mechadoll_Seven},
{gTrickHouse_Mechadoll_Eight}, {gTrickHouse_Mechadoll_Eight},
}; };
const struct MenuAction MultichoiceList_Mechadoll5Q3[] = const struct MenuAction MultichoiceList_Mechadoll5_Q3[] =
{ {
{gTrickHouse_Mechadoll_Six2}, {gTrickHouse_Mechadoll_Six2},
{gTrickHouse_Mechadoll_Seven2}, {gTrickHouse_Mechadoll_Seven2},
@@ -232,20 +232,20 @@ const struct MenuAction MultichoiceList_AcroBikeInfo[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_045[] = const struct MenuAction MultichoiceList_Satisfaction[] =
{ {
{gText_Satisfied}, {gText_Satisfied},
{gText_Dissatisfied}, {gText_Dissatisfied},
}; };
const struct MenuAction MultichoiceList_046[] = const struct MenuAction MultichoiceList_SternDeepSea[] =
{ {
{gText_DeepSeaTooth}, {gText_DeepSeaTooth},
{gText_DeepSeaScale}, {gText_DeepSeaScale},
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_047[] = const struct MenuAction MultichoiceList_UnusedAshVendor[] =
{ {
{gText_BlueFlute2}, {gText_BlueFlute2},
{gText_YellowFlute2}, {gText_YellowFlute2},
@@ -282,20 +282,20 @@ const struct MenuAction MultichoiceList_GameCornerCoins[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_050[] = const struct MenuAction MultichoiceList_HowsFishing[] =
{ {
{gText_Excellent2}, {gText_Excellent2},
{gText_NotSoGood}, {gText_NotSoGood},
}; };
const struct MenuAction MultichoiceList_052[] = const struct MenuAction MultichoiceList_SSTidalSlateport1[] =
{ {
{gText_LilycoveCity}, {gText_LilycoveCity},
{gText_BattleFrontier}, {gText_BattleFrontier},
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_053[] = const struct MenuAction MultichoiceList_SSTidalBattleFrontier[] =
{ {
{gText_SlateportCity}, {gText_SlateportCity},
{gText_LilycoveCity}, {gText_LilycoveCity},
@@ -308,13 +308,13 @@ const struct MenuAction MultichoiceList_RightLeft[] =
{gText_Left}, {gText_Left},
}; };
const struct MenuAction MultichoiceList_056[] = const struct MenuAction MultichoiceList_SSTidalSlateport2[] =
{ {
{gText_LilycoveCity}, {gText_LilycoveCity},
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_Floor[] = const struct MenuAction MultichoiceList_Floors[] =
{ {
{gText_5F}, {gText_5F},
{gText_4F}, {gText_4F},
@@ -431,7 +431,7 @@ const struct MenuAction MultichoiceList_ShardsRYBG[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_073[] = const struct MenuAction MultichoiceList_TourneyWithRecord[] =
{ {
{gText_Opponent}, {gText_Opponent},
{gText_Tourney_Tree}, {gText_Tourney_Tree},
@@ -441,7 +441,7 @@ const struct MenuAction MultichoiceList_073[] =
{gText_Retire}, {gText_Retire},
}; };
const struct MenuAction MultichoiceList_107[] = const struct MenuAction MultichoiceList_TourneyNoRecord[] =
{ {
{gText_Opponent}, {gText_Opponent},
{gText_Tourney_Tree}, {gText_Tourney_Tree},
@@ -456,7 +456,7 @@ const struct MenuAction MultichoiceList_Tent[] =
{gText_BlueTent}, {gText_BlueTent},
}; };
const struct MenuAction MultichoiceList_076[] = const struct MenuAction MultichoiceList_LinkServicesB[] =
{ {
{gText_TradeCenter}, {gText_TradeCenter},
{gText_Colosseum}, {gText_Colosseum},
@@ -471,7 +471,7 @@ const struct MenuAction MultichoiceList_YesNoInfo[] =
{gText_Info2}, {gText_Info2},
}; };
const struct MenuAction MultichoiceList_018[] = const struct MenuAction MultichoiceList_BattleMode[] =
{ {
{gText_SingleBattle}, {gText_SingleBattle},
{gText_DoubleBattle}, {gText_DoubleBattle},
@@ -480,7 +480,7 @@ const struct MenuAction MultichoiceList_018[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_078[] = const struct MenuAction MultichoiceList_LinkServicesC[] =
{ {
{gText_TradeCenter}, {gText_TradeCenter},
{gText_Colosseum}, {gText_Colosseum},
@@ -488,7 +488,7 @@ const struct MenuAction MultichoiceList_078[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_079[] = const struct MenuAction MultichoiceList_LinkServicesD[] =
{ {
{gText_TradeCenter}, {gText_TradeCenter},
{gText_Colosseum}, {gText_Colosseum},
@@ -497,21 +497,21 @@ const struct MenuAction MultichoiceList_079[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_074[] = const struct MenuAction MultichoiceList_LinkServicesA[] =
{ {
{gText_TradeCenter}, {gText_TradeCenter},
{gText_Colosseum}, {gText_Colosseum},
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_080[] = const struct MenuAction MultichoiceList_WirelessMinigame[] =
{ {
{gText_PokemonJump}, {gText_PokemonJump},
{gText_DodrioBerryPicking}, {gText_DodrioBerryPicking},
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_081[] = const struct MenuAction MultichoiceList_LinkLeader[] =
{ {
{gText_JoinGroup}, {gText_JoinGroup},
{gText_BecomeLeader}, {gText_BecomeLeader},
@@ -527,14 +527,14 @@ const struct MenuAction MultichoiceList_ContestRank[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_083[] = const struct MenuAction MultichoiceList_FrontierItemChoose[] =
{ {
{gText_BattleBag}, {gText_BattleBag},
{gText_HeldItem}, {gText_HeldItem},
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_084[] = const struct MenuAction MultichoiceList_LinkContestInfo[] =
{ {
{gText_LinkContest}, {gText_LinkContest},
{gText_AboutE_Mode}, {gText_AboutE_Mode},
@@ -542,28 +542,28 @@ const struct MenuAction MultichoiceList_084[] =
{gText_Cancel2}, {gText_Cancel2},
}; };
const struct MenuAction MultichoiceList_085[] = const struct MenuAction MultichoiceList_LinkContestMode[] =
{ {
{gText_E_Mode}, {gText_E_Mode},
{gText_G_Mode}, {gText_G_Mode},
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_UnusedStartMenu[] = const struct MenuAction MultichoiceList_ForcedStartMenu[] =
{ {
{gText_MenuOptionPokedex}, {gText_MenuOptionPokedex},
{gText_MenuOptionPokemon}, {gText_MenuOptionPokemon},
{gText_MenuOptionBag}, {gText_MenuOptionBag},
{gText_MenuOptionPokenav}, {gText_MenuOptionPokenav},
{gText_Blank}, {gText_Blank}, // blank because it's filled by the player's name
{gText_MenuOptionSave}, {gText_MenuOptionSave},
{gText_MenuOptionOption}, {gText_MenuOptionOption},
{gText_MenuOptionExit}, {gText_MenuOptionExit},
}; };
const struct MenuAction MultichoiceList_087[] = const struct MenuAction MultichoiceList_FrontierGamblerBet[] =
{ {
{gText_TwoSpaces}, {gText_5BP},
{gText_10BP}, {gText_10BP},
{gText_15BP}, {gText_15BP},
{gText_Exit}, {gText_Exit},
@@ -611,7 +611,7 @@ const struct MenuAction MultichoiceList_YesNo[] =
{gText_No4}, {gText_No4},
}; };
const struct MenuAction MultichoiceList_095[] = const struct MenuAction MultichoiceList_FrontierRules[] =
{ {
{gText_TwoStyles}, {gText_TwoStyles},
{gText_Lv50_3}, {gText_Lv50_3},
@@ -621,7 +621,7 @@ const struct MenuAction MultichoiceList_095[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_011[] = const struct MenuAction MultichoiceList_FrontierPassInfo[] =
{ {
{gText_Symbols2}, {gText_Symbols2},
{gText_Record3}, {gText_Record3},
@@ -629,7 +629,7 @@ const struct MenuAction MultichoiceList_011[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_096[] = const struct MenuAction MultichoiceList_BattleArenaRules[] =
{ {
{gText_BattleRules}, {gText_BattleRules},
{gText_JudgeMind}, {gText_JudgeMind},
@@ -638,7 +638,7 @@ const struct MenuAction MultichoiceList_096[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_097[] = const struct MenuAction MultichoiceList_BattleTowerRules[] =
{ {
{gText_TowerInfo}, {gText_TowerInfo},
{gText_BattleMon}, {gText_BattleMon},
@@ -647,7 +647,7 @@ const struct MenuAction MultichoiceList_097[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_098[] = const struct MenuAction MultichoiceList_BattleDomeRules[] =
{ {
{gText_Matchup}, {gText_Matchup},
{gText_TourneyTree}, {gText_TourneyTree},
@@ -655,7 +655,7 @@ const struct MenuAction MultichoiceList_098[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_099[] = const struct MenuAction MultichoiceList_BattleFactoryRules[] =
{ {
{gText_BasicRules}, {gText_BasicRules},
{gText_SwapPartners}, {gText_SwapPartners},
@@ -665,7 +665,7 @@ const struct MenuAction MultichoiceList_099[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_100[] = const struct MenuAction MultichoiceList_BattlePalaceRules[] =
{ {
{gText_BattleBasics}, {gText_BattleBasics},
{gText_PokemonNature}, {gText_PokemonNature},
@@ -675,7 +675,7 @@ const struct MenuAction MultichoiceList_100[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_101[] = const struct MenuAction MultichoiceList_BattlePyramidRules[] =
{ {
{gText_PyramidPokemon}, {gText_PyramidPokemon},
{gText_PyramidTrainers}, {gText_PyramidTrainers},
@@ -684,7 +684,7 @@ const struct MenuAction MultichoiceList_101[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_102[] = const struct MenuAction MultichoiceList_BattlePikeRules[] =
{ {
{gText_PokenavAndBag}, {gText_PokenavAndBag},
{gText_HeldItems}, {gText_HeldItems},
@@ -692,7 +692,7 @@ const struct MenuAction MultichoiceList_102[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_103[] = const struct MenuAction MultichoiceList_GoOnRecordRestRetire[] =
{ {
{gText_GoOn}, {gText_GoOn},
{gText_Record2}, {gText_Record2},
@@ -700,21 +700,21 @@ const struct MenuAction MultichoiceList_103[] =
{gText_Retire}, {gText_Retire},
}; };
const struct MenuAction MultichoiceList_104[] = const struct MenuAction MultichoiceList_GoOnRestRetire[] =
{ {
{gText_GoOn}, {gText_GoOn},
{gText_Rest}, {gText_Rest},
{gText_Retire}, {gText_Retire},
}; };
const struct MenuAction MultichoiceList_105[] = const struct MenuAction MultichoiceList_GoOnRecordRetire[] =
{ {
{gText_GoOn}, {gText_GoOn},
{gText_Record2}, {gText_Record2},
{gText_Retire}, {gText_Retire},
}; };
const struct MenuAction MultichoiceList_106[] = const struct MenuAction MultichoiceList_GoOnRetire[] =
{ {
{gText_GoOn}, {gText_GoOn},
{gText_Retire}, {gText_Retire},
@@ -726,7 +726,7 @@ const struct MenuAction MultichoiceList_TVLati[] =
{gText_Blue}, {gText_Blue},
}; };
const struct MenuAction MultichoiceList_109[] = const struct MenuAction MultichoiceList_BattleTowerFeelings[] =
{ {
{gText_IllBattleNow}, {gText_IllBattleNow},
{gText_IWon}, {gText_IWon},
@@ -734,7 +734,7 @@ const struct MenuAction MultichoiceList_109[] =
{gText_IWontTell}, {gText_IWontTell},
}; };
const struct MenuAction MultichoiceList_110[] = const struct MenuAction MultichoiceList_WheresRayquaza[] =
{ {
{gText_CaveOfOrigin}, {gText_CaveOfOrigin},
{gText_MtPyre}, {gText_MtPyre},
@@ -742,7 +742,7 @@ const struct MenuAction MultichoiceList_110[] =
{gText_DontRemember}, {gText_DontRemember},
}; };
const struct MenuAction MultichoiceList_111[] = const struct MenuAction MultichoiceList_SlateportTentRules[] =
{ {
{gText_BasicRules}, {gText_BasicRules},
{gText_SwapPartners}, {gText_SwapPartners},
@@ -752,7 +752,7 @@ const struct MenuAction MultichoiceList_111[] =
{gText_Exit}, {gText_Exit},
}; };
const struct MenuAction MultichoiceList_112[] = const struct MenuAction MultichoiceList_FallarborTentRules[] =
{ {
{gText_BattleTrainers}, {gText_BattleTrainers},
{gText_BattleRules}, {gText_BattleRules},
@@ -784,120 +784,120 @@ struct MultichoiceListStruct
const struct MultichoiceListStruct gMultichoiceLists[] = const struct MultichoiceListStruct gMultichoiceLists[] =
{ {
MULTICHOICE(MultichoiceList_000), [MULTI_BRINEY_ON_DEWFORD] = MULTICHOICE(MultichoiceList_BrineyOnDewford),
[MULTI_EXIT] = MULTICHOICE(MultichoiceList_Exit), [MULTI_UNUSED_1] = MULTICHOICE(MultichoiceList_Exit),
[MULTI_ENTERINFO] = MULTICHOICE(MultichoiceList_EnterInfo), [MULTI_ENTERINFO] = MULTICHOICE(MultichoiceList_EnterInfo),
[MULTI_CONTEST_INFO] = MULTICHOICE(MultichoiceList_ContestInfo), [MULTI_CONTEST_INFO] = MULTICHOICE(MultichoiceList_ContestInfo),
[MULTI_CONTEST_TYPE] = MULTICHOICE(MultichoiceList_ContestType), [MULTI_CONTEST_TYPE] = MULTICHOICE(MultichoiceList_ContestType),
[MULTI_DECOR_NO_REGISTRY] = MULTICHOICE(MultichoiceList_DecorNoRegistry), [MULTI_DECOR_NOREGISTRY] = MULTICHOICE(MultichoiceList_DecorNoRegistry),
[MULTI_DECOR_REGISTRY] = MULTICHOICE(MultichoiceList_DecorRegistry), [MULTI_DECOR_REGISTRY] = MULTICHOICE(MultichoiceList_DecorRegistry),
MULTICHOICE(MultichoiceList_007), [MULTI_REGISTER_MENU] = MULTICHOICE(MultichoiceList_RegisterMenu),
[MULTI_UNUSED_8] = MULTICHOICE(MultichoiceList_Exit), [MULTI_UNUSED_8] = MULTICHOICE(MultichoiceList_Exit),
[MULTI_UNUSED_9] = MULTICHOICE(MultichoiceList_Exit), [MULTI_UNUSED_9] = MULTICHOICE(MultichoiceList_Exit),
[MULTI_UNUSED_10] = MULTICHOICE(MultichoiceList_Exit), [MULTI_UNUSED_10] = MULTICHOICE(MultichoiceList_Exit),
MULTICHOICE(MultichoiceList_011), [MULTI_FRONTIER_PASS_INFO] = MULTICHOICE(MultichoiceList_FrontierPassInfo),
[MULTI_BIKE] = MULTICHOICE(MultichoiceList_Bike), [MULTI_BIKE] = MULTICHOICE(MultichoiceList_Bike),
[MULTI_STATUS] = MULTICHOICE(MultichoiceList_Status), [MULTI_STATUS_INFO] = MULTICHOICE(MultichoiceList_StatusInfo),
MULTICHOICE(MultichoiceList_014), [MULTI_BRINEY_OFF_DEWFORD] = MULTICHOICE(MultichoiceList_BrineyOffDewford),
[MULTI_UNUSED_15] = MULTICHOICE(MultichoiceList_Exit), [MULTI_UNUSED_15] = MULTICHOICE(MultichoiceList_Exit),
MULTICHOICE(MultichoiceList_016), [MULTI_VIEWED_PAINTINGS] = MULTICHOICE(MultichoiceList_ViewedPaintings),
[MULTI_YESNOINFO] = MULTICHOICE(MultichoiceList_YesNoInfo), [MULTI_YESNOINFO] = MULTICHOICE(MultichoiceList_YesNoInfo),
MULTICHOICE(MultichoiceList_018), [MULTI_BATTLE_MODE] = MULTICHOICE(MultichoiceList_BattleMode),
[MULTI_UNUSED_19] = MULTICHOICE(MultichoiceList_Exit), [MULTI_UNUSED_19] = MULTICHOICE(MultichoiceList_Exit),
[MULTI_YESNOINFO_2] = MULTICHOICE(MultichoiceList_YesNoInfo2), [MULTI_YESNOINFO_2] = MULTICHOICE(MultichoiceList_YesNoInfo2),
[MULTI_UNUSED_21] = MULTICHOICE(MultichoiceList_Exit), [MULTI_UNUSED_21] = MULTICHOICE(MultichoiceList_Exit),
[MULTI_UNUSED_22] = MULTICHOICE(MultichoiceList_Exit), [MULTI_UNUSED_22] = MULTICHOICE(MultichoiceList_Exit),
MULTICHOICE(MultichoiceList_023), [MULTI_CHALLENGEINFO] = MULTICHOICE(MultichoiceList_ChallengeInfo),
MULTICHOICE(MultichoiceList_024), [MULTI_LEVEL_MODE] = MULTICHOICE(MultichoiceList_LevelMode),
[MULTI_MECHADOLL1_Q1] = MULTICHOICE(MultichoiceList_Mechadoll1Q1), [MULTI_MECHADOLL1_Q1] = MULTICHOICE(MultichoiceList_Mechadoll1_Q1),
[MULTI_MECHADOLL1_Q2] = MULTICHOICE(MultichoiceList_Mechadoll1Q2), [MULTI_MECHADOLL1_Q2] = MULTICHOICE(MultichoiceList_Mechadoll1_Q2),
[MULTI_MECHADOLL1_Q3] = MULTICHOICE(MultichoiceList_Mechadoll1Q3), [MULTI_MECHADOLL1_Q3] = MULTICHOICE(MultichoiceList_Mechadoll1_Q3),
[MULTI_MECHADOLL2_Q1] = MULTICHOICE(MultichoiceList_Mechadoll2Q1), [MULTI_MECHADOLL2_Q1] = MULTICHOICE(MultichoiceList_Mechadoll2_Q1),
[MULTI_MECHADOLL2_Q2] = MULTICHOICE(MultichoiceList_Mechadoll2Q2), [MULTI_MECHADOLL2_Q2] = MULTICHOICE(MultichoiceList_Mechadoll2_Q2),
[MULTI_MECHADOLL2_Q3] = MULTICHOICE(MultichoiceList_Mechadoll2Q3), [MULTI_MECHADOLL2_Q3] = MULTICHOICE(MultichoiceList_Mechadoll2_Q3),
[MULTI_MECHADOLL3_Q1] = MULTICHOICE(MultichoiceList_Mechadoll3Q1), [MULTI_MECHADOLL3_Q1] = MULTICHOICE(MultichoiceList_Mechadoll3_Q1),
[MULTI_MECHADOLL3_Q2] = MULTICHOICE(MultichoiceList_Mechadoll3Q2), [MULTI_MECHADOLL3_Q2] = MULTICHOICE(MultichoiceList_Mechadoll3_Q2),
[MULTI_MECHADOLL3_Q3] = MULTICHOICE(MultichoiceList_Mechadoll3Q3), [MULTI_MECHADOLL3_Q3] = MULTICHOICE(MultichoiceList_Mechadoll3_Q3),
[MULTI_MECHADOLL4_Q1] = MULTICHOICE(MultichoiceList_Mechadoll4Q1), [MULTI_MECHADOLL4_Q1] = MULTICHOICE(MultichoiceList_Mechadoll4_Q1),
[MULTI_MECHADOLL4_Q2] = MULTICHOICE(MultichoiceList_Mechadoll4Q2), [MULTI_MECHADOLL4_Q2] = MULTICHOICE(MultichoiceList_Mechadoll4_Q2),
[MULTI_MECHADOLL4_Q3] = MULTICHOICE(MultichoiceList_Mechadoll4Q3), [MULTI_MECHADOLL4_Q3] = MULTICHOICE(MultichoiceList_Mechadoll4_Q3),
[MULTI_MECHADOLL5_Q1] = MULTICHOICE(MultichoiceList_Mechadoll5Q1), [MULTI_MECHADOLL5_Q1] = MULTICHOICE(MultichoiceList_Mechadoll5_Q1),
[MULTI_MECHADOLL5_Q2] = MULTICHOICE(MultichoiceList_Mechadoll5Q2), [MULTI_MECHADOLL5_Q2] = MULTICHOICE(MultichoiceList_Mechadoll5_Q2),
[MULTI_MECHADOLL5_Q3] = MULTICHOICE(MultichoiceList_Mechadoll5Q3), [MULTI_MECHADOLL5_Q3] = MULTICHOICE(MultichoiceList_Mechadoll5_Q3),
[MULTI_UNUSED_40] = MULTICHOICE(MultichoiceList_Exit), [MULTI_UNUSED_40] = MULTICHOICE(MultichoiceList_Exit),
[MULTI_UNUSED_41] = MULTICHOICE(MultichoiceList_Exit), [MULTI_UNUSED_41] = MULTICHOICE(MultichoiceList_Exit),
[MULTI_VENDING_MACHINE] = MULTICHOICE(MultichoiceList_VendingMachine), [MULTI_VENDING_MACHINE] = MULTICHOICE(MultichoiceList_VendingMachine),
[MULTI_MACH_BIKE_INFO] = MULTICHOICE(MultichoiceList_MachBikeInfo), [MULTI_MACH_BIKE_INFO] = MULTICHOICE(MultichoiceList_MachBikeInfo),
[MULTI_ACRO_BIKE_INFO] = MULTICHOICE(MultichoiceList_AcroBikeInfo), [MULTI_ACRO_BIKE_INFO] = MULTICHOICE(MultichoiceList_AcroBikeInfo),
MULTICHOICE(MultichoiceList_045), [MULTI_SATISFACTION] = MULTICHOICE(MultichoiceList_Satisfaction),
MULTICHOICE(MultichoiceList_046), [MULTI_STERN_DEEPSEA] = MULTICHOICE(MultichoiceList_SternDeepSea),
MULTICHOICE(MultichoiceList_047), [MULTI_UNUSED_ASH_VENDOR] = MULTICHOICE(MultichoiceList_UnusedAshVendor),
[MULTI_GAME_CORNER_DOLLS] = MULTICHOICE(MultichoiceList_GameCornerDolls), [MULTI_GAME_CORNER_DOLLS] = MULTICHOICE(MultichoiceList_GameCornerDolls),
[MULTI_GAME_CORNER_COINS] = MULTICHOICE(MultichoiceList_GameCornerCoins), [MULTI_GAME_CORNER_COINS] = MULTICHOICE(MultichoiceList_GameCornerCoins),
MULTICHOICE(MultichoiceList_050), [MULTI_HOWS_FISHING] = MULTICHOICE(MultichoiceList_HowsFishing),
[MULTI_UNUSED_51] = MULTICHOICE(MultichoiceList_Exit), [MULTI_UNUSED_51] = MULTICHOICE(MultichoiceList_Exit),
MULTICHOICE(MultichoiceList_052), [MULTI_SSTIDAL_SLATEPORT_1] = MULTICHOICE(MultichoiceList_SSTidalSlateport1),
MULTICHOICE(MultichoiceList_053), [MULTI_SSTIDAL_BATTLE_FRONTIER] = MULTICHOICE(MultichoiceList_SSTidalBattleFrontier),
[MULTI_RIGHTLEFT] = MULTICHOICE(MultichoiceList_RightLeft), [MULTI_RIGHTLEFT] = MULTICHOICE(MultichoiceList_RightLeft),
[MULTI_GAME_CORNER_TMS] = MULTICHOICE(MultichoiceList_GameCornerTMs), [MULTI_GAME_CORNER_TMS] = MULTICHOICE(MultichoiceList_GameCornerTMs),
MULTICHOICE(MultichoiceList_056), [MULTI_SSTIDAL_SLATEPORT_2] = MULTICHOICE(MultichoiceList_SSTidalSlateport2),
[MULTI_FLOOR] = MULTICHOICE(MultichoiceList_Floor), [MULTI_FLOORS] = MULTICHOICE(MultichoiceList_Floors),
[MULTI_SHARDS_R] = MULTICHOICE(MultichoiceList_ShardsR), [MULTI_SHARDS_R] = MULTICHOICE(MultichoiceList_ShardsR),
[MULTI_SHARDS_Y] = MULTICHOICE(MultichoiceList_ShardsY), [MULTI_SHARDS_Y] = MULTICHOICE(MultichoiceList_ShardsY),
[MULTI_SHARDS_RY] = MULTICHOICE(MultichoiceList_ShardsRY), [MULTI_SHARDS_RY] = MULTICHOICE(MultichoiceList_ShardsRY),
[MULTI_SHARDS_B] = MULTICHOICE(MultichoiceList_ShardsB), [MULTI_SHARDS_B] = MULTICHOICE(MultichoiceList_ShardsB),
[MULTI_SHARDS_RB] = MULTICHOICE(MultichoiceList_ShardsRB), [MULTI_SHARDS_RB] = MULTICHOICE(MultichoiceList_ShardsRB),
[MULTI_SHARDS_YB] = MULTICHOICE(MultichoiceList_ShardsYB), [MULTI_SHARDS_YB] = MULTICHOICE(MultichoiceList_ShardsYB),
[MULTI_SHARDS_RYB] = MULTICHOICE(MultichoiceList_ShardsRYB), [MULTI_SHARDS_RYB] = MULTICHOICE(MultichoiceList_ShardsRYB),
[MULTI_SHARDS_G] = MULTICHOICE(MultichoiceList_ShardsG), [MULTI_SHARDS_G] = MULTICHOICE(MultichoiceList_ShardsG),
[MULTI_SHARDS_RG] = MULTICHOICE(MultichoiceList_ShardsRG), [MULTI_SHARDS_RG] = MULTICHOICE(MultichoiceList_ShardsRG),
[MULTI_SHARDS_YG] = MULTICHOICE(MultichoiceList_ShardsYG), [MULTI_SHARDS_YG] = MULTICHOICE(MultichoiceList_ShardsYG),
[MULTI_SHARDS_RYG] = MULTICHOICE(MultichoiceList_ShardsRYG), [MULTI_SHARDS_RYG] = MULTICHOICE(MultichoiceList_ShardsRYG),
[MULTI_SHARDS_BG] = MULTICHOICE(MultichoiceList_ShardsBG), [MULTI_SHARDS_BG] = MULTICHOICE(MultichoiceList_ShardsBG),
[MULTI_SHARDS_RBG] = MULTICHOICE(MultichoiceList_ShardsRBG), [MULTI_SHARDS_RBG] = MULTICHOICE(MultichoiceList_ShardsRBG),
[MULTI_SHARDS_YBG] = MULTICHOICE(MultichoiceList_ShardsYBG), [MULTI_SHARDS_YBG] = MULTICHOICE(MultichoiceList_ShardsYBG),
[MULTI_SHARDS_RYBG] = MULTICHOICE(MultichoiceList_ShardsRYBG), [MULTI_SHARDS_RYBG] = MULTICHOICE(MultichoiceList_ShardsRYBG),
MULTICHOICE(MultichoiceList_073), [MULTI_TOURNEY_WITH_RECORD] = MULTICHOICE(MultichoiceList_TourneyWithRecord),
MULTICHOICE(MultichoiceList_074), [MULTI_LINK_SERVICES_A1] = MULTICHOICE(MultichoiceList_LinkServicesA),
MULTICHOICE(MultichoiceList_074), [MULTI_LINK_SERVICES_A2] = MULTICHOICE(MultichoiceList_LinkServicesA),
MULTICHOICE(MultichoiceList_076), [MULTI_LINK_SERVICES_B1] = MULTICHOICE(MultichoiceList_LinkServicesB),
MULTICHOICE(MultichoiceList_076), [MULTI_LINK_SERVICES_B2] = MULTICHOICE(MultichoiceList_LinkServicesB),
MULTICHOICE(MultichoiceList_078), [MULTI_LINK_SERVICES_C] = MULTICHOICE(MultichoiceList_LinkServicesC),
MULTICHOICE(MultichoiceList_079), [MULTI_LINK_SERVICES_D] = MULTICHOICE(MultichoiceList_LinkServicesD),
MULTICHOICE(MultichoiceList_080), [MULTI_WIRELESS_MINIGAME] = MULTICHOICE(MultichoiceList_WirelessMinigame),
MULTICHOICE(MultichoiceList_081), [MULTI_LINK_LEADER] = MULTICHOICE(MultichoiceList_LinkLeader),
[MULTI_CONTEST_RANK] = MULTICHOICE(MultichoiceList_ContestRank), [MULTI_CONTEST_RANK] = MULTICHOICE(MultichoiceList_ContestRank),
MULTICHOICE(MultichoiceList_083), [MULTI_FRONTIER_ITEM_CHOOSE] = MULTICHOICE(MultichoiceList_FrontierItemChoose),
MULTICHOICE(MultichoiceList_084), [MULTI_LINK_CONTEST_INFO] = MULTICHOICE(MultichoiceList_LinkContestInfo),
MULTICHOICE(MultichoiceList_085), [MULTI_LINK_CONTEST_MODE] = MULTICHOICE(MultichoiceList_LinkContestMode),
[MULTI_UNUSED_START_MENU] = MULTICHOICE(MultichoiceList_UnusedStartMenu), [MULTI_FORCED_START_MENU] = MULTICHOICE(MultichoiceList_ForcedStartMenu),
MULTICHOICE(MultichoiceList_087), [MULTI_FRONTIER_GAMBLER_BET] = MULTICHOICE(MultichoiceList_FrontierGamblerBet),
[MULTI_TENT] = MULTICHOICE(MultichoiceList_Tent), [MULTI_TENT] = MULTICHOICE(MultichoiceList_Tent),
[MULTI_UNUSED_SSTIDAL_1] = MULTICHOICE(MultichoiceList_UnusedSSTidal1), [MULTI_UNUSED_SSTIDAL_1] = MULTICHOICE(MultichoiceList_UnusedSSTidal1),
[MULTI_UNUSED_SSTIDAL_2] = MULTICHOICE(MultichoiceList_UnusedSSTidal2), [MULTI_UNUSED_SSTIDAL_2] = MULTICHOICE(MultichoiceList_UnusedSSTidal2),
[MULTI_UNUSED_SSTIDAL_3] = MULTICHOICE(MultichoiceList_UnusedSSTidal3), [MULTI_UNUSED_SSTIDAL_3] = MULTICHOICE(MultichoiceList_UnusedSSTidal3),
[MULTI_UNUSED_SSTIDAL_4] = MULTICHOICE(MultichoiceList_UnusedSSTidal4), [MULTI_UNUSED_SSTIDAL_4] = MULTICHOICE(MultichoiceList_UnusedSSTidal4),
[MULTI_FOSSIL] = MULTICHOICE(MultichoiceList_Fossil), [MULTI_FOSSIL] = MULTICHOICE(MultichoiceList_Fossil),
[MULTI_YESNO] = MULTICHOICE(MultichoiceList_YesNo), [MULTI_YESNO] = MULTICHOICE(MultichoiceList_YesNo),
MULTICHOICE(MultichoiceList_095), [MULTI_FRONTIER_RULES] = MULTICHOICE(MultichoiceList_FrontierRules),
MULTICHOICE(MultichoiceList_096), [MULTI_BATTLE_ARENA_RULES] = MULTICHOICE(MultichoiceList_BattleArenaRules),
MULTICHOICE(MultichoiceList_097), [MULTI_BATTLE_TOWER_RULES] = MULTICHOICE(MultichoiceList_BattleTowerRules),
MULTICHOICE(MultichoiceList_098), [MULTI_BATTLE_DOME_RULES] = MULTICHOICE(MultichoiceList_BattleDomeRules),
MULTICHOICE(MultichoiceList_099), [MULTI_BATTLE_FACTORY_RULES] = MULTICHOICE(MultichoiceList_BattleFactoryRules),
MULTICHOICE(MultichoiceList_100), [MULTI_BATTLE_PALACE_RULES] = MULTICHOICE(MultichoiceList_BattlePalaceRules),
MULTICHOICE(MultichoiceList_101), [MULTI_BATTLE_PYRAMID_RULES] = MULTICHOICE(MultichoiceList_BattlePyramidRules),
MULTICHOICE(MultichoiceList_102), [MULTI_BATTLE_PIKE_RULES] = MULTICHOICE(MultichoiceList_BattlePikeRules),
MULTICHOICE(MultichoiceList_103), [MULTI_GO_ON_RECORD_REST_RETIRE] = MULTICHOICE(MultichoiceList_GoOnRecordRestRetire),
MULTICHOICE(MultichoiceList_104), [MULTI_GO_ON_REST_RETIRE] = MULTICHOICE(MultichoiceList_GoOnRestRetire),
MULTICHOICE(MultichoiceList_105), [MULTI_GO_ON_RECORD_RETIRE] = MULTICHOICE(MultichoiceList_GoOnRecordRetire),
MULTICHOICE(MultichoiceList_106), [MULTI_GO_ON_RETIRE] = MULTICHOICE(MultichoiceList_GoOnRetire),
MULTICHOICE(MultichoiceList_107), [MULTI_TOURNEY_NO_RECORD] = MULTICHOICE(MultichoiceList_TourneyNoRecord),
[MULTI_TV_LATI] = MULTICHOICE(MultichoiceList_TVLati), [MULTI_TV_LATI] = MULTICHOICE(MultichoiceList_TVLati),
MULTICHOICE(MultichoiceList_109), [MULTI_BATTLE_TOWER_FEELINGS] = MULTICHOICE(MultichoiceList_BattleTowerFeelings),
MULTICHOICE(MultichoiceList_110), [MULTI_WHERES_RAYQUAZA] = MULTICHOICE(MultichoiceList_WheresRayquaza),
MULTICHOICE(MultichoiceList_111), [MULTI_SLATEPORT_TENT_RULES] = MULTICHOICE(MultichoiceList_SlateportTentRules),
MULTICHOICE(MultichoiceList_112), [MULTI_FALLARBOR_TENT_RULES] = MULTICHOICE(MultichoiceList_FallarborTentRules),
[MULTI_TAG_MATCH_TYPE] = MULTICHOICE(MultichoiceList_TagMatchType), [MULTI_TAG_MATCH_TYPE] = MULTICHOICE(MultichoiceList_TagMatchType),
}; };
const u8 *const gStdStrings[] = const u8 *const gStdStrings[] =
@@ -934,7 +934,15 @@ const u8 *const gStdStrings[] =
[STDSTRING_BATTLE_PYRAMID] = gText_BattlePyramid, [STDSTRING_BATTLE_PYRAMID] = gText_BattlePyramid,
}; };
const u8 gUnknown_0858BB68[] = { 74, 75, 76, 77, 78, 79 }; const u8 gLinkServicesMultichoiceIds[] =
{
MULTI_LINK_SERVICES_A1,
MULTI_LINK_SERVICES_A2,
MULTI_LINK_SERVICES_B1,
MULTI_LINK_SERVICES_B2,
MULTI_LINK_SERVICES_C,
MULTI_LINK_SERVICES_D
};
const u8 *const sPCNameStrings[] = const u8 *const sPCNameStrings[] =
{ {
+16 -16
View File
@@ -34,7 +34,7 @@ static void sub_80E2A94(u8);
static void CreatePCMenu(void); static void CreatePCMenu(void);
static void sub_80E2578(void); static void sub_80E2578(void);
static bool8 IsPicboxClosed(void); static bool8 IsPicboxClosed(void);
static void CreateStartMenu(void); static void CreateMultichoiceStartMenu(void);
static void sub_80E2CC4(u8, u8, u8, u8); static void sub_80E2CC4(u8, u8, u8, u8);
bool8 ScriptMenu_Multichoice(u8 left, u8 top, u8 multichoiceId, u8 ignoreBPress) bool8 ScriptMenu_Multichoice(u8 left, u8 top, u8 multichoiceId, u8 ignoreBPress)
@@ -130,9 +130,9 @@ static void sub_80E1FBC(u8 ignoreBPress, u8 count, u8 windowId, u8 multichoiceId
u8 taskId; u8 taskId;
gUnknown_02039F90 = 2; gUnknown_02039F90 = 2;
for (i = 0; i < ARRAY_COUNT(gUnknown_0858BB68); i++) for (i = 0; i < ARRAY_COUNT(gLinkServicesMultichoiceIds); i++)
{ {
if (gUnknown_0858BB68[i] == multichoiceId) if (gLinkServicesMultichoiceIds[i] == multichoiceId)
{ {
gUnknown_02039F90 = 12; gUnknown_02039F90 = 12;
} }
@@ -183,7 +183,7 @@ static void Task_HandleMultichoiceInput(u8 taskId)
if (tIgnoreBPress) if (tIgnoreBPress)
return; return;
PlaySE(SE_SELECT); PlaySE(SE_SELECT);
gSpecialVar_Result = MULTICHOICE_B; gSpecialVar_Result = MULTI_B_PRESSED;
} }
else else
{ {
@@ -299,7 +299,7 @@ static void Task_HandleMultichoiceGridInput(u8 taskId)
if (tIgnoreBPress) if (tIgnoreBPress)
return; return;
PlaySE(SE_SELECT); PlaySE(SE_SELECT);
gSpecialVar_Result = MULTICHOICE_B; gSpecialVar_Result = MULTI_B_PRESSED;
break; break;
default: default:
gSpecialVar_Result = selection; gSpecialVar_Result = selection;
@@ -536,7 +536,7 @@ static void sub_80E2578(void)
void sub_80E2878(void) void sub_80E2878(void)
{ {
if (gSpecialVar_Result != MULTICHOICE_B) if (gSpecialVar_Result != MULTI_B_PRESSED)
{ {
gSpecialVar_Result = gUnknown_03001124[gSpecialVar_Result]; gSpecialVar_Result = gUnknown_03001124[gSpecialVar_Result];
} }
@@ -639,34 +639,34 @@ static void sub_80E2A94(u8 multichoiceId)
{ {
switch (multichoiceId) switch (multichoiceId)
{ {
case 77: case MULTI_LINK_SERVICES_B2:
FillWindowPixelBuffer(0, PIXEL_FILL(1)); FillWindowPixelBuffer(0, PIXEL_FILL(1));
AddTextPrinterParameterized2(0, 1, gUnknown_0858BBAC[Menu_GetCursorPos()], 0, NULL, 2, 1, 3); AddTextPrinterParameterized2(0, 1, gUnknown_0858BBAC[Menu_GetCursorPos()], 0, NULL, 2, 1, 3);
break; break;
case 76: case MULTI_LINK_SERVICES_B1:
FillWindowPixelBuffer(0, PIXEL_FILL(1)); FillWindowPixelBuffer(0, PIXEL_FILL(1));
AddTextPrinterParameterized2(0, 1, gUnknown_0858BB9C[Menu_GetCursorPos()], 0, NULL, 2, 1, 3); AddTextPrinterParameterized2(0, 1, gUnknown_0858BB9C[Menu_GetCursorPos()], 0, NULL, 2, 1, 3);
break; break;
case 78: case MULTI_LINK_SERVICES_C:
FillWindowPixelBuffer(0, PIXEL_FILL(1)); FillWindowPixelBuffer(0, PIXEL_FILL(1));
AddTextPrinterParameterized2(0, 1, gUnknown_0858BBBC[Menu_GetCursorPos()], 0, NULL, 2, 1, 3); AddTextPrinterParameterized2(0, 1, gUnknown_0858BBBC[Menu_GetCursorPos()], 0, NULL, 2, 1, 3);
break; break;
case 79: case MULTI_LINK_SERVICES_D:
FillWindowPixelBuffer(0, PIXEL_FILL(1)); FillWindowPixelBuffer(0, PIXEL_FILL(1));
AddTextPrinterParameterized2(0, 1, gUnknown_0858BBCC[Menu_GetCursorPos()], 0, NULL, 2, 1, 3); AddTextPrinterParameterized2(0, 1, gUnknown_0858BBCC[Menu_GetCursorPos()], 0, NULL, 2, 1, 3);
break; break;
case 75: case MULTI_LINK_SERVICES_A2:
FillWindowPixelBuffer(0, PIXEL_FILL(1)); FillWindowPixelBuffer(0, PIXEL_FILL(1));
AddTextPrinterParameterized2(0, 1, gUnknown_0858BBEC[Menu_GetCursorPos()], 0, NULL, 2, 1, 3); AddTextPrinterParameterized2(0, 1, gUnknown_0858BBEC[Menu_GetCursorPos()], 0, NULL, 2, 1, 3);
break; break;
case 74: case MULTI_LINK_SERVICES_A1:
FillWindowPixelBuffer(0, PIXEL_FILL(1)); FillWindowPixelBuffer(0, PIXEL_FILL(1));
AddTextPrinterParameterized2(0, 1, gUnknown_0858BBE0[Menu_GetCursorPos()], 0, NULL, 2, 1, 3); AddTextPrinterParameterized2(0, 1, gUnknown_0858BBE0[Menu_GetCursorPos()], 0, NULL, 2, 1, 3);
break; break;
} }
} }
bool16 sp106_CreateStartMenu(void) bool16 CreateStartMenuForPokenavTutorial(void)
{ {
if (FuncIsActiveTask(Task_HandleMultichoiceInput) == TRUE) if (FuncIsActiveTask(Task_HandleMultichoiceInput) == TRUE)
{ {
@@ -674,11 +674,11 @@ bool16 sp106_CreateStartMenu(void)
} }
gSpecialVar_Result = 0xFF; gSpecialVar_Result = 0xFF;
CreateStartMenu(); CreateMultichoiceStartMenu();
return TRUE; return TRUE;
} }
static void CreateStartMenu(void) static void CreateMultichoiceStartMenu(void)
{ {
u8 windowId = CreateWindowFromRect(21, 0, 7, 18); u8 windowId = CreateWindowFromRect(21, 0, 7, 18);
SetStandardWindowBorderStyle(windowId, 0); SetStandardWindowBorderStyle(windowId, 0);
@@ -691,7 +691,7 @@ static void CreateStartMenu(void)
AddTextPrinterParameterized(windowId, 1, gText_MenuOptionOption, 8, 105, TEXT_SPEED_FF, NULL); AddTextPrinterParameterized(windowId, 1, gText_MenuOptionOption, 8, 105, TEXT_SPEED_FF, NULL);
AddTextPrinterParameterized(windowId, 1, gText_MenuOptionExit, 8, 121, TEXT_SPEED_FF, NULL); AddTextPrinterParameterized(windowId, 1, gText_MenuOptionExit, 8, 121, TEXT_SPEED_FF, NULL);
sub_81983AC(windowId, 1, 0, 9, 16, 8, 0); sub_81983AC(windowId, 1, 0, 9, 16, 8, 0);
sub_80E2CC4(0, 8, windowId, 86); sub_80E2CC4(FALSE, 8, windowId, MULTI_FORCED_START_MENU);
CopyWindowToVram(windowId, 3); CopyWindowToVram(windowId, 3);
} }
+1 -2
View File
@@ -732,8 +732,7 @@ const u8 gText_Blank[] = _("");
const u8 gText_MenuOptionSave[] = _("SAVE"); const u8 gText_MenuOptionSave[] = _("SAVE");
const u8 gText_MenuOptionOption[] = _("OPTION"); const u8 gText_MenuOptionOption[] = _("OPTION");
const u8 gText_MenuOptionExit[] = _("EXIT"); const u8 gText_MenuOptionExit[] = _("EXIT");
const u8 gText_TwoSpaces[] = __(" "); const u8 gText_5BP[] = _(" 5BP");
const u8 gText_5BP[] = _("5BP"); //unused
const u8 gText_10BP[] = _("10BP"); const u8 gText_10BP[] = _("10BP");
const u8 gText_15BP[] = _("15BP"); const u8 gText_15BP[] = _("15BP");
const u8 gText_RedTent[] = _("RED TENT"); const u8 gText_RedTent[] = _("RED TENT");