Don't pass redundant label names to table_width
and list_start
(#1160)
This commit is contained in:
@@ -13,7 +13,7 @@ DoSpriteAnimFrame:
|
||||
|
||||
.Jumptable:
|
||||
; entries correspond to SPRITE_ANIM_FUNC_* constants (see constants/sprite_anim_constants.asm)
|
||||
table_width 2, DoSpriteAnimFrame.Jumptable
|
||||
table_width 2
|
||||
dw SpriteAnimFunc_Null
|
||||
dw SpriteAnimFunc_PartyMon
|
||||
dw SpriteAnimFunc_PartyMonSwitch
|
||||
|
Reference in New Issue
Block a user