summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-11-12 00:46:02 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-11-12 00:46:02 +0100
commit4fb463377c0d4e46deda797af2eb0f661d26465b (patch)
tree3e280422860acf5c9a197a39854f941fe43b55b8 /include/fieldmap.h
parenta4235c9ff85cc54f8cc1f4a832f19e64eda74b59 (diff)
Start battle pike
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index 8287229ed..a50c79b43 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -35,6 +35,7 @@ bool8 sub_8088BF0(u16*, u16, u8);
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 save_serialize_map(void);
void SpriteCB_PokeballGlow(struct Sprite *);
void SpriteCB_PokecenterMonitor(struct Sprite *);