; see constants/player_constants.asm
DefaultNamesPlayerList:
db "NEW NAME@"
list_start PLAYER_NAME_LENGTH - 1
FOR n, 1, NUM_PLAYER_NAMES + 1
li
ENDR
assert_list_length NUM_PLAYER_NAMES
DefaultNamesRivalList:
db "NEW NAME@"
list_start PLAYER_NAME_LENGTH - 1
FOR n, 1, NUM_PLAYER_NAMES + 1
li
ENDR
assert_list_length NUM_PLAYER_NAMES