![]() |
Routines |
H | Character number (152-169) |
31130 | CALL 32242 | Make sure the character speaks slowly |
31133 | PUSH HL | |
31134 | CALL 29706 | Slide one letter into the text window of the speech bubble |
31137 | POP HL | |
31138 | JR NC,31146 | Jump unless the character has finished speaking |
31140 | CALL 29746 | Remove the speech bubble |
31143 | JP 25252 | Remove the address of this routine from bytes 105 and 106 of the character's buffer |
31146 | CALL 29706 | Slide another letter into the text window of the speech bubble |
31149 | JR C,31140 | Remove the speech bubble if the character has finished speaking |
31151 | RET |