You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use a FIRST_UNOWN_CHAR constant for the Unown font
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
unownword: MACRO
|
||||
x = 1
|
||||
rept STRLEN(\1)
|
||||
db STRSUB(\1, x, 1) - "A" + $40
|
||||
db STRSUB(\1, x, 1) - "A" + FIRST_UNOWN_CHAR
|
||||
x = x + 1
|
||||
endr
|
||||
db -1
|
||||
|
Reference in New Issue
Block a user