mirror of
https://github.com/pret/pokered.git
synced 2026-09-27 13:41:30 -04:00
0a62d48df2
This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
6 lines
199 B
NASM
6 lines
199 B
NASM
LowerCaseAlphabet:
|
||
db "abcdefghijklmnopqrstuvwxyz ×():;[]",$e1,$e2,"-?!♂♀/⠄,¥UPPER CASE@"
|
||
|
||
UpperCaseAlphabet:
|
||
db "ABCDEFGHIJKLMNOPQRSTUVWXYZ ×():;[]",$e1,$e2,"-?!♂♀/⠄,¥lower case@"
|