Prev: 27410 Up: Map Next: 27458
27435: Routine at 6B2B
Used by the routine at CollisionCup.
27435 PUSH BC Stash BC on the stack.
27436 LD B,2 B=2.
27438 JR 27443 Jump to 27443.
This entry point is used by the routines at CollisionCup, DrawObjects, 27646 and 27693.
27440 PUSH BC Stash BC on the stack.
27441 LD B,3 B=3.
27443 LD E,0 E=0.
27445 SRL D
27447 RR E
27449 DJNZ 27445 Decrease counter by one and loop back to 27445 until counter is zero.
27451 POP BC Restore BC from the stack.
27452 RET Return.
This entry point is used by the routine at DrawObjects.
27453 PUSH BC Stash BC on the stack.
27454 LD B,4 B=4.
27456 JR 27443 Jump to 27443.
Prev: 27410 Up: Map Next: 27458