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"
28 lines
345 B
NASM
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 "@"
|