summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-11-23 19:21:31 -0500
committerEvan <eroelke@gmail.com>2019-12-04 14:54:50 -0700
commit058999f49bd7d81487590ff75688dfe10c4eef96 (patch)
tree912cbe483b0019a254b4355bfc11184eae006bef /data
parent87421614319b80a364a1e2d2afe9526559d476ca (diff)
Address review comments
Diffstat (limited to 'data')
-rw-r--r--data/battle_scripts_1.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/battle_scripts_1.s b/data/battle_scripts_1.s
index b802723b7..2ac9f7f6d 100644
--- a/data/battle_scripts_1.s
+++ b/data/battle_scripts_1.s
@@ -3167,7 +3167,7 @@ BattleScript_RainContinuesOrEndsEnd::
end2
BattleScript_DamagingWeatherContinues::
- printfromtable gSandStormHailContinuesStringIds
+ printfromtable gSandstormHailContinuesStringIds
waitmessage 0x40
playanimation2 BS_ATTACKER, sB_ANIM_ARG1, NULL
setbyte gBattleCommunication, 0
@@ -3175,7 +3175,7 @@ BattleScript_DamagingWeatherLoop::
copyarraywithindex gBattlerAttacker, gBattlerByTurnOrder, gBattleCommunication, 1
weatherdamage
jumpifword CMP_EQUAL, gBattleMoveDamage, NULL, BattleScript_DamagingWeatherContinuesEnd
- printfromtable gSandStormHailDmgStringIds
+ printfromtable gSandstormHailDmgStringIds
waitmessage 0x40
orword gHitMarker, HITMARKER_x20 | HITMARKER_IGNORE_SUBSTITUTE | HITMARKER_x100000 | HITMARKER_GRUDGE
effectivenesssound
@@ -3193,7 +3193,7 @@ BattleScript_WeatherDamageEndedBattle::
end2
BattleScript_SandStormHailEnds::
- printfromtable gSandStormHailEndStringIds
+ printfromtable gSandstormHailEndStringIds
waitmessage 0x40
end2