diff options
Diffstat (limited to 'battle')
-rw-r--r-- | battle/move_names.asm | 1 | ||||
-rwxr-xr-x | battle/objects/functions.asm | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/battle/move_names.asm b/battle/move_names.asm index e4470a998..cfc7ac54f 100644 --- a/battle/move_names.asm +++ b/battle/move_names.asm @@ -1,3 +1,4 @@ +MoveNames:: db "POUND@" db "KARATE CHOP@" db "DOUBLESLAP@" diff --git a/battle/objects/functions.asm b/battle/objects/functions.asm index 77c56c7b2..6a0c2ecf8 100755 --- a/battle/objects/functions.asm +++ b/battle/objects/functions.asm @@ -450,9 +450,7 @@ GetBallAnimPal: ; cd249 (33:5249) ret ; cd26c (33:526c) -BallColors: INCLUDE "data/ball_colors.asm" -; cd284 BattleAnimFunction_10: ; cd284 (33:5284) call BattleAnim_AnonJumptable |