failed to add more levels

This commit is contained in:
ManDude
2023-09-03 20:24:05 +01:00
parent 7e031fe4c7
commit 516333dcd9
17 changed files with 593 additions and 48 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ constexpr int SYM_TO_STRING_OFFSET = 0xff37;
constexpr int SYM_TO_HASH_OFFSET = 0x1fe6f;
// amount of levels in level heap
constexpr int LEVEL_MAX = 8; // 6
constexpr int LEVEL_MAX = 10; // 6
// total amount of levels, including ones outside level heap (default-level)
constexpr int LEVEL_TOTAL = LEVEL_MAX + 1;
} // namespace jak2