aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
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 /scripts
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 'scripts')
-rw-r--r--scripts/CeruleanBadgeHouse.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/CeruleanBadgeHouse.asm b/scripts/CeruleanBadgeHouse.asm
index 54186523..1c7e0200 100644
--- a/scripts/CeruleanBadgeHouse.asm
+++ b/scripts/CeruleanBadgeHouse.asm
@@ -53,7 +53,7 @@ CeruleanBadgeHouseMiddleAgedManText:
jp TextScriptEnd
.BadgeItemList:
- table_width 1, .BadgeItemList
+ table_width 1
db NUM_BADGES ; #
db BOULDERBADGE
db CASCADEBADGE
@@ -79,7 +79,7 @@ CeruleanBadgeHouseMiddleAgedManText:
text_end
CeruleanBadgeHouseBadgeTextPointers:
- table_width 2, CeruleanBadgeHouseBadgeTextPointers
+ table_width 2
dw CeruleanBadgeHouseBoulderBadgeText
dw CeruleanBadgeHouseCascadeBadgeText
dw CeruleanBadgeHouseThunderBadgeText