diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-12 17:11:06 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-12 17:11:06 +0100 |
commit | 716590c165791ce33e18bd97c8ee2e26c580e5f8 (patch) | |
tree | 8895f3e2e3945195ee4f4a433d213dc3a184fb51 /include/battle.h | |
parent | 9febe24d9fb41633d3d95b97899ebe1cf60486fc (diff) |
one more battle label change
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/battle.h b/include/battle.h index 8d3360193..0939c92b6 100644 --- a/include/battle.h +++ b/include/battle.h @@ -373,8 +373,8 @@ struct DisableStruct /*0x0D*/ u8 unkD; /*0x0E*/ u8 encoreTimer1 : 4; /*0x0E*/ u8 encoreTimer2 : 4; - /*0x0F*/ u8 perishSong1 : 4; - /*0x0F*/ u8 perishSong2 : 4; + /*0x0F*/ u8 perishSongTimer1 : 4; + /*0x0F*/ u8 perishSongTimer2 : 4; /*0x10*/ u8 furyCutterCounter; /*0x11*/ u8 rolloutCounter1 : 4; /*0x11*/ u8 rolloutCounter2 : 4; |