diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-07-20 22:42:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 22:42:32 -0500 |
commit | 959f78fe146e75f9ce02b318eb6a8d97652a9996 (patch) | |
tree | c3100c9cb3ac199ced8b28203878fac7c2a76994 /include/field_effect.h | |
parent | b23014cfa0573e53a104f433cf2d75f350340d60 (diff) | |
parent | 7d960d219fae9d0a14ef1974c11231f8de55b89c (diff) |
Merge branch 'master' into master
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 *); |