Prev: F804 Up: Map Next: F818
F80D: Restart the command list unless it's time for assembly
Used by command list 0x48. Restarts the command list (making MR WACKER go back up to his study) unless it's time to start assembly.
Input
H 0xC8 (MR WACKER)
F80D LD A,($7FE4) A=MSB of the lesson clock (which starts off at 0x10)
F810 CP $09 Is it time to start assembly yet?
F812 JP NC,$F0B8 Restart the command list if not
F815 JP $638C Otherwise move to the next command in the command list
Prev: F804 Up: Map Next: F818