You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Level selection menu: draw level cleared indicators [Commit 2/2] (#12)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
DEF PAL_LEVELSELECTIONMENU_BORDER EQU 0 | 1 << OAM_PRIORITY
|
||||
const_def 1
|
||||
const_def 0
|
||||
const PAL_LEVELSELECTIONMENU_STAGES ; 0
|
||||
const PAL_LEVELSELECTIONMENU_EARTH ; 1
|
||||
const PAL_LEVELSELECTIONMENU_MOUNTAIN ; 2
|
||||
const PAL_LEVELSELECTIONMENU_CITY ; 3
|
||||
@@ -14,9 +15,17 @@ endr
|
||||
ENDM
|
||||
|
||||
; gfx/level_selection_menu/background.png
|
||||
; some are aligned to specific LSMTEXTBOX_* tile constants (constants/landmark_constants.asm)
|
||||
levelselectionmenupals EARTH, EARTH, EARTH, MOUNTAIN, MOUNTAIN, MOUNTAIN, BORDER, BORDER
|
||||
levelselectionmenupals EARTH, EARTH, CITY, EARTH, POI, POI_MTN, POI, POI_MTN
|
||||
levelselectionmenupals EARTH, EARTH, EARTH, MOUNTAIN, MOUNTAIN, MOUNTAIN, BORDER, BORDER
|
||||
levelselectionmenupals EARTH, EARTH, EARTH, EARTH, EARTH, BORDER, BORDER, BORDER
|
||||
levelselectionmenupals EARTH, EARTH, EARTH, MOUNTAIN, MOUNTAIN, MOUNTAIN, BORDER, BORDER
|
||||
levelselectionmenupals BORDER, BORDER, BORDER, BORDER, BORDER, BORDER, BORDER, BORDER
|
||||
levelselectionmenupals BORDER, BORDER, BORDER, BORDER, BORDER, BORDER, BORDER, BORDER
|
||||
levelselectionmenupals BORDER, BORDER, BORDER, STAGES, STAGES, STAGES, STAGES, BORDER
|
||||
levelselectionmenupals BORDER, BORDER, BORDER, BORDER, BORDER, BORDER, BORDER, BORDER
|
||||
levelselectionmenupals BORDER, BORDER, BORDER, STAGES, STAGES, STAGES, STAGES, BORDER
|
||||
rept 22
|
||||
levelselectionmenupals BORDER, BORDER, BORDER, BORDER, BORDER, BORDER, BORDER, BORDER
|
||||
endr
|
||||
|
20
gfx/level_selection_menu/stage_trophies.pal
Executable file
20
gfx/level_selection_menu/stage_trophies.pal
Executable file
@@ -0,0 +1,20 @@
|
||||
; STAGE_1
|
||||
RGB 31, 31, 31
|
||||
RGB 21, 21, 23
|
||||
RGB 10, 10, 12
|
||||
RGB 00, 00, 00
|
||||
; STAGE_2
|
||||
RGB 31, 31, 31
|
||||
RGB 31, 13, 13
|
||||
RGB 18, 00, 00
|
||||
RGB 00, 00, 00
|
||||
; STAGE_3
|
||||
RGB 31, 31, 31
|
||||
RGB 11, 29, 15
|
||||
RGB 02, 17, 05
|
||||
RGB 00, 00, 00
|
||||
; STAGE_4
|
||||
RGB 31, 31, 31
|
||||
RGB 05, 25, 31
|
||||
RGB 01, 08, 22
|
||||
RGB 00, 00, 00
|
BIN
gfx/level_selection_menu/stage_trophies.png
Executable file
BIN
gfx/level_selection_menu/stage_trophies.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 206 B |
Reference in New Issue
Block a user