mirror of
https://github.com/open-goal/jak-project
synced 2026-06-10 12:55:45 -04:00
8adac544cf
* Allow symbol table expansion. * fix debugger * fix bits_for_sym * use a `static_assert` over `throw`
9 lines
214 B
C++
9 lines
214 B
C++
#pragma once
|
|
|
|
#include "common/common_types.h"
|
|
|
|
// Separate constants for the decompiler, so we can make changes to the game without breaking
|
|
// decompilation.
|
|
|
|
constexpr s32 DECOMP_SYM_INFO_OFFSET = 8167 * 8 - 4;
|