aboutsummaryrefslogtreecommitdiffstats
path: root/data/battle_anims
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2024-12-27 12:52:24 -0500
committerGitHub <noreply@github.com>2024-12-27 12:52:24 -0500
commitcd647df3b551cea154317a572ace9052727aa72b (patch)
tree01c6fbdd9d3a6a3e21232799793f6afeaf80b40a /data/battle_anims
parentUse RGBDS 0.9.0 (#482) (diff)
downloadpokeyellow-cd647df3b551cea154317a572ace9052727aa72b.tar.gz
pokeyellow-cd647df3b551cea154317a572ace9052727aa72b.tar.xz
pokeyellow-cd647df3b551cea154317a572ace9052727aa72b.zip
Don't pass redundant label names to `table_width` and `list_start` (#484)
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