mirror of
https://github.com/kwsch/pkNX.git
synced 2026-05-06 04:45:40 -05:00
Document final Waza8 flag
Thanks Anubis!
This commit is contained in:
parent
e2aeecbe12
commit
2ffe58cdf1
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ table Waza8 {
|
|||
Flag_AnimateAlly:bool;
|
||||
|
||||
Flag_Dance:bool;
|
||||
Flag_18:bool;
|
||||
Flag_Metronome:bool;
|
||||
}
|
||||
|
||||
root_type Waza8;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user