summaryrefslogtreecommitdiff
path: root/data/maps/BattleFrontier_BattlePikeThreePathRoom/scripts.inc
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-03-31 00:35:56 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-03-31 00:35:56 -0400
commitf602a9dcbf4534fad68c8ee91b7da58682f62d56 (patch)
treeb59a280a2a4e8718a3f1a2b2b8fd0a1dac20f89f /data/maps/BattleFrontier_BattlePikeThreePathRoom/scripts.inc
parentc40fb9288cf02f2cba1b72c7377d6272a0eef6f2 (diff)
Use bool for multichoice ignoreBPress
Diffstat (limited to 'data/maps/BattleFrontier_BattlePikeThreePathRoom/scripts.inc')
-rw-r--r--data/maps/BattleFrontier_BattlePikeThreePathRoom/scripts.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/BattleFrontier_BattlePikeThreePathRoom/scripts.inc b/data/maps/BattleFrontier_BattlePikeThreePathRoom/scripts.inc
index 46edebce6..acdd49020 100644
--- a/data/maps/BattleFrontier_BattlePikeThreePathRoom/scripts.inc
+++ b/data/maps/BattleFrontier_BattlePikeThreePathRoom/scripts.inc
@@ -143,7 +143,7 @@ BattleFrontier_BattlePikeThreePathRoom_EventScript_AskSaveChallenge:: @ 825CA2A
BattleFrontier_BattlePikeThreePathRoom_EventScript_AskRetireChallenge:: @ 825CA5A
message BattleFrontier_BattlePikeThreePathRoom_Text_RetireFromChallenge
waitmessage
- multichoicedefault 20, 8, MULTI_YESNO, 1, 0
+ multichoicedefault 20, 8, MULTI_YESNO, 1, FALSE
switch VAR_RESULT
case 0, BattleFrontier_BattlePike_EventScript_Retire
release