Don't pass redundant label names to table_width
and list_start
(#1160)
This commit is contained in:
@@ -11,7 +11,7 @@ ENDM
|
||||
|
||||
GrowthRates:
|
||||
; entries correspond to GROWTH_* (see constants/pokemon_data_constants.asm)
|
||||
table_width 4, GrowthRates
|
||||
table_width 4
|
||||
growth_rate 1, 1, 0, 0, 0 ; Medium Fast
|
||||
growth_rate 3, 4, 10, 0, 30 ; Slightly Fast
|
||||
growth_rate 3, 4, 20, 0, 70 ; Slightly Slow
|
||||
|
Reference in New Issue
Block a user