![]() |
Routines |
A | animatory state of main character |
B | 1-8 (corresponding to one of the eight main characters) |
HL | 39008 (96, 152) |
46056 | PUSH BC | |
46057 | CALL 44919 | Set the animatory state and y-coordinate of the character to be walked on screen |
46060 | NOP | |
46061 | INC L | L=98 |
46062 | LD (HL),3 | Set the character's x-coordinate to 3 |
46064 | CALL 46568 | Walk the character to the middle of the screen |
46067 | POP BC | |
46068 | POP HL | Restore message address for character's name to HL |
46069 | RET |