summaryrefslogtreecommitdiff
path: root/include/pokedex_area_markers.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-04 12:55:48 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-04 13:06:17 -0400
commit1f6f5f369bcb2ab28d0fb73b358d075fdc195ba5 (patch)
treef078166dcc52476d07161970cd013d3c322278fa /include/pokedex_area_markers.h
parent0cf4c9f25c2fe165c53a0c24f93a31a27ea42d6a (diff)
wild_pokemon_area and pokedex_area_markers
Diffstat (limited to 'include/pokedex_area_markers.h')
-rw-r--r--include/pokedex_area_markers.h16
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