You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Level selection menu: placeholder grahpics and cgb layout (#12)
This commit is contained in:
22
gfx/level_selection_menu/attrmap.asm
Executable file
22
gfx/level_selection_menu/attrmap.asm
Executable file
@@ -0,0 +1,22 @@
|
||||
DEF PAL_LEVELSELECTIONMENU_BORDER EQU 0 | 1 << OAM_PRIORITY
|
||||
const_def 1
|
||||
const PAL_LEVELSELECTIONMENU_EARTH ; 1
|
||||
const PAL_LEVELSELECTIONMENU_MOUNTAIN ; 2
|
||||
const PAL_LEVELSELECTIONMENU_CITY ; 3
|
||||
const PAL_LEVELSELECTIONMENU_POI ; 4
|
||||
const PAL_LEVELSELECTIONMENU_POI_MTN ; 5
|
||||
|
||||
MACRO levelselectionmenupals
|
||||
rept _NARG
|
||||
db PAL_LEVELSELECTIONMENU_\1
|
||||
shift
|
||||
endr
|
||||
ENDM
|
||||
|
||||
; gfx/level_selection_menu/background.png
|
||||
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
|
||||
Reference in New Issue
Block a user