summaryrefslogtreecommitdiff
path: root/data/maps/BattleFrontier_ReceptionGate
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-03-31 01:27:42 -0400
committerGitHub <noreply@github.com>2021-03-31 01:27:42 -0400
commit6b070010b29f2c9b4fc93f741a348f351a564703 (patch)
treeb791fd612028b82b14d47ed373f647f4b802c44c /data/maps/BattleFrontier_ReceptionGate
parent5d7c438efcd341c777c866a7eb3f8401f8548dc5 (diff)
parentf602a9dcbf4534fad68c8ee91b7da58682f62d56 (diff)
Merge pull request #1392 from GriffinRichards/multichoicebool
Use bool for multichoice ignoreBPress
Diffstat (limited to 'data/maps/BattleFrontier_ReceptionGate')
-rw-r--r--data/maps/BattleFrontier_ReceptionGate/scripts.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/BattleFrontier_ReceptionGate/scripts.inc b/data/maps/BattleFrontier_ReceptionGate/scripts.inc
index 28f53de08..904bb5247 100644
--- a/data/maps/BattleFrontier_ReceptionGate/scripts.inc
+++ b/data/maps/BattleFrontier_ReceptionGate/scripts.inc
@@ -218,7 +218,7 @@ BattleFrontier_ReceptionGate_EventScript_RulesGuide:: @ 8266436
BattleFrontier_ReceptionGate_EventScript_ChooseRuleToLearnAbout:: @ 8266446
message BattleFrontier_ReceptionGate_Text_LearnAboutWhat
waitmessage
- multichoice 15, 0, MULTI_FRONTIER_RULES, 0
+ multichoice 15, 0, MULTI_FRONTIER_RULES, FALSE
switch VAR_RESULT
case 0, BattleFrontier_ReceptionGate_EventScript_LevelMode
case 1, BattleFrontier_ReceptionGate_EventScript_Level50
@@ -269,7 +269,7 @@ BattleFrontier_ReceptionGate_EventScript_FrontierPassGuide:: @ 82664F4
BattleFrontier_ReceptionGate_EventScript_ChooseFrontierPassInfoToLearnAbout:: @ 8266504
message BattleFrontier_ReceptionGate_Text_LearnAboutWhich1
waitmessage
- multichoice 16, 4, MULTI_FRONTIER_PASS_INFO, 0
+ multichoice 16, 4, MULTI_FRONTIER_PASS_INFO, FALSE
switch VAR_RESULT
case 0, BattleFrontier_ReceptionGate_EventScript_Symbols
case 1, BattleFrontier_ReceptionGate_EventScript_RecordBattle