summaryrefslogtreecommitdiff
path: root/data/pokemon
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-05-05 09:55:19 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-05-05 10:17:02 -0400
commitb69526a90818e0ac103274c6d8d3f424f49f207c (patch)
tree1ce24b5bb520504eafadabc60fb07c3a127e140f /data/pokemon
parentd47c5603674414e6afeb34693d6255cfb9dece65 (diff)
Miscellaneous fixes
Addresses the haircut brothers' probability comments in #709
Diffstat (limited to 'data/pokemon')
-rw-r--r--data/pokemon/unown_words.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/pokemon/unown_words.asm b/data/pokemon/unown_words.asm
index 5b54b84ed..444c48d88 100644
--- a/data/pokemon/unown_words.asm
+++ b/data/pokemon/unown_words.asm
@@ -1,7 +1,7 @@
unownword: MACRO
x = 1
rept STRLEN(\1)
- db STRSUB(\1, x, 1) - $40
+ db STRSUB(\1, x, 1) - "A" + $40
x = x + 1
endr
db -1