Document final Waza8 flag

Thanks Anubis!
This commit is contained in:
sora10pls 2020-06-19 10:54:27 -04:00
parent e2aeecbe12
commit 2ffe58cdf1
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ public class Waza8
public bool Flag_FailSkyBattle { get; set; }
public bool Flag_AnimateAlly { get; set; }
public bool Flag_Dance { get; set; }
public bool Flag_18 { get; set; }
public bool Flag_Metronome { get; set; }
public MoveInflictDuration InflictCount
{
@ -132,7 +132,7 @@ public static class Waza8Reader
private const int FlagFailSkyBattle = 98;
private const int FlagAnimateAlly = 100;
private const int FlagDance = 102;
private const int Flag18 = 104;
private const int FlagMetronome = 104;
#pragma warning restore IDE0051, RCS1213 // Remove unused member declaration.
public static Move8Fake ReadPlaceholder(byte[] data)

View File

@ -92,7 +92,7 @@ table Waza8 {
Flag_AnimateAlly:bool;
Flag_Dance:bool;
Flag_18:bool;
Flag_Metronome:bool;
}
root_type Waza8;