Prev: 30153 Up: Map Next: 30160
30154: Add an urgent message to the message queue
Used by the routines at 24832, 24951, 30198, 30458, 30575, 30675 and 31244. When an urgent message is queued, it will be brought to the front of the queue and displayed as soon as possible (see 30160).
Input
A Message number
30154 LD (30153),A Store the message number at 30153
30157 JP 28357 Add the message to the queue
Prev: 30153 Up: Map Next: 30160