Routines |
Prev: 39393 | Up: Map | Next: 39578 |
Used by the routine at 39393.
|
||||
39553 | LD A,(23367) | If character-is-incoming flag is reset... | ||
39556 | OR A | ... | ||
39557 | RET Z | ...then return | ||
39558 | CALL 39795 | Draw all characters in Magic Knight's current room | ||
39561 | LD DE,24672 | Restore background bitmap data (i.e. remove Magic Knight bitmap data from display)... | ||
39564 | HALT | ...and wait for interrupt... | ||
39565 | CALL 61777 | ... | ||
39568 | LD A,(23706) | If player-attribute-update flag is set (player attribute update mode)... | ||
39571 | OR A | ... | ||
39572 | CALL NZ,62003 | ...then restore background attribute data at Magic Knight's current location | ||
39575 | JP 61860 | Store background attributes if appropriate, then draw Magic Knight to display without drawing axes and return |
Prev: 39393 | Up: Map | Next: 39578 |