diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-03-29 21:06:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-29 21:06:13 -0700 |
commit | 7a6b27f15d3095cf27e26dd50e6d0c9b3100510e (patch) | |
tree | ab6bf8e60f95d71818f153fe0352e6acfa77ca57 /include | |
parent | 59f81c5f2a25ec77baf4a30c3da9ccb7675d1562 (diff) | |
parent | 5c6c7a82f69ed383bc4d931ffb90b2b5d3a59701 (diff) |
Merge pull request #582 from PikalaxALT/tomomichi_debug_menu
Decompile Tomomichi debug menu
Diffstat (limited to 'include')
-rw-r--r-- | include/contest_painting.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/contest_painting.h b/include/contest_painting.h index 48ab95fbc..81535ec8b 100644 --- a/include/contest_painting.h +++ b/include/contest_painting.h @@ -40,9 +40,9 @@ struct Unk2015E00 struct ContestEntry { - /*0x00*/ u8 var0; - /*0x04*/ u32 var4; - /*0x08*/ u16 var8; + /*0x00*/ u32 personality; + /*0x04*/ u32 otId; + /*0x08*/ u16 species; /*0x0A*/ u8 contestType; /*0x0B*/ u8 pokemon_name[POKEMON_NAME_LENGTH]; /*0x15*/ u8 pad15; |