diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-07-21 17:31:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-21 17:31:28 -0500 |
commit | 68e47a6fa0b56451223c22dc9a759534c988db5b (patch) | |
tree | 75ce6402ba5af694c533f2aa1ae7e4b92a63725f /include/contest_painting.h | |
parent | c1a82f1aabc93e5b3c5f2729f70f4a11fc8a5748 (diff) | |
parent | 4b3cdd869264ed2705558a7c74d521e2a290a86e (diff) |
Merge pull request #370 from drifloony/ram_variables
map out ram variables
Diffstat (limited to 'include/contest_painting.h')
-rw-r--r-- | include/contest_painting.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/contest_painting.h b/include/contest_painting.h index ad1cecfed..48ab95fbc 100644 --- a/include/contest_painting.h +++ b/include/contest_painting.h @@ -49,11 +49,6 @@ struct ContestEntry /*0x16*/ u8 trainer_name[OT_NAME_LENGTH]; }; -struct Unk3000756 -{ - /*0x00*/ u8 var_0; -}; - struct LabelPair { const u8 *prefix; |