diff options
author | GriffinR <25753467+GriffinRichards@users.noreply.github.com> | 2019-08-04 12:00:42 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-08-21 17:06:55 -0500 |
commit | 009caa21c860bcf704c1c156ba54dbeb99728f8b (patch) | |
tree | 80d29f2cf77171a4fd1d32e1f808db796bc65464 /include/global.h | |
parent | 5d96a0cc97431d4935042fa58e0ff06f4db8a43d (diff) |
some contest lady funcs
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index f6a701ab8..a25100bd9 100644 --- a/include/global.h +++ b/include/global.h @@ -776,7 +776,7 @@ struct LilycoveLadyFavor struct LilycoveLadyContest { /*0x000*/ u8 id; - /*0x001*/ u8 phase; + /*0x001*/ bool8 givenPokeblock; /*0x002*/ u8 fave_pkblk; /*0x003*/ u8 other_pkblk; /*0x004*/ u8 playerName[PLAYER_NAME_LENGTH + 1]; |