From cd647df3b551cea154317a572ace9052727aa72b Mon Sep 17 00:00:00 2001 From: Rangi <35663410+Rangi42@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:52:24 -0500 Subject: Don't pass redundant label names to `table_width` and `list_start` (#484) --- data/items/prices.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/items/prices.asm') diff --git a/data/items/prices.asm b/data/items/prices.asm index d01c0b7e..aefd1078 100644 --- a/data/items/prices.asm +++ b/data/items/prices.asm @@ -1,5 +1,5 @@ ItemPrices:: - table_width 3, ItemPrices + table_width 3 bcd3 0 ; MASTER_BALL bcd3 1200 ; ULTRA_BALL bcd3 600 ; GREAT_BALL -- cgit v1.3.1-sl0p