summaryrefslogtreecommitdiff
path: root/include/contest_painting.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-06-18 14:28:58 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-06-18 14:28:58 -0400
commitb6bdaedb77a740893ebb66a85ebecbfa64353ba6 (patch)
tree20bbc335571b8280b72be99a65d478d344c0ceec /include/contest_painting.h
parent22d27fa9735dd840434fa7e030005eeccafe8aaf (diff)
Sync image_processing_effects from emerald, 1
Diffstat (limited to 'include/contest_painting.h')
-rw-r--r--include/contest_painting.h17
1 files changed, 3 insertions, 14 deletions
diff --git a/include/contest_painting.h b/include/contest_painting.h
index 81535ec8b..d3f13478d 100644
--- a/include/contest_painting.h
+++ b/include/contest_painting.h
@@ -32,21 +32,10 @@ enum
CONTESTRESULT_TOUGH = 6,
};
-struct Unk2015E00
+struct ContestPaintingBuffers
{
- u16 unk2015e00[128][32];
- u16 unk2017e00[0];
-};
-
-struct ContestEntry
-{
- /*0x00*/ u32 personality;
- /*0x04*/ u32 otId;
- /*0x08*/ u16 species;
- /*0x0A*/ u8 contestType;
- /*0x0B*/ u8 pokemon_name[POKEMON_NAME_LENGTH];
- /*0x15*/ u8 pad15;
- /*0x16*/ u8 trainer_name[OT_NAME_LENGTH];
+ u16 pixels[0x1000];
+ u16 palette[0x100];
};
struct LabelPair