Don't pass redundant label names to table_width and list_start (#1160)

This commit is contained in:
Rangi
2024-12-27 12:35:35 -05:00
committed by GitHub
parent 3f686e67da
commit 85ddf0e90a
140 changed files with 214 additions and 203 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -1,5 +1,5 @@
AnimationPointers:
table_width 2, AnimationPointers
table_width 2
dw BulbasaurAnimation
dw IvysaurAnimation
dw VenusaurAnimation

View File

@@ -1,5 +1,5 @@
BitmasksPointers:
table_width 2, BitmasksPointers
table_width 2
dw BulbasaurBitmasks
dw IvysaurBitmasks
dw VenusaurBitmasks

View File

@@ -1,5 +1,5 @@
FramesPointers:
table_width 2, FramesPointers
table_width 2
dw BulbasaurFrames
dw IvysaurFrames
dw VenusaurFrames

View File

@@ -1,5 +1,5 @@
AnimationIdlePointers:
table_width 2, AnimationIdlePointers
table_width 2
dw BulbasaurAnimationIdle
dw IvysaurAnimationIdle
dw VenusaurAnimationIdle

View File

@@ -1,5 +1,5 @@
UnownAnimationPointers:
table_width 2, UnownAnimationPointers
table_width 2
dw UnownAAnimation
dw UnownBAnimation
dw UnownCAnimation

View File

@@ -1,5 +1,5 @@
UnownBitmasksPointers:
table_width 2, UnownBitmasksPointers
table_width 2
dw UnownABitmasks
dw UnownBBitmasks
dw UnownCBitmasks

View File

@@ -1,5 +1,5 @@
UnownFramesPointers:
table_width 2, UnownFramesPointers
table_width 2
dw UnownAFrames
dw UnownBFrames
dw UnownCFrames

View File

@@ -1,5 +1,5 @@
UnownAnimationIdlePointers:
table_width 2, UnownAnimationIdlePointers
table_width 2
dw UnownAAnimationIdle
dw UnownBAnimationIdle
dw UnownCAnimationIdle