From f8a7ac34b90acb71122d71c89aa8e95b4346cf20 Mon Sep 17 00:00:00 2001 From: Rangi <35663410+Rangi42@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:52:30 -0500 Subject: Don't pass redundant label names to `table_width` and `list_start` (#125) --- data/moves/animations.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/moves/animations.asm') diff --git a/data/moves/animations.asm b/data/moves/animations.asm index 950ec075..984d6b80 100644 --- a/data/moves/animations.asm +++ b/data/moves/animations.asm @@ -1,5 +1,5 @@ AttackAnimationPointers: - table_width 2, AttackAnimationPointers + table_width 2 dw PoundAnim dw KarateChopAnim dw DoubleSlapAnim -- cgit v1.3.1-sl0p