summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-08-12 23:20:17 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-08-12 23:20:17 +0200
commit0d68af7f061ec0826e7f38751b91bae0fd296d55 (patch)
tree97f5abff9ae0d762c14250d501a5fad2693f7554 /include
parent335f4c1e81453218d1e319b7ee54a61fe02ff2c3 (diff)
copy contest effect from ruby
Diffstat (limited to 'include')
-rw-r--r--include/contest.h7
-rw-r--r--include/contest_effect.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/include/contest.h b/include/contest.h
index b7324e26b..79c362908 100644
--- a/include/contest.h
+++ b/include/contest.h
@@ -414,8 +414,15 @@ extern struct ContestResources *gContestResources;
#define shared18000 (*(struct Shared18000 *)(gHeap + 0x1a000))
extern u32 gContestRngValue;
+extern u8 gUnknown_02039F26[4];
bool8 IsSpeciesNotUnown(u16 species);
void LoadContestBgAfterMoveAnim(void);
+void SetContestantEffectStringID(u8 a, u8 b);
+void SetContestantEffectStringID2(u8 a, u8 b);
+void MakeContestantNervous(u8 p);
+bool8 Contest_IsMonsTurnDisabled(u8 a);
+bool8 sub_80DE1E8(u8 a);
+void SetStartledString(u8 a, u8 b);
#endif //GUARD_CONTEST_H
diff --git a/include/contest_effect.h b/include/contest_effect.h
index 3484ca5df..1f147aa09 100644
--- a/include/contest_effect.h
+++ b/include/contest_effect.h
@@ -17,6 +17,6 @@ struct ContestEffect
};
extern const struct ContestMove gContestMoves[];
-extern struct ContestEffect gContestEffects[];
+extern const struct ContestEffect gContestEffects[];
#endif //GUARD_CONTEST_EFFECT_H