summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-12 20:54:34 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-12 20:54:34 -0400
commit0747fe684c46d010d8917c4257dd1f1a52241385 (patch)
treebb1f1ae0e2fecc944124b66f8a6af7809223c2d4 /include/text.h
parent6e12ebdda862b77eb4d6afa6533e82373e5834ce (diff)
GetBoxMonDataInternal
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h
new file mode 100644
index 00000000..cec36a30
--- /dev/null
+++ b/include/text.h
@@ -0,0 +1,6 @@
+#ifndef POKEDIAMOND_TEXT_H
+#define POKEDIAMOND_TEXT_H
+
+void GetSpeciesName(u16 species, u32 heap_id, u16 * dest);
+
+#endif //POKEDIAMOND_TEXT_H