Prev: 7D0F Up: Map Next: 7D11
7D10: Message display index
This is an index into the message that we're displaying or wiping.
message_display uses this. If it's 128 then we call next_message. If it exceeds 128 then we call wipe_message. Otherwise we proceed with displaying the next character.
message_display_index 7D10 DEFB $80
Prev: 7D0F Up: Map Next: 7D11