From 416d67c8325758d01decad6e5648263aa7e906df Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Thu, 10 May 2018 18:36:57 -0500 Subject: Finish porting/decompiling field_effect.c --- include/fieldmap.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/fieldmap.h') 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 -- cgit v1.2.3