Skool Daze Routines
47208: Change a character's name (1)
Used by the routine at 61408 after 'c' was pressed to change a character's name.
HL Message address for character's name
47208 PUSH HL Save the message address
47209 LD (HL),32 Set the character's name to ' '
47211 LD B,13
47213 INC L
47214 LD (HL),0
47216 DJNZ 47213
47218 LD HL,44904 44904: 'ENTER NEW NAME'
47221 CALL 46073 Print this message
47224 LD HL,23611 Point HL at the FLAGS system variable
47227 POP DE Restore message address for character's name to DE
47228 JP 47336