summaryrefslogtreecommitdiff
path: root/include/field_effect.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-07-07 14:11:04 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-07-07 14:11:04 +0200
commit98922986456010f6c81ff4450aa2914a33ad50dc (patch)
tree9de563091b3b98934f0072ec7bbc6505a7231d9b /include/field_effect.h
parente6d67c7c2299a0c6fa7ec79fa1427c4a1277a6f7 (diff)
parent6313f360d5006527549b142253e22374624129e9 (diff)
Merge branch 'master' into final_battle_files_touches
Diffstat (limited to 'include/field_effect.h')
-rw-r--r--include/field_effect.h4
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);