kep-hack/data/player_names.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

28 lines
345 B
NASM

DefaultNamesPlayer:
db "NEW NAME"
next "RED"
next "ASH"
next "JACK"
db "@"
DefaultNamesGirl:
db "NEW NAME"
next "GREEN"
next "LEAF"
next "ELAINE"
db "@"
DefaultNamesEnby:
db "NEW NAME"
next "PINK"
next "QUARTZ"
next "JAY"
db "@"
DefaultNamesRival:
db "NEW NAME"
next "BLUE"
next "GARY"
next "JOHN"
db "@"