Fix stat amp labels for SV and LZA

This commit is contained in:
Lusamine
2025-12-02 19:59:36 -06:00
parent 6764dd98fe
commit 579c33208c
2 changed files with 8 additions and 8 deletions

View File

@@ -3,12 +3,12 @@ attribute "fs_valueStruct";
struct WazaEntityStat (fs_valueStruct) {
Stat1:byte;
Stat2:byte;
Stat3:byte;
Stat1Stage:byte;
Stat2Stage:byte;
Stat3Stage:byte;
Stat1Percent:ubyte;
Stat2:byte;
Stat2Stage:byte;
Stat2Percent:ubyte;
Stat3:byte;
Stat3Stage:byte;
Stat3Percent:ubyte;
}

View File

@@ -3,12 +3,12 @@ attribute "fs_valueStruct";
struct WazaEntityStat (fs_valueStruct) {
Stat1:byte;
Stat2:byte;
Stat3:byte;
Stat1Stage:byte;
Stat2Stage:byte;
Stat3Stage:byte;
Stat1Percent:ubyte;
Stat2:byte;
Stat2Stage:byte;
Stat2Percent:ubyte;
Stat3:byte;
Stat3Stage:byte;
Stat3Percent:ubyte;
}