diff options
| author | inspectredc <78732756+inspectredc@users.noreply.github.com> | 2024-04-16 20:31:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-16 12:31:29 -0700 |
| commit | e6ea51bc3dcf69310c5dcdae5b812dc74e628aaf (patch) | |
| tree | 406fc1756035e49f5c5252058b949ba5809e9833 /include/code_variables.h | |
| parent | 7f426967efd07046bfbe791ed4e64808ae5a26e2 (diff) | |
ac_Fuusen OK and documented (#174)
* ac_Fuusen OK and documented
* add struct offsets
* use null post merge
* fix sym stuff
* suggestions
* act_balloon extracted
* remove fake symbol
* name object enum
* include assets
* fgname enum/macro
Diffstat (limited to 'include/code_variables.h')
| -rw-r--r-- | include/code_variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/code_variables.h b/include/code_variables.h index 68794be..ef7a780 100644 --- a/include/code_variables.h +++ b/include/code_variables.h @@ -459,7 +459,7 @@ extern s32 CanLookGokiCount; // extern UNK_TYPE D_80106D78_jp; // extern UNK_TYPE D_80106D8C_jp; // extern UNK_TYPE D_80106DA0_jp; -// extern UNK_TYPE D_80106E10_jp; +extern s32 fuusen_DEBUG_mode_flag; // extern UNK_TYPE D_80107010_jp; // extern UNK_TYPE D_80107020_jp; |
