name cPhsUNK3_e

This commit is contained in:
Jasper St. Pierre
2024-12-24 14:37:05 -08:00
parent ced4f69ee7
commit 2db35c0108
18 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ enum cPhs__Step {
/* 0x0 */ cPhs_INIT_e,
/* 0x1 */ cPhs_LOADING_e,
/* 0x2 */ cPhs_NEXT_e,
/* 0x3 */ cPhs_UNK3_e, // appears to be an alternate error code, unsure how it differs
/* 0x3 */ cPhs_STOP_e, // similar to error, except doesn't indicate anything bad
/* 0x4 */ cPhs_COMPLEATE_e,
/* 0x5 */ cPhs_ERROR_e,
};