mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

I know that some people are gonna ask if 'Seren' is a misspelling of 'Serena', so I'm changing it so we won't get questions like that. It's now Elaine, which is the name of the LGPE protag so...kinda works Also changed an inconsistency in Erika's 6 badges party where her Cactormus was a higher level than it should've been
21 lines
258 B
NASM
21 lines
258 B
NASM
DefaultNamesPlayer:
|
|
db "NEW NAME"
|
|
next "RED"
|
|
next "ASH"
|
|
next "JACK"
|
|
db "@"
|
|
|
|
DefaultNamesGirl:
|
|
db "NEW NAME"
|
|
next "GREEN"
|
|
next "LEAF"
|
|
next "ELAINE"
|
|
db "@"
|
|
|
|
DefaultNamesRival:
|
|
db "NEW NAME"
|
|
next "BLUE"
|
|
next "GARY"
|
|
next "JOHN"
|
|
db "@"
|