summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsceptillion <33798691+sceptillion@users.noreply.github.com>2017-11-19 10:16:42 -0800
committersceptillion <33798691+sceptillion@users.noreply.github.com>2017-11-19 10:16:42 -0800
commitf4b39ff81d4387b4a29bad7d9bb0a223721773c9 (patch)
tree8ce5d72a6c8c9b5ef18dda76e5defbb455af072f /include
parentf3f3af1027ca1c0459e077f4dc98391bbbe821e4 (diff)
decompile fldeff_secretpower
Diffstat (limited to 'include')
-rw-r--r--include/field_effect.h2
-rw-r--r--include/rom6.h2
-rw-r--r--include/secret_base.h4
3 files changed, 7 insertions, 1 deletions
diff --git a/include/field_effect.h b/include/field_effect.h
index dbd92b088..9f71efba1 100644
--- a/include/field_effect.h
+++ b/include/field_effect.h
@@ -253,6 +253,6 @@ void MultiplyInvertedPaletteRGBComponents(u16, u8, u8, u8);
void sub_80878A8(void);
void sub_8087BA8(void);
-extern u32 gFieldEffectArguments[8];
+extern s32 gFieldEffectArguments[8];
#endif // GUARD_FIELD_EFFECT_H
diff --git a/include/rom6.h b/include/rom6.h
index e7a3ba48e..8c3691624 100644
--- a/include/rom6.h
+++ b/include/rom6.h
@@ -1,6 +1,8 @@
#ifndef GUARD_ROM6_H
#define GUARD_ROM6_H
+extern struct MapPosition gUnknown_0203923C;
+
bool8 npc_before_player_of_type(u8);
u8 oei_task_add(void);
diff --git a/include/secret_base.h b/include/secret_base.h
index 07784556f..abe5d781f 100644
--- a/include/secret_base.h
+++ b/include/secret_base.h
@@ -5,9 +5,13 @@
#define MAX_SECRET_BASES 20
void ResetSecretBases(void);
+void sub_80BB5E4(void);
+void sub_80BB63C(void);
+void sub_80BB800(void);
void sub_80BB970(struct MapEvents *events);
u8 sub_80BBB24(void);
void sub_80BBCCC(u8 flagIn);
+void sub_80BBFD8(struct MapPosition *, struct MapEvents *);
void sub_80BC038(struct MapPosition *, struct MapEvents *);
u8 sub_80BC050();
u8 *GetSecretBaseMapName(u8 *dest);