summaryrefslogtreecommitdiff
path: root/data/maps/BattleFrontier_Lounge3
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-17 22:00:44 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-11-17 22:00:44 -0500
commitc4f8f4d11aeb2255fb0e7ccaa1256be7a2a0f63b (patch)
tree2334597bd4530e82543a2a0c7d3c9a16dcd04467 /data/maps/BattleFrontier_Lounge3
parentc940b6771687f7f303e2380a1994939a60e8a139 (diff)
Add STR_VAR_# ids to string buffer macros
Diffstat (limited to 'data/maps/BattleFrontier_Lounge3')
-rw-r--r--data/maps/BattleFrontier_Lounge3/scripts.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/BattleFrontier_Lounge3/scripts.inc b/data/maps/BattleFrontier_Lounge3/scripts.inc
index c0a941738..1c9c5bc3b 100644
--- a/data/maps/BattleFrontier_Lounge3/scripts.inc
+++ b/data/maps/BattleFrontier_Lounge3/scripts.inc
@@ -144,17 +144,17 @@ BattleFrontier_Lounge3_EventScript_LostChallenge::
end
BattleFrontier_Lounge3_EventScript_RewardBet5::
- buffernumberstring 0, (BET_AMOUNT_5 * 2)
+ buffernumberstring STR_VAR_1, (BET_AMOUNT_5 * 2)
setvar VAR_0x8004, (BET_AMOUNT_5 * 2)
return
BattleFrontier_Lounge3_EventScript_RewardBet10::
- buffernumberstring 0, (BET_AMOUNT_10 * 2)
+ buffernumberstring STR_VAR_1, (BET_AMOUNT_10 * 2)
setvar VAR_0x8004, (BET_AMOUNT_10 * 2)
return
BattleFrontier_Lounge3_EventScript_RewardBet15::
- buffernumberstring 0, (BET_AMOUNT_15 * 2)
+ buffernumberstring STR_VAR_1, (BET_AMOUNT_15 * 2)
setvar VAR_0x8004, (BET_AMOUNT_15 * 2)
return