diff options
Diffstat (limited to 'text/stat_names.asm')
-rw-r--r-- | text/stat_names.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/text/stat_names.asm b/text/stat_names.asm new file mode 100644 index 00000000..854780c6 --- /dev/null +++ b/text/stat_names.asm @@ -0,0 +1,7 @@ +StatsTextStrings: + db "ATTACK@" + db "DEFENSE@" + db "SPEED@" + db "SPECIAL@" + db "ACCURACY@" + db "EVADE@" |