Skip to content

Commit

Permalink
Fix incorrect P3P tbl segment counts
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimatedSwine37 committed Oct 24, 2024
1 parent 2027491 commit 665f10f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public static int GetSegmentCount(TblType type)
{
TblType.AiCalc => 18,
TblType.Persona => 16,
TblType.Encount => 1,
TblType.Effect => 1,
TblType.Encount => 5,
TblType.Effect => 5,
TblType.Skill => 3,
TblType.Item => 3,
TblType.Unit => 3,
Expand Down

0 comments on commit 665f10f

Please sign in to comment.