summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-11-19 17:16:01 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-11-19 17:16:01 +0100
commitd22c2110de08e19618f51b0edec25bd840df58f1 (patch)
treee841d5492c8a152bf142820cea20ad720b53fa6f /include/pokedex.h
parent6a5b20ee8ab122e0fd4cad454fe24fea4fbc7cf5 (diff)
Decompile mossdeep hym
Diffstat (limited to 'include/pokedex.h')
-rw-r--r--include/pokedex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pokedex.h b/include/pokedex.h
index f9e236588..11e39997c 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -1,6 +1,9 @@
#ifndef GUARD_POKEDEX_H
#define GUARD_POKEDEX_H
+extern u8 gUnknown_030060B0;
+extern void (*gUnknown_030060B4)(void);
+
void ResetPokedex(void);
void CopyMonCategoryText(u32 species, u8 *dst);
u16 GetPokedexHeightWeight(u16 dexNum, u8 data);