Routines |
Prev: F247 | Up: Map | Next: F26E |
|
||||
F24B | LD A,$04 | Touching a stamp drops the endurance by 4. | ||
F24D | LD ($F26E),A | |||
F250 | LD IX,$F243 | Point IX at the movement table. | ||
F254 | LD BC,$F2F7 | Point BC at the stamp table. | ||
F257 | CALL $EF35 | Update moving objects. | ||
F25A | LD A,$7A | Select the ID for the stamp. (92B8) | ||
F25C | CALL $A8A0 | Draw it. | ||
F25F | CALL $E329 | Check for collision detection. | ||
F262 | LD A,$7A | Select the ID for the stamp. | ||
F264 | CALL $EF35 | Update moving objects. | ||
F267 | CALL $A8A0 | Draw the stamp. | ||
F26A | CALL $E329 | Check for collision detection. | ||
F26D | RET | Return. |
Prev: F247 | Up: Map | Next: F26E |