diff options
author | yenatch <yenatch@gmail.com> | 2017-07-20 22:20:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 22:20:48 -0400 |
commit | c47c3abe65e0e0419b691f5d0b6ea93c7b972191 (patch) | |
tree | 8a2bcfdf3a1556632785f34b87676aaabf758304 /include/field_effect.h | |
parent | e2fec17262a01e9886ca060d156d8dd9a579d76c (diff) | |
parent | e2ab2e50a0723b11802e33074e0dd5d9f7d81496 (diff) |
Merge pull request #366 from camthesaxman/decompile_region_map
decompile 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 *); |