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/maps/map_header_pointers.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/maps/map_header_pointers.asm') diff --git a/data/maps/map_header_pointers.asm b/data/maps/map_header_pointers.asm index 0f37b129..cf8e0776 100644 --- a/data/maps/map_header_pointers.asm +++ b/data/maps/map_header_pointers.asm @@ -1,6 +1,6 @@ ; see also MapHeaderBanks MapHeaderPointers:: - table_width 2, MapHeaderPointers + table_width 2 dw PalletTown_h dw ViridianCity_h dw PewterCity_h -- cgit v1.3.1-sl0p