Prev: 62483 Up: Map Next: 62572
62560: Make the next command be the start of the command list
Used by command lists 22, 24, 28 and 78. Copies the address of the point reached in the current command list (stored in bytes 25 and 26 of the character's buffer) into bytes 27 and 28 (where the start address of the current command list is stored). This means that whenever the command list is restarted, it will restart from this point instead of the actual beginning.
Input
H 204 (MISS TAKE) or 205 (ALBERT)
62560 LD L,25 Copy the address reached in the current command list from bytes 25 and 26 into bytes 27 and 28 (where the command list's start address is usually stored)
62562 LD D,H
62563 LD E,27
62565 LDI
62567 LDI
62569 JP 25484 Move to the next command in the command list
Prev: 62483 Up: Map Next: 62572