summaryrefslogtreecommitdiff
path: root/include/field_effect.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-06-16 14:04:29 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-06-16 14:04:29 +0200
commit3bcd30969a8b7ced6e9fa54e1fc0f8447c2983bc (patch)
tree5905e1d11348213b18494870d04d24ffa7629c60 /include/field_effect.h
parent7ea5dd7923eb9a44609a6cdaff331f7cd97bb34a (diff)
cut field effect is decompiled and documented
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);