summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-09-01 15:00:51 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-09-01 15:00:51 -0400
commit9f78a9adb195635f0e6fd76141cbf51e65114629 (patch)
tree1e32072eefa9ad5a8dd3116dd3ae6bc783d233dd /include
parent45c27a8336f4c87f637104fdcee41abbe29d00c2 (diff)
Decompile unk_0206BB28
Diffstat (limited to 'include')
-rw-r--r--include/pokedex.h2
-rw-r--r--include/unk_0206BB28.h12
2 files changed, 14 insertions, 0 deletions
diff --git a/include/pokedex.h b/include/pokedex.h
index 11058569..891fddb5 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -2,6 +2,8 @@
#define POKEDIAMOND_POKEDEX_H
#include "global.h"
+#include "pokemon.h"
+#include "save_block_2.h"
struct Pokedex
{
diff --git a/include/unk_0206BB28.h b/include/unk_0206BB28.h
new file mode 100644
index 00000000..ff60e220
--- /dev/null
+++ b/include/unk_0206BB28.h
@@ -0,0 +1,12 @@
+#ifndef POKEDIAMOND_UNK_0206BB28_H
+#define POKEDIAMOND_UNK_0206BB28_H
+
+#include "save_block_2.h"
+#include "pokedex.h"
+#include "pokemon.h"
+
+BOOL FUN_0206BB28(struct SaveBlock2 * sav2);
+BOOL FUN_0206BB34(struct Pokedex * pokedex);
+u32 FUN_0206BB48(BOOL isNationalDex, u32 species);
+
+#endif //POKEDIAMOND_UNK_0206BB28_H