Prev: 42145 Up: Map Next: 42179
42163: Routine at A4B3
Used by the routine at 42145.
42163 LD A,(IX+0) A=IX+0 (sprite reference).
42166 RLCA
42167 RLCA
42168 RLCA
42169 AND %00110000 Keep only bits 4-5.
42171 ADD A,101 C=A+101.
42173 LD C,A
42174 LD B,1 B=1.
42176 JP AddPointsToScore Jump to AddPointsToScore.
Prev: 42145 Up: Map Next: 42179