Prev: 63446 Up: Map Next: 63455
63447: Place a continual subcommand routine address into a character's buffer
Used by command lists 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56 and 76. Collects a continual subcommand routine address from the command list and places it into 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 his catapult now and then
62668 Make ALBERT keep an eye out for ERIC during lessons
63455 Make ANGELFACE stalk HAYLEY
63492 Make ANGELFACE or BOY WANDER hit or fire now and then
Input
H Character number (205-207)
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 command in the command list
Prev: 63446 Up: Map Next: 63455