mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 12:06:25 +13:00

Added a few more names from the README into the in-game credits, and used the original draft of the ending theme to extend the music.
23 lines
335 B
NASM
23 lines
335 B
NASM
CreditsMons:
|
|
; one entry per CRED_TEXT_MON or CRED_TEXT_FADE_MON in CreditsOrder
|
|
db ONIX
|
|
db STARMIE
|
|
db GOROCHU
|
|
db BELLOSSOM
|
|
db CROBAT
|
|
db ALAKAZAM
|
|
db MAGMORTAR
|
|
db RHYPERIOR
|
|
db LAPRAS
|
|
db MACHAMP
|
|
db GENGAR
|
|
db DRAGONITE
|
|
db VENUSAUR
|
|
db CHARIZARD
|
|
db TOTARTLE
|
|
db UMBREON
|
|
db OMEGADGE
|
|
db ARTICUNO_G
|
|
db ZAPDOS_G
|
|
db MOLTRES_G
|