Alphabet
by circlefriendo
Game: SMW
Description: Alphabet defines for status bar
!A = $0a !B = $0b !C = $0c !D = $0d !E = $0e !F = $0f !G = $10 !H = $11 !I = $12 !J = $13 !K = $14 !L = $15 !M = $16 !N = $17 !O = $18 !P = $19 !Q = $1a !R = $1b !S = $1c !T = $1d !U = $1e !V = $1f !W = $20 !X = $21 !Y = $22 !Z = $23 !Status1 = $0ef9|!addr !Status2 = $0f14|!addr ;;; 0f14 is actually the last tile on row one but the second row is offset by a tile ;;; so I'm calling this Status2 to make the rows line up ;;; Consult https://www.smwcentral.net/?p=memorymap&a=detail&game=smw®ion=ram&detail=a70ec5339321 RTLback to listings