mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-16 20:16:29 +13:00

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.
21 lines
361 B
Plaintext
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
|