diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-29 12:10:06 +0100 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-12-29 11:48:28 -0600 |
commit | 55e44b0951395c4d351738f825c6dd67281e6cb3 (patch) | |
tree | a2e0adda976a2ec8ef085d970ef09977a1fa077d /include/contest_painting_effects.h | |
parent | 34243bbe1d89e11c905e0950ddfba4720ffed04d (diff) |
a bit more of contest painting effect
Diffstat (limited to 'include/contest_painting_effects.h')
-rwxr-xr-x | include/contest_painting_effects.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/contest_painting_effects.h b/include/contest_painting_effects.h index 3b6964666..86c87842c 100755 --- a/include/contest_painting_effects.h +++ b/include/contest_painting_effects.h @@ -1,7 +1,7 @@ #ifndef GUARD_CONTEST_PAINTING_EFFECTS_H #define GUARD_CONTEST_PAINTING_EFFECTS_H -struct Unk030061A0 +struct Unk03005E20 { u8 var_0; u8 pad1[3]; @@ -21,8 +21,8 @@ struct Unk030061A0 u8 var_1F; }; -void sub_8124F2C(struct Unk030061A0 *); -void sub_81261A4(struct Unk030061A0 *); -void sub_8126058(struct Unk030061A0 *); +void sub_8124F2C(struct Unk03005E20 *); +void sub_81261A4(struct Unk03005E20 *); +void sub_8126058(struct Unk03005E20 *); #endif |