diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-17 22:00:44 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-17 22:00:44 -0500 |
| commit | c4f8f4d11aeb2255fb0e7ccaa1256be7a2a0f63b (patch) | |
| tree | 2334597bd4530e82543a2a0c7d3c9a16dcd04467 /data/maps/BattleFrontier_Lounge7 | |
| parent | c940b6771687f7f303e2380a1994939a60e8a139 (diff) | |
Add STR_VAR_# ids to string buffer macros
Diffstat (limited to 'data/maps/BattleFrontier_Lounge7')
| -rw-r--r-- | data/maps/BattleFrontier_Lounge7/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/BattleFrontier_Lounge7/scripts.inc b/data/maps/BattleFrontier_Lounge7/scripts.inc index 287844470..7953ec820 100644 --- a/data/maps/BattleFrontier_Lounge7/scripts.inc +++ b/data/maps/BattleFrontier_Lounge7/scripts.inc @@ -249,7 +249,7 @@ BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection:: copyvar VAR_0x8004, VAR_TEMP_D copyvar VAR_0x8005, VAR_TEMP_E special BufferBattleFrontierTutorMoveName - buffernumberstring 1, VAR_0x8008 + buffernumberstring STR_VAR_2, VAR_0x8008 copyvar VAR_0x8004, VAR_TEMP_C msgbox BattleFrontier_Lounge7_Text_MoveWillBeXBattlePoints, MSGBOX_YESNO compare VAR_RESULT, NO |
