You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Logic to manage PAL_OW_MISC (#3)
This commit is contained in:
11
gfx/board/coins.pal
Executable file
11
gfx/board/coins.pal
Executable file
@@ -0,0 +1,11 @@
|
||||
; gain coins
|
||||
RGB 31, 31, 31
|
||||
RGB 19, 23, 31
|
||||
RGB 27, 17, 03
|
||||
RGB 00, 00, 00
|
||||
|
||||
; lose coins
|
||||
RGB 31, 31, 31
|
||||
RGB 31, 20, 18
|
||||
RGB 27, 17, 03
|
||||
RGB 00, 00, 00
|
5
gfx/board/dice.pal
Executable file
5
gfx/board/dice.pal
Executable file
@@ -0,0 +1,5 @@
|
||||
; die 1
|
||||
RGB 31, 31, 31
|
||||
RGB 10, 10, 31
|
||||
RGB 00, 00, 21
|
||||
RGB 00, 00, 00
|
Reference in New Issue
Block a user