diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-07-08 01:23:28 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-07-08 01:23:28 +0100 |
commit | 08774bdd88e9c61fec790c7a92a3af78c66ba0c0 (patch) | |
tree | 7bc855529fc11e599cc40ceda9f114f86b9a6340 /include/field_effect.h | |
parent | dd228fae5a4f0426c0242b3bb5ac6dfe62673a1f (diff) | |
parent | 6313f360d5006527549b142253e22374624129e9 (diff) |
Merge https://github.com/pret/pokeemerald into pokedex-doc
Diffstat (limited to 'include/field_effect.h')
-rw-r--r-- | include/field_effect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/field_effect.h b/include/field_effect.h index 800048605..9c9501bfa 100644 --- a/include/field_effect.h +++ b/include/field_effect.h @@ -78,8 +78,8 @@ enum FieldEffectScriptIdx }; extern s32 gFieldEffectArguments[8]; -extern void (*gUnknown_0203CEEC)(void); -extern bool8 (*gUnknown_03005DB0)(void); +extern void (*gPostMenuFieldCallback)(void); +extern bool8 (*gFieldCallback2)(void); u32 FieldEffectStart(u8); bool8 FieldEffectActiveListContains(u8 id); |