From e7a4c025a1920d31b409a4a3f48346cea5d1dc63 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Mon, 31 Aug 2015 08:46:31 -0400 Subject: [PATCH] fix JudgeName max pcount --- tables.aii | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tables.aii b/tables.aii index 3e8a2ea..a446e0a 100644 --- a/tables.aii +++ b/tables.aii @@ -4,7 +4,8 @@ tables record export max_pcount - + + ; this table is actually max+1 max_pcount dc.w 0 dc.w 8 ; ($01) Create @@ -13,7 +14,7 @@ max_pcount dc.w 4 ; ($04) Change Path dc.w 13 ; ($05) Set File Info dc.w 13 ; ($06) Get File Info - dc.w 6 ; ($07) Judge Name + dc.w 7 ; ($07) Judge Name dc.w 7 ; ($08) Volume dc.w 0 ; ($09) Set Prefix dc.w 0 ; ($0A) Get Prefix