summaryrefslogtreecommitdiff
path: root/include/berry_powder.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2019-03-24 14:45:09 -0500
committerhuderlem <huderlem@gmail.com>2019-03-24 14:50:16 -0500
commitcf917a873392df734afde73d7ff6125fd56a3ed4 (patch)
treecd67875f9612e969e2960b522731dfc61457f141 /include/berry_powder.h
parent456cc3a6f02b6f45753b47e5ea37bd92e616f089 (diff)
Decompile berry_powder.c
Diffstat (limited to 'include/berry_powder.h')
-rwxr-xr-xinclude/berry_powder.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/berry_powder.h b/include/berry_powder.h
new file mode 100755
index 000000000..8deea7ec0
--- /dev/null
+++ b/include/berry_powder.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_BERRY_POWDER_H
+#define GUARD_BERRY_POWDER_H
+
+void SetBerryPowder(u32 *powder, u32 amount);
+void ApplyNewEncryptionKeyToBerryPowder(u32 encryptionKey);
+bool8 GiveBerryPowder(u32 amountToAdd);
+u32 GetBerryPowder(void);
+
+#endif // GUARD_BERRY_POWDER_H