Routines |
Prev: E3EC | Up: Map | Next: E41D |
E3FD | CALL $B931 | Clear the top status bar. | ||
E400 | LD HL,$7E3F | Point HL at the status bar text. (7E3F) | ||
E403 | LD DE,$0010 | Set the position. | ||
E406 | CALL $B84B | Draw it. | ||
E409 | LD H,$7C | Point HL at the right character name (7C00) based on their ID. | ||
E40B | LD L,(IY-$23) | |||
E40E | LD C,$45 | Set the attribute to bright cyan on black. | ||
E410 | LD DE,$001B | Set the position. | ||
E413 | CALL $B84B | Draw the main character display. | ||
E416 | CALL $E36D | Draw endurance. | ||
E419 | CALL $E420 | Draw the inventory. | ||
E41C | RET | Return. |
Prev: E3EC | Up: Map | Next: E41D |