| Marsport | Routines |
| Prev: B60A | Up: Map | Next: B63B |
|
||||||||
| Print_WarningMessage | B60F | PUSH IX | ||||||
| B611 | CALL Data_ClearToZero | Clear the attributes of the on screen message. | ||||||
| B614 | DEFW $5963 | |||||||
| B616 | DEFB $1A | |||||||
| B617 | LD DE,$0005 | Beep | ||||||
| B61A | LD HL,$02BC | |||||||
| B61D | CALL $03B5 | |||||||
| B620 | LD A,$32 | |||||||
| B622 | LD (_bd9c),A | |||||||
| B625 | LD A,$01 | Open channel 1, so print goes to main part of screen. | ||||||
| B627 | CALL $1601 | |||||||
| B62A | CALL Print_StringOnStack | |||||||
| B62D | DEFB $16,$01,$03,$11,$00,$10,$06,$13 | AT 1,3; PAPER BLACK; INK YELLOW; BRIGHT 1; | ||||||
| B635 | DEFB $01,$5E | |||||||
| B637 | POP IX | |||||||
| B639 | JR Print_StringOnStack | Now print using string on stack (AT 1,x) | ||||||
| Prev: B60A | Up: Map | Next: B63B |