mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 02:13:23 +12:00

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"
25 lines
306 B
NASM
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@"
|
|
|