Prev: 39572 Up: Map Next: 39670
39655: InitJonesAnim
Resets the Jones run animation and blits the first frame. Sets the X position to pixel 8 (column 1), clears the freeze flag, then calls 39832 with B=1 to draw frame 0. This entry point is used by the routines at 31964 and 36859.
39655 XOR A A = 0: clear freeze flag
39656 LD (39753),A JonesPhase = 0
39659 LD A,8
39661 LD (39750),A JonesPos = 8 (initial X pixel offset)
39664 LD B,1 B = 1 iteration
39666 CALL 39832 draw the cat's first frame
39669 RET
Prev: 39572 Up: Map Next: 39670