Skip to content

Commit

Permalink
Item Parameters: Move the remaining Unknowns to the Unknown section
Browse files Browse the repository at this point in the history
Missed a handful
  • Loading branch information
soopercool101 committed Sep 20, 2023
1 parent 2c9e5db commit 6eb9dd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BrawlLib/SSBB/ResourceNodes/ItmParamNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ public int Unknown0xB0
}
}

[Category("Item Parameters")]
[Category("Unknown")]
[TypeConverter(typeof(HexIntConverter))]
public int Unknown0xB4
{
Expand All @@ -712,7 +712,7 @@ public int Unknown0xB4
}
}

[Category("Item Parameters")]
[Category("Unknown")]
[TypeConverter(typeof(HexIntConverter))]
public int Unknown0xB8
{
Expand Down Expand Up @@ -845,7 +845,7 @@ public int Unknown0xE4
}
}

[Category("Item Parameters")]
[Category("Unknown")]
[TypeConverter(typeof(HexIntConverter))]
public int Unknown0xE8
{
Expand All @@ -857,7 +857,7 @@ public int Unknown0xE8
}
}

[Category("Item Parameters")]
[Category("Unknown")]
[TypeConverter(typeof(HexIntConverter))]
public int Unknown0xEC
{
Expand Down

0 comments on commit 6eb9dd9

Please sign in to comment.