Back to Skool Routines
25520: Put address in BC into character buffer and jump to it
Used by the routines at 25700 and 32054.
H Character number (183-214)
BC 25581, 25656, 25677 or 62794
25520 PUSH BC Push the routine address in BC onto the stack
25521 LD L,9 Point HL at byte 9 of the character's buffer
25523 JR 25516 Place the routine address into bytes 9 and 10 of the character's buffer, then jump to it