aboutsummaryrefslogtreecommitdiffstats
path: root/data/battle_anims
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2024-12-27 12:52:30 -0500
committerGitHub <noreply@github.com>2024-12-27 12:52:30 -0500
commitf8a7ac34b90acb71122d71c89aa8e95b4346cf20 (patch)
treeedffd155c9eb0adcea7517c2303f1c2d50021774 /data/battle_anims
parentRemove `-Wnumeric-string=2` (diff)
downloadpokeyellow-f8a7ac34b90acb71122d71c89aa8e95b4346cf20.tar.gz
pokeyellow-f8a7ac34b90acb71122d71c89aa8e95b4346cf20.tar.xz
pokeyellow-f8a7ac34b90acb71122d71c89aa8e95b4346cf20.zip
Don't pass redundant label names to `table_width` and `list_start` (#125)
Diffstat (limited to 'data/battle_anims')
-rw-r--r--data/battle_anims/base_coords.asm2
-rw-r--r--data/battle_anims/frame_blocks.asm2
-rw-r--r--data/battle_anims/subanimations.asm2
3 files changed, 3 insertions, 3 deletions
diff --git a/data/battle_anims/base_coords.asm b/data/battle_anims/base_coords.asm
index 109a06e8..72efb04a 100644
--- a/data/battle_anims/base_coords.asm
+++ b/data/battle_anims/base_coords.asm
@@ -1,5 +1,5 @@
FrameBlockBaseCoords:
- table_width 2, FrameBlockBaseCoords
+ table_width 2
db $10, $68 ; BASECOORD_00
db $10, $70 ; BASECOORD_01
db $10, $78 ; BASECOORD_02
diff --git a/data/battle_anims/frame_blocks.asm b/data/battle_anims/frame_blocks.asm
index 549c1c3c..0e0de32f 100644
--- a/data/battle_anims/frame_blocks.asm
+++ b/data/battle_anims/frame_blocks.asm
@@ -1,5 +1,5 @@
FrameBlockPointers:
- table_width 2, FrameBlockPointers
+ table_width 2
dw FrameBlock00
dw FrameBlock01
dw FrameBlock02
diff --git a/data/battle_anims/subanimations.asm b/data/battle_anims/subanimations.asm
index 74097e22..33a4a2f2 100644
--- a/data/battle_anims/subanimations.asm
+++ b/data/battle_anims/subanimations.asm
@@ -1,5 +1,5 @@
SubanimationPointers:
- table_width 2, SubanimationPointers
+ table_width 2
dw Subanim_0Star
dw Subanim_0StarTwice
dw Subanim_0StarThrice