![]() |
Routines |
Prev: 45439 | Up: Map |
Continues from 45288. Prints the character's name followed by a space.
|
|||||||||||
45544 | PUSH BC | ||||||||||
45545 | LD DE,20512 | This is the display file address at which to print the character's name | |||||||||
45548 | CALL 45032 | Print the character's name | |||||||||
45551 | LD HL,46199 | 46199: ' ' | |||||||||
45554 | CALL 46073 | Print a space | |||||||||
45557 | LD HL,39008 | Point HL at byte 96 of little boy no. 1's buffer | |||||||||
45560 | POP BC | ||||||||||
45561 | LD A,B | A=1-8 (corresponding to one of the eight main characters) | |||||||||
45562 | NOP | ||||||||||
45563 | NOP | ||||||||||
45564 | JP 45800 |
Prev: 45439 | Up: Map |