diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-15 20:52:54 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-15 20:52:54 -0500 |
commit | 32a9e2ae445e6f5674357edc4e8b9ee90c927c43 (patch) | |
tree | a792949c1015daf3ead068eb06ba518ada828929 /include/field_effect.h | |
parent | 4d28489c65aba913e4169b3467dce49b54f38c87 (diff) |
finish decompiling region_map
Diffstat (limited to 'include/field_effect.h')
-rw-r--r-- | include/field_effect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/field_effect.h b/include/field_effect.h index cd84652b1..5edca21dc 100644 --- a/include/field_effect.h +++ b/include/field_effect.h @@ -109,6 +109,8 @@ void SpriteCB_PokeballGlow(struct Sprite *); void SpriteCB_PokecenterMonitor(struct Sprite *); void SpriteCB_HallOfFameMonitor(struct Sprite *); +void sub_80865BC(void); + void PokecenterHealEffect_0(struct Task *); void PokecenterHealEffect_1(struct Task *); void PokecenterHealEffect_2(struct Task *); |