summaryrefslogtreecommitdiff
path: root/engine/battle_anims/functions.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle_anims/functions.asm')
-rw-r--r--engine/battle_anims/functions.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/battle_anims/functions.asm b/engine/battle_anims/functions.asm
index 2a72cf12..a38bf152 100644
--- a/engine/battle_anims/functions.asm
+++ b/engine/battle_anims/functions.asm
@@ -772,7 +772,7 @@ BattleAnimFunction_FireBlast:
call DeinitBattleAnimation
ret
-.one
+.one
; Flame that moves upward
ld hl, BATTLEANIMSTRUCT_YOFFSET
add hl, bc
@@ -2139,13 +2139,13 @@ BattleAnimFunction_Egg:
call BattleAnim_IncAnonJumptableIndex ; jumps to three
ret
-.egg_bomb_done
+.egg_bomb_done
; Increases jumptable index twice to four
call BattleAnim_IncAnonJumptableIndex
inc [hl]
ret
-.three
+.three
; Waits in place
ld hl, BATTLEANIMSTRUCT_VAR2
add hl, bc
@@ -3381,7 +3381,7 @@ BattleAnimFunction_SkyAttack:
call DeinitBattleAnimation
ret
-.SkyAttack_CyclePalette:
+.SkyAttack_CyclePalette:
; Cycles wOBP0 pallete
ld hl, BATTLEANIMSTRUCT_VAR2
add hl, bc
@@ -3390,7 +3390,7 @@ BattleAnimFunction_SkyAttack:
inc [hl]
srl a
ld e, a
- ld d, $0
+ ld d, 0
ldh a, [hSGB]
and a
jr nz, .sgb