kep-hack/data/player_names_list.asm
Martha Schilling 1e9b06773f Changing a default player name for Green
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
2023-12-26 14:59:02 +00:00

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@"