Prev: 75C9 Up: Map Next: 75D0
75CA: Add an urgent message to the message queue
Used by the routines at 6100, 6177, 75F6, 76FA, 776F, 77D3 and 7A0C. When an urgent message is queued, it will be brought to the front of the queue and displayed as soon as possible (see 75D0).
Input
A Message number
75CA LD ($75C9),A Store the message number at 75C9
75CD JP $6EC5 Add the message to the queue
Prev: 75C9 Up: Map Next: 75D0