Don't pass redundant label names to table_width
and list_start
(#1160)
This commit is contained in:
@@ -8,7 +8,7 @@ FontBattleExtra:
|
||||
INCBIN "gfx/font/font_battle_extra.2bpp"
|
||||
|
||||
Frames:
|
||||
table_width TEXTBOX_FRAME_TILES * LEN_1BPP_TILE, Frames
|
||||
table_width TEXTBOX_FRAME_TILES * LEN_1BPP_TILE
|
||||
INCBIN "gfx/frames/1.1bpp"
|
||||
INCBIN "gfx/frames/2.1bpp"
|
||||
INCBIN "gfx/frames/3.1bpp"
|
||||
|
@@ -9,7 +9,7 @@ DEF footprint_bottom EQUS "2 * LEN_1BPP_TILE, 2 * LEN_1BPP_TILE"
|
||||
|
||||
Footprints:
|
||||
; Entries correspond to Pokémon species, two apiece, 8 tops then 8 bottoms
|
||||
table_width LEN_1BPP_TILE * 4, Footprints
|
||||
table_width LEN_1BPP_TILE * 4
|
||||
|
||||
; 001-008 top halves
|
||||
INCBIN "gfx/footprints/bulbasaur.1bpp", footprint_top
|
||||
|
@@ -1,5 +1,5 @@
|
||||
AnimationPointers:
|
||||
table_width 2, AnimationPointers
|
||||
table_width 2
|
||||
dw BulbasaurAnimation
|
||||
dw IvysaurAnimation
|
||||
dw VenusaurAnimation
|
||||
|
@@ -1,5 +1,5 @@
|
||||
BitmasksPointers:
|
||||
table_width 2, BitmasksPointers
|
||||
table_width 2
|
||||
dw BulbasaurBitmasks
|
||||
dw IvysaurBitmasks
|
||||
dw VenusaurBitmasks
|
||||
|
@@ -1,5 +1,5 @@
|
||||
FramesPointers:
|
||||
table_width 2, FramesPointers
|
||||
table_width 2
|
||||
dw BulbasaurFrames
|
||||
dw IvysaurFrames
|
||||
dw VenusaurFrames
|
||||
|
@@ -1,5 +1,5 @@
|
||||
AnimationIdlePointers:
|
||||
table_width 2, AnimationIdlePointers
|
||||
table_width 2
|
||||
dw BulbasaurAnimationIdle
|
||||
dw IvysaurAnimationIdle
|
||||
dw VenusaurAnimationIdle
|
||||
|
@@ -1,5 +1,5 @@
|
||||
UnownAnimationPointers:
|
||||
table_width 2, UnownAnimationPointers
|
||||
table_width 2
|
||||
dw UnownAAnimation
|
||||
dw UnownBAnimation
|
||||
dw UnownCAnimation
|
||||
|
@@ -1,5 +1,5 @@
|
||||
UnownBitmasksPointers:
|
||||
table_width 2, UnownBitmasksPointers
|
||||
table_width 2
|
||||
dw UnownABitmasks
|
||||
dw UnownBBitmasks
|
||||
dw UnownCBitmasks
|
||||
|
@@ -1,5 +1,5 @@
|
||||
UnownFramesPointers:
|
||||
table_width 2, UnownFramesPointers
|
||||
table_width 2
|
||||
dw UnownAFrames
|
||||
dw UnownBFrames
|
||||
dw UnownCFrames
|
||||
|
@@ -1,5 +1,5 @@
|
||||
UnownAnimationIdlePointers:
|
||||
table_width 2, UnownAnimationIdlePointers
|
||||
table_width 2
|
||||
dw UnownAAnimationIdle
|
||||
dw UnownBAnimationIdle
|
||||
dw UnownCAnimationIdle
|
||||
|
Reference in New Issue
Block a user