mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-11-14 09:06:42 +13:00
Update ball_colors.asm
Added the Safari Ball, and made the Friend Ball a bit lighter.
This commit is contained in:
parent
d3fbd1f846
commit
aa970c326e
|
|
@ -9,6 +9,8 @@ BallColors:
|
|||
RGB 31,31,31, 09,13,30
|
||||
db POKE_BALL
|
||||
RGB 31,31,31, 30,08,05
|
||||
db SAFARI_BALL
|
||||
RGB 31,31,31, 10,20,05
|
||||
db HEAVY_BALL
|
||||
RGB 31,31,31, 06,10,12
|
||||
db LEVEL_BALL
|
||||
|
|
@ -18,7 +20,7 @@ BallColors:
|
|||
db FAST_BALL
|
||||
RGB 31,31,31, 31,16,04
|
||||
db FRIEND_BALL
|
||||
RGB 31,31,31, 04,17,04
|
||||
RGB 31,31,31, 15,30,00
|
||||
db MOON_BALL
|
||||
RGB 31,31,31, 07,07,20
|
||||
db LOVE_BALL
|
||||
|
|
|
|||
Loading…
Reference in a new issue