diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-21 09:21:53 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-21 10:34:15 -0400 |
commit | 704dc2f913a9d3f2cd6217795a10dd54ad6d2e2f (patch) | |
tree | b14daa387d349dd7ee54ec41586f9ee84dc902e4 /include/pokedex_area_markers.h | |
parent | cf553c7006f2b7a290a1f000f40e437f102acb71 (diff) |
Document Pokedex Screen
Diffstat (limited to 'include/pokedex_area_markers.h')
-rw-r--r-- | include/pokedex_area_markers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pokedex_area_markers.h b/include/pokedex_area_markers.h index 47bbdf486..a9669a80a 100644 --- a/include/pokedex_area_markers.h +++ b/include/pokedex_area_markers.h @@ -12,8 +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); +void Dtor_PokedexAreaMarkers(u8 taskId); +u8 Ctor_PokedexAreaMarkers(u16 species, u16 tilesTag, u8 palIdx, u8 y); +u8 PokedexAreaMarkers_Any(u8 taskId); #endif //GUARD_POKEDEX_AREA_MARKERS_H |