diff options
Diffstat (limited to 'battle/effects/sandstorm.asm')
-rw-r--r-- | battle/effects/sandstorm.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effects/sandstorm.asm b/battle/effects/sandstorm.asm index ad3bac9d1..c90e22957 100644 --- a/battle/effects/sandstorm.asm +++ b/battle/effects/sandstorm.asm @@ -9,12 +9,12 @@ BattleCommand59: ; 376f8 ld [Weather], a ld a, 5 ld [WeatherCount], a - call Function0x37e01 + call Function37e01 ld hl, SandstormBrewedText jp StdBattleTextBox .failed - call Function0x37e77 + call Function37e77 jp PrintButItFailed ; 37718 |