Don't pass redundant label names to table_width
and list_start
(#1160)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
TypeNames:
|
||||
; entries correspond to types (see constants/type_constants.asm)
|
||||
table_width 2, TypeNames
|
||||
table_width 2
|
||||
|
||||
dw Normal
|
||||
dw Fighting
|
||||
|
@@ -1,6 +1,6 @@
|
||||
PokedexTypeSearchStrings:
|
||||
; entries correspond with PokedexTypeSearchConversionTable (see data/types/search_types.asm)
|
||||
table_width POKEDEX_TYPE_STRING_LENGTH, PokedexTypeSearchStrings
|
||||
table_width POKEDEX_TYPE_STRING_LENGTH
|
||||
db " ---- @"
|
||||
db " NORMAL @"
|
||||
db " FIRE @"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
PokedexTypeSearchConversionTable:
|
||||
; entries correspond with PokedexTypeSearchStrings (see data/types/search_strings.asm)
|
||||
table_width 1, PokedexTypeSearchConversionTable
|
||||
table_width 1
|
||||
db NORMAL
|
||||
db FIRE
|
||||
db WATER
|
||||
|
Reference in New Issue
Block a user