summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-02-15 03:40:57 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-02-15 03:40:57 -0500
commit986d3d8b2fc03bc3e384da15e5d1be4af8507e7b (patch)
tree0dbc9b94fb4d643ed06a5e253eb65b7f0659ae94 /include/pokedex.h
parente95140270be790b03e693f539770abfd6473916e (diff)
Finish and polish new_game.c
Only one function is left undocumented. I tried to go into the assembly to at least name it, but it clears fields in the save block that aren't even documented yet.
Diffstat (limited to 'include/pokedex.h')
-rw-r--r--include/pokedex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pokedex.h b/include/pokedex.h
index 91e9e37d4..c1eba62b2 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -1,7 +1,7 @@
#ifndef GUARD_POKEDEX_H
#define GUARD_POKEDEX_H
-extern u8 gUnknown_030060B0;
+extern u8 gUnusedU8;
extern void (*gUnknown_030060B4)(void);
#define HOENN_DEX_COUNT 202
@@ -42,5 +42,6 @@ u8 CreateDexDisplayMonDataTask(u16 dexNum, u32 trainerId, u32 personality);
s8 GetSetPokedexFlag(u16 nationalNum, u8 caseId);
u16 CreateMonSpriteFromNationalDexNumber(u16, s16, s16, u16);
bool16 HasAllHoennMons(void);
+void ResetPokedexScrollPositions(void);
#endif // GUARD_POKEDEX_H