Routines |
Prev: B368 | Up: Map | Next: B37F |
|
||||||||||
B371 | CALL $AEE8 | Slide the message text into the graphic buffer | ||||||||
B374 | SRL C | Halve the number of remaining pixel columns and add one | ||||||||
B376 | INC C | |||||||||
B377 | XOR A | Insert this number of blank pixel columns, thus centring the message | ||||||||
B378 | CALL $ADE8 | |||||||||
B37B | DEC C | |||||||||
B37C | JR NZ,$B377 | |||||||||
B37E | RET |
Prev: B368 | Up: Map | Next: B37F |