summaryrefslogtreecommitdiff
path: root/battle/effects/sandstorm.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-31 04:10:49 -0500
committeryenatch <yenatch@gmail.com>2013-12-31 04:10:49 -0500
commita18cab495dc3fdee85b89faf4b42ca48fd428c1e (patch)
tree6ffabd669d01eebdb8b8b1827ae44c0235e047f8 /battle/effects/sandstorm.asm
parent1ab4b59d869195e89e2fd2e285809fab6f7318e5 (diff)
rename Function0x{} labels to Function{} for consistency
Diffstat (limited to 'battle/effects/sandstorm.asm')
-rw-r--r--battle/effects/sandstorm.asm4
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