Update ball_colors.asm

Added the Safari Ball, and made the Friend Ball a bit lighter.
This commit is contained in:
Martha Schilling 2024-07-21 23:47:11 +01:00 committed by GitHub
parent d3fbd1f846
commit aa970c326e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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