jep-hack/gfx/splash/ditto_fade.pal
Martha Schilling e799ba8765 Title/Intro screen edits
NOTE: THIS IS STILL A WIP

- Adds 'EXPANSION PAK' text to the title screen.

- Makes the Ditto on the Game Freak presents screen shiny. This'll act as a neat way for people to tell they've correctly patched the ROM.
2024-08-28 15:03:56 +01:00

21 lines
361 B
Plaintext

; Ditto's color as it turns into the Game Freak logo.
; Fade from pink to orange.
; One color per step.
RGB 17, 22, 28
RGB 17, 22, 27
RGB 18, 22, 26
RGB 19, 22, 24
RGB 19, 21, 22
RGB 20, 21, 20
RGB 21, 21, 18
RGB 21, 21, 16
RGB 22, 20, 14
RGB 23, 20, 12
RGB 23, 20, 10
RGB 24, 20, 08
RGB 25, 19, 06
RGB 25, 19, 04
RGB 26, 19, 02
RGB 26, 19, 00