summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-05-10 18:36:57 -0500
committerDiegoisawesome <diego@domoreaweso.me>2018-05-10 18:36:57 -0500
commit416d67c8325758d01decad6e5648263aa7e906df (patch)
tree2f3740b2c76e330d33379dd8ec70439561fc746f /include/fieldmap.h
parent80062972aecfa0994e9176031ef1cf7b17ae5046 (diff)
Finish porting/decompiling field_effect.c
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index 6e127ce5d..699595580 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -28,4 +28,8 @@ struct MapConnection *sub_8088950(u8 direction, int x, int y);
bool8 sub_80889A8(u8 direction, int x, int y, struct MapConnection *connection);
bool8 sub_8088A0C(int x, int src_width, int dest_width, int offset);
+void SpriteCB_PokeballGlow(struct Sprite *);
+void SpriteCB_PokecenterMonitor(struct Sprite *);
+void SpriteCB_HallOfFameMonitor(struct Sprite *);
+
#endif //GUARD_FIELDMAP_H