mirror of
https://github.com/kwsch/pkNX.git
synced 2026-05-16 00:33:45 -05:00
Add 2 missing fields
ty Retro / Chris on discord for finding these missing :)
This commit is contained in:
parent
90e99e8942
commit
346ab46d43
|
|
@ -54,6 +54,8 @@ public class PokeAdd8a
|
|||
[FlatBufferItem(29)] public int GV_SPA { get; set; }
|
||||
[FlatBufferItem(30)] public int GV_SPD { get; set; }
|
||||
[FlatBufferItem(31)] public int GV_SPE { get; set; }
|
||||
[FlatBufferItem(32)] public int TryInsertParty { get; set; } // 1 if party attempted, 0 -> straight to box
|
||||
[FlatBufferItem(33)] public int Ball { get; set; } // 0 is use default game ball (LAPoke); is set to 37 (Origin) for box legends.
|
||||
|
||||
public string Dump(string[] speciesNames)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user