Board menu (#11) [Commit 1]

This commit is contained in:
xCrystal
2023-08-14 20:09:23 +02:00
parent c405c955ba
commit 1f33436a64
18 changed files with 179 additions and 8 deletions

29
gfx/board/menu.pal Executable file
View File

@@ -0,0 +1,29 @@
; item 1 (BOARDMENUITEM_DIE)
RGB 31, 31, 31
RGB 10, 10, 31
RGB 00, 00, 21
RGB 00, 00, 00
; item 2 (BOARDMENUITEM_POKEMON)
RGB 31, 31, 31
RGB 31, 26, 26
RGB 30, 00, 00
RGB 00, 00, 00
; item 3 (BOARDMENUITEM_BAG)
RGB 31, 31, 31
RGB 10, 31, 10
RGB 00, 21, 10
RGB 00, 00, 00
; item 4 (BOARDMENUITEM_POKEGEAR)
RGB 31, 31, 31
RGB 21, 21, 09
RGB 11, 11, 00
RGB 00, 00, 00
; item 5 (BOARDMENUITEM_EXIT)
RGB 31, 31, 31
RGB 20, 20, 00
RGB 10, 10, 00
RGB 00, 00, 00

BIN
gfx/board/menu.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 B

BIN
gfx/board/menu_bag.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

BIN
gfx/board/menu_die.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

BIN
gfx/board/menu_exit.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 B

BIN
gfx/board/menu_pokegear.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

BIN
gfx/board/menu_pokemon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B