|  | Routines | 
| Prev: F375 | Up: Map | Next: F3A0 | 
|  | ||||
| F37D | LD A,$04 | Touching a moving object drops endurance by 4. | ||
| F37F | LD ($F26E),A | |||
| F382 | LD IX,$F375 | Point IX at the movement table. (F375) | ||
| F386 | LD BC,$F2F7 | Point BC at the boundary table. (F2F7) | ||
| F389 | CALL $EF35 | Update moving object. | ||
| F38C | LD A,$78 | Set the object ID to the life raft. (9278) | ||
| F38E | CALL $A8A0 | Draw the object. | ||
| F391 | CALL $E329 | Check for collision detection. | ||
| F394 | CALL $EF35 | Update the next moving object. | ||
| F397 | LD A,$78 | Set the object ID to the life raft. (9278) | ||
| F399 | CALL $A8A0 | Draw the object. | ||
| F39C | CALL $E329 | Check for collision detection. | ||
| F39F | RET | Return. | ||
| Prev: F375 | Up: Map | Next: F3A0 |