summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-20 09:18:15 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-20 09:18:15 -0400
commit1386f29730b42a640fde1d568255dc10be4ac759 (patch)
treef5c98aba08075dd7c64ed0eb58af209a3d1872b3 /include/text.h
parentb138e415a2c6b4e42a08e776cd482d91d50bbc2a (diff)
Name methods in msgdata.c and unk_02021934.s aka string16.s
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h
index cec36a30..8b7fe896 100644
--- a/include/text.h
+++ b/include/text.h
@@ -1,6 +1,6 @@
#ifndef POKEDIAMOND_TEXT_H
#define POKEDIAMOND_TEXT_H
-void GetSpeciesName(u16 species, u32 heap_id, u16 * dest);
+void GetSpeciesNameIntoArray(u16 species, u32 heap_id, u16 * dest);
#endif //POKEDIAMOND_TEXT_H