diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-04 12:55:48 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-04 13:06:17 -0400 |
commit | 1f6f5f369bcb2ab28d0fb73b358d075fdc195ba5 (patch) | |
tree | f078166dcc52476d07161970cd013d3c322278fa /include/pokedex_area_markers.h | |
parent | 0cf4c9f25c2fe165c53a0c24f93a31a27ea42d6a (diff) |
wild_pokemon_area and pokedex_area_markers
Diffstat (limited to 'include/pokedex_area_markers.h')
-rw-r--r-- | include/pokedex_area_markers.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/pokedex_area_markers.h b/include/pokedex_area_markers.h new file mode 100644 index 000000000..da73fd529 --- /dev/null +++ b/include/pokedex_area_markers.h @@ -0,0 +1,16 @@ +#ifndef GUARD_POKEDEX_AREA_MARKERS_H +#define GUARD_POKEDEX_AREA_MARKERS_H + +struct PAM_TaskData +{ + struct SubspriteTable subsprites; + void * buffer; + u8 unk_0C; + u8 spr_id; + u16 tilesTag; + u16 unk_10; +}; + +void SetAreaSubsprite(s32 i, s32 whichArea, struct Subsprite * subsprites); + +#endif //GUARD_POKEDEX_AREA_MARKERS_H |