You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Create macro to automatically place fading pals between two sources, and apply it to level selection menu daytime-based background pals (#12)
This commit is contained in:
@@ -873,12 +873,12 @@ INCLUDE "gfx/slots/slots.pal"
|
||||
LevelSelectionMenuMalePals:
|
||||
table_width PAL_COLOR_SIZE * 4 * 6, LevelSelectionMenuMalePals
|
||||
INCLUDE "gfx/level_selection_menu/background_male.pal"
|
||||
assert_table_length NUM_DAYTIMES
|
||||
assert_table_length (NUM_DAYTIMES + NUM_DAYTIMES * 2)
|
||||
|
||||
LevelSelectionMenuFemalePals:
|
||||
table_width PAL_COLOR_SIZE * 4 * 6, LevelSelectionMenuFemalePals
|
||||
INCLUDE "gfx/level_selection_menu/background_female.pal"
|
||||
assert_table_length NUM_DAYTIMES
|
||||
assert_table_length (NUM_DAYTIMES + NUM_DAYTIMES * 2)
|
||||
|
||||
LevelSelectionMenuStageTrophiesPals:
|
||||
INCLUDE "gfx/level_selection_menu/stage_trophies.pal"
|
||||
|
Reference in New Issue
Block a user