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
19 lines
229 B
NASM
19 lines
229 B
NASM
DefaultNamesPlayerList:
|
|
db "NEW NAME@"
|
|
db "RED@"
|
|
db "ASH@"
|
|
db "JACK@"
|
|
|
|
DefaultNamesGirlList:
|
|
db "NEW NAME@"
|
|
db "GREEN@"
|
|
db "LEAF@"
|
|
db "ELAINE@"
|
|
|
|
DefaultNamesRivalList:
|
|
db "NEW NAME@"
|
|
db "BLUE@"
|
|
db "GARY@"
|
|
db "JOHN@"
|
|
|