kep-hack/data/player_names_list.asm
Zeta_Null 6726f5fec1 Enby YES
internally kind of sloppy, filenames refer to Pink as a few different things and none of them are by their final name lol

Haven't managed to get this to build the debug rom? Probably not a big deal, though you have to specifically run "make kep" instead of just "make"
2025-01-07 02:17:30 -05:00

25 lines
306 B
NASM

DefaultNamesPlayerList:
db "NEW NAME@"
db "RED@"
db "ASH@"
db "JACK@"
DefaultNamesGirlList:
db "NEW NAME@"
db "GREEN@"
db "LEAF@"
db "ELAINE@"
DefaultNamesEnbyList:
db "NEW NAME@"
db "PINK@"
db "QUARTZ@"
db "JAY@"
DefaultNamesRivalList:
db "NEW NAME@"
db "BLUE@"
db "GARY@"
db "JOHN@"