jak-project/decompiler/util/goal_constants.h
ManDude 8adac544cf
Allow symbol table expansion. (#1191)
* Allow symbol table expansion.

* fix debugger

* fix bits_for_sym

* use a `static_assert` over `throw`
2022-02-24 22:43:00 -05:00

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;