summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-02-14 11:18:46 -0500
committerGitHub <noreply@github.com>2021-02-14 11:18:46 -0500
commitb422fd4a499e44889243dc5087b34fdd9f85c6aa (patch)
tree665651ae927895004e8cf368734679357a9a6fdd /include
parent43033ec97cfe3ea3128a93c079cf4a525ce3fbbf (diff)
parentccd75ad32e08465fb38773b2961433916c2ae96c (diff)
Merge pull request #389 from Kurausukun/dexmatching
[LEAK-INFORMED] match the rest of pokedex_screen
Diffstat (limited to 'include')
-rw-r--r--include/pokedex.h2
-rw-r--r--include/pokedex_area_markers.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/include/pokedex.h b/include/pokedex.h
index c132ae794..aad4849de 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -48,6 +48,6 @@ bool16 HasAllHoennMons(void);
bool16 HasAllKantoMons(void);
bool16 HasAllMons(void);
-u32 sub_8106B60(u16 species);
+u8 sub_8106B60(u16 species);
#endif // GUARD_POKEDEX_H
diff --git a/include/pokedex_area_markers.h b/include/pokedex_area_markers.h
index da73fd529..47bbdf486 100644
--- a/include/pokedex_area_markers.h
+++ b/include/pokedex_area_markers.h
@@ -12,5 +12,8 @@ struct PAM_TaskData
};
void SetAreaSubsprite(s32 i, s32 whichArea, struct Subsprite * subsprites);
+void sub_81343F4(u8 taskId);
+u8 sub_8134230(u16 species, u16 tilesTag, u8 palIdx, u8 y);
+u8 sub_81344E0(u8 taskId);
#endif //GUARD_POKEDEX_AREA_MARKERS_H