Routines |
Prev: 6B12 | Up: Map | Next: 6B42 |
Used by the routine at CollisionCup.
|
||||
6B2B | PUSH BC | Stash BC on the stack. | ||
6B2C | LD B,$02 | B=02. | ||
6B2E | JR $6B33 | Jump to 6B33. | ||
This entry point is used by the routines at CollisionCup, DrawObjects, 6BFE and 6C2D.
|
||||
6B30 | PUSH BC | Stash BC on the stack. | ||
6B31 | LD B,$03 | B=03. | ||
6B33 | LD E,$00 | E=00. | ||
6B35 | SRL D | |||
6B37 | RR E | |||
6B39 | DJNZ $6B35 | Decrease counter by one and loop back to 6B35 until counter is zero. | ||
6B3B | POP BC | Restore BC from the stack. | ||
6B3C | RET | Return. | ||
This entry point is used by the routine at DrawObjects.
|
||||
6B3D | PUSH BC | Stash BC on the stack. | ||
6B3E | LD B,$04 | B=04. | ||
6B40 | JR $6B33 | Jump to 6B33. |
Prev: 6B12 | Up: Map | Next: 6B42 |