Prev: EA34 Up: Map Next: EAA7
EAA1: Data buffer - scroll text and icon data
EAA1 DEFW $0000 Address pointer of message text (1-37) to print, starting from the texts at 7172
EAA3 DEFB $00 Number of text characters, or column characters, to print (checked at E32C)
EAA4 DEFW $0000 Screen display address to print at (used in various routines such as text routines at E2FA, E2D0, spell charge icons at E732, printing rank on scroll at E4E7)
EAA6 DEFB $00 Decrementing counter affecting pitch of sound effect as player holds a key to scroll through the spells list.
Reset to 5 at E693 if no keys pressed while in spell menu
Prev: EA34 Up: Map Next: EAA7