summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorRoastVeg <RoastVeg@users.noreply.github.com>2020-06-20 17:57:41 +0100
committerGitHub <noreply@github.com>2020-06-20 17:57:41 +0100
commit6298426d9ad4c59a875b0a90a0facfa1a3a513cc (patch)
tree542386bd071b5b5b5b87ec9ad65668745eabc0c4 /include/text.h
parent53ac396de4098e38a6916e0cc86cbd278a960c4c (diff)
parent16b091058e6135f9b7875fcf074d812d610df380 (diff)
Merge branch 'master' into master
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