diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-18 14:28:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-18 14:28:58 -0400 |
commit | b6bdaedb77a740893ebb66a85ebecbfa64353ba6 (patch) | |
tree | 20bbc335571b8280b72be99a65d478d344c0ceec /include/contest_painting.h | |
parent | 22d27fa9735dd840434fa7e030005eeccafe8aaf (diff) |
Sync image_processing_effects from emerald, 1
Diffstat (limited to 'include/contest_painting.h')
-rw-r--r-- | include/contest_painting.h | 17 |
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 |