You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Assert that there are NUM_FRAMES textbox frames
This commit is contained in:
@@ -8,6 +8,7 @@ FontBattleExtra:
|
||||
INCBIN "gfx/font/font_battle_extra.2bpp"
|
||||
|
||||
Frames:
|
||||
table_width TEXTBOX_FRAME_TILES * LEN_1BPP_TILE, Frames
|
||||
INCBIN "gfx/frames/1.1bpp"
|
||||
INCBIN "gfx/frames/2.1bpp"
|
||||
INCBIN "gfx/frames/3.1bpp"
|
||||
@@ -16,7 +17,8 @@ INCBIN "gfx/frames/5.1bpp"
|
||||
INCBIN "gfx/frames/6.1bpp"
|
||||
INCBIN "gfx/frames/7.1bpp"
|
||||
INCBIN "gfx/frames/8.1bpp"
|
||||
INCBIN "gfx/frames/9.1bpp"
|
||||
assert_table_length NUM_FRAMES
|
||||
INCBIN "gfx/frames/9.1bpp" ; unused
|
||||
|
||||
StatsScreenPageTilesGFX:
|
||||
INCBIN "gfx/stats/stats_tiles.2bpp"
|
||||
|
Reference in New Issue
Block a user