Prev: 35805 Up: Map Next: 36111
36101: Kill Willy
Used by the routine at 37471 when Willy hits a nasty.
36101 POP HL Drop the return address from the stack
This entry point is used by the routines at 35805 (when Willy lands after falling from too great a height), 36266 (when Willy collides with a horizontal guardian), 36344 (when Willy collides with Eugene), 36593 (when Willy collides with a vertical guardian) and 37173 (when Willy collides with the Kong Beast).
36102 POP HL Drop the return address from the stack
This entry point is used by the routine at 36469 when a Skylab falls on Willy.
36103 LD A,255 Set the airborne status indicator at 32875 to 255 (meaning Willy has had a fatal accident)
36105 LD (32875),A
36108 JP 34722 Jump back into the main loop
Prev: 35805 Up: Map Next: 36111