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:
@@ -582,6 +582,11 @@ _CGB_LevelSelectionMenu:
|
||||
ld bc, 2 palettes
|
||||
ld a, BANK(wOBPals1)
|
||||
call FarCopyWRAM
|
||||
; load stage trophy pals (pal2 to pal5)
|
||||
ld hl, LevelSelectionMenuStageTrophyPals
|
||||
ld bc, 4 palettes
|
||||
ld a, BANK(wOBPals1)
|
||||
call FarCopyWRAM
|
||||
|
||||
; load daytime and gender-based background pals
|
||||
ld a, [wPlayerGender]
|
||||
|
@@ -880,4 +880,7 @@ LevelSelectionMenuFemalePals:
|
||||
INCLUDE "gfx/level_selection_menu/background_female.pal"
|
||||
assert_table_length NUM_DAYTIMES
|
||||
|
||||
LevelSelectionMenuStageTrophyPals:
|
||||
INCLUDE "gfx/level_selection_menu/stage_trophies.pal"
|
||||
|
||||
INCLUDE "engine/gfx/rgb_fade.asm"
|
||||
|
Reference in New Issue
Block a user