Routines

25520: Put address in BC in buffer and jump to it


Used by routines at 25700 and 32054

H Character number (183-214)
BC 25581, 25656, 25677 or 62794

25520 C5 PUSH BC Push address in BC onto stack
25521 2E09 LD L,9 Point to byte 9 of the character's buffer
25523 18F7 JR 25516 Jump back to place the address into bytes 9 and 10 of the character's buffer, then JP (BC)