summaryrefslogtreecommitdiff
path: root/include/field_effect_helpers.h
diff options
context:
space:
mode:
authorpaul <nintendo6496@googlemail.com>2018-11-24 19:57:36 +0100
committerpaul <nintendo6496@googlemail.com>2018-11-24 19:57:36 +0100
commit4744a7d96ec21fc9480165061990ba98a774a469 (patch)
tree0c24d7e392d5cc4302e6ed6381b2a2dc047a2b3a /include/field_effect_helpers.h
parent284bbf91af43b0c9928865894cbc1d3001e57c16 (diff)
parentfecda40501d39c633435fe2777ebc93d92233ca1 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/field_effect_helpers.h')
-rw-r--r--include/field_effect_helpers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/field_effect_helpers.h b/include/field_effect_helpers.h
index e80daf3bd..5cd29fc5b 100644
--- a/include/field_effect_helpers.h
+++ b/include/field_effect_helpers.h
@@ -5,6 +5,8 @@
#ifndef GUARD_FIELD_EFFECT_HELPERS_H
#define GUARD_FIELD_EFFECT_HELPERS_H
+#include "global.h"
+
// Exported type declarations
// Exported RAM declarations
@@ -12,5 +14,6 @@
// Exported ROM declarations
u8 sub_8154228(void);
bool8 sub_8155DA0(struct MapObject *);
+void sub_80DC44C(u8, u8);
#endif //GUARD_FIELD_EFFECT_HELPERS_H