mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Use BattleAnim_Dummy in data/moves/animations.asm (#1052)
This commit is contained in:
parent
438c48daad
commit
31c55dc74d
@ -1,7 +1,7 @@
|
||||
BattleAnimations::
|
||||
; entries correspond to constants/move_constants.asm
|
||||
table_width 2, BattleAnimations
|
||||
dw BattleAnim_0
|
||||
dw BattleAnim_Dummy
|
||||
dw BattleAnim_Pound
|
||||
dw BattleAnim_KarateChop
|
||||
dw BattleAnim_Doubleslap
|
||||
@ -254,9 +254,9 @@ BattleAnimations::
|
||||
dw BattleAnim_Whirlpool
|
||||
dw BattleAnim_BeatUp
|
||||
assert_table_length NUM_ATTACKS + 1
|
||||
dw BattleAnim_252
|
||||
dw BattleAnim_253
|
||||
dw BattleAnim_254
|
||||
dw BattleAnim_Dummy
|
||||
dw BattleAnim_Dummy
|
||||
dw BattleAnim_Dummy
|
||||
dw BattleAnim_SweetScent2
|
||||
assert_table_length $100
|
||||
; $100
|
||||
@ -284,10 +284,7 @@ BattleAnimations::
|
||||
dw BattleAnim_HitConfusion
|
||||
assert_table_length NUM_BATTLE_ANIMS + 1
|
||||
|
||||
BattleAnim_0:
|
||||
BattleAnim_252:
|
||||
BattleAnim_253:
|
||||
BattleAnim_254:
|
||||
BattleAnim_Dummy:
|
||||
BattleAnim_MirrorMove:
|
||||
anim_ret
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user