added console string id count

This commit is contained in:
xensik 2022-09-28 13:24:59 +02:00
parent fba2b92bda
commit 7c07251b8c
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
namespace xsk::gsc::iw6c
{
constexpr std::uint16_t max_string_id = 0x0;
constexpr std::uint16_t max_string_id = 0x8EFA;
enum class opcode : std::uint8_t
{

View File

@ -17,7 +17,7 @@
namespace xsk::gsc::s1c
{
constexpr std::uint16_t max_string_id = 0x0;
constexpr std::uint16_t max_string_id = 0xA51D;
enum class opcode : std::uint8_t
{