diff options
author | Kurausukun <lord.uber1@gmail.com> | 2021-02-11 21:50:39 -0500 |
---|---|---|
committer | Kurausukun <lord.uber1@gmail.com> | 2021-02-11 21:50:39 -0500 |
commit | 6c77c7a714e2e3dc674b24d8aaa96ccf63d51d95 (patch) | |
tree | dea4d43193696bb2e3d78b65737b92cd08a27b1b /include/pokedex_area_markers.h | |
parent | a34c9d09b6b4da949ec6da6fa31b9f6eb12bdbee (diff) |
[LEAK-INFORMED] match the rest of pokedex_screen
Diffstat (limited to 'include/pokedex_area_markers.h')
-rw-r--r-- | include/pokedex_area_markers.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |