summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-12-21 18:32:44 -0600
committercamthesaxman <cameronghall@cox.net>2017-12-21 18:32:44 -0600
commitcb4bb3fbd53b92efebaa27a0cdf4f763d58a9488 (patch)
tree8801df3a324bc13cdaf07d8cbac992f5a8cd6ee6 /include
parentb2460cb232e328fe2b4bb354c2ad789d0e79c1f0 (diff)
decompile sub_80B1118 - sub_80B1EA8
Diffstat (limited to 'include')
-rw-r--r--include/contest.h9
-rw-r--r--include/graphics.h4
2 files changed, 13 insertions, 0 deletions
diff --git a/include/contest.h b/include/contest.h
index fe161bac4..9f8c263a4 100644
--- a/include/contest.h
+++ b/include/contest.h
@@ -1,6 +1,15 @@
#ifndef GUARD_CONTEST_H
#define GUARD_CONTEST_H
+enum
+{
+ CONTEST_CATEGORY_COOL,
+ CONTEST_CATEGORY_BEAUTY,
+ CONTEST_CATEGORY_CUTE,
+ CONTEST_CATEGORY_SMART,
+ CONTEST_CATEGORY_TOUGH,
+};
+
struct ContestMove
{
u8 effect;
diff --git a/include/graphics.h b/include/graphics.h
index 35bc71c0b..b3417a30f 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -48,6 +48,10 @@ extern const u8 gContest2Pal[];
extern const u8 gMonFootprint_QuestionMark[];
+extern const u8 gContestApplauseGfx[];
+extern const u8 gContestApplauseMeterGfx[];
+extern const u16 gContestPal[];
+
// data/graphics/pokemon/graphics.inc
extern const u8 gMonFrontPic_Bulbasaur[];
extern const u8 gMonPalette_Bulbasaur[];