diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2020-08-26 22:07:54 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2020-08-26 22:07:54 -0700 |
commit | e7a40439106607c371982deac943a93789a3be5c (patch) | |
tree | e61b00276ff1252617fb2da55c58703978ac5678 /include/module_05.h | |
parent | ac696c3c3921ad89bf0e98043f9e03a25af9094e (diff) |
Decompile rest of script_pokemon_util.
Diffstat (limited to 'include/module_05.h')
-rw-r--r-- | include/module_05.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/module_05.h b/include/module_05.h new file mode 100644 index 00000000..471dd146 --- /dev/null +++ b/include/module_05.h @@ -0,0 +1,6 @@ +#ifndef POKEDIAMOND_MODULE_05_H
+#define POKEDIAMOND_MODULE_05_H
+
+void MOD05_SetEggStats(struct Pokemon * mon, u16 species, int a1, struct PlayerData * data, int a2, int metLoc);
+
+#endif //POKEDIAMOND_MODULE_05_H
\ No newline at end of file |