Back to Skool Routines
Prev: 63446 Up: Map Next: 63455
63447: Place routine address into bytes 23 and 24 of buffer
Used by command lists 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56 and 76. Collects a routine address from the command list and places it in bytes 23 and 24 of the character's buffer. The routine address will be one of the following:
Address Description
30555 Make BOY WANDER fire now and then
62668 Make ALBERT keep an eye out for ERIC during lessons
63455 Make ANGELFACE find and hit HAYLEY
63492 Make ANGELFACE/BOY WANDER hit/fire now and then
H Character number
63447 LD L,23 Collect the routine address from the command list and place it into bytes 23 and 24 of the character's buffer
63449 CALL 25188
63452 JP 25473 Move to the next instruction in the command list
Prev: 63446 Up: Map Next: 63455