Routines |
Prev: 7C19 | Up: Map | Next: 7CAF |
Used by the routine at GameInitialisation.
|
||||
7C90 | RRCA | Divide by 2. | ||
7C91 | AND %00000011 | Keep only bits 0-2. | ||
7C93 | JR Z,$7C9C | If zero then jump to 7C9C. | ||
7C95 | CALL $7CA4 | Call 7CA4. | ||
7C98 | DEC A | |||
7C99 | DJNZ $7C91 | |||
7C9B | RET | Return. | ||
7C9C | CALL $7CAB | Call 7CAB. | ||
7C9F | JR $7C98 | Jump to 7C98. | ||
7CA1 | SET 7,(HL) | |||
7CA3 | INC HL | |||
7CA4 | RES 7,(HL) | |||
7CA6 | INC HL | |||
7CA7 | RET | Return. | ||
7CA8 | RES 7,(HL) | |||
7CAA | INC HL | |||
7CAB | SET 7,(HL) | |||
7CAD | INC HL | |||
7CAE | RET | Return. |
Prev: 7C19 | Up: Map | Next: 7CAF |