diff options
| author | Lucas Shaw <49287729+shawlucas@users.noreply.github.com> | 2024-04-12 12:39:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-12 09:39:33 -0700 |
| commit | 0e972cfc8331293e9fac471823450fc99ec6f6c7 (patch) | |
| tree | bd4335d69949f9a09f5bd843be77444d9136abe2 /include/code_variables.h | |
| parent | fb02647839bda70f4e50a2f79c7bdcfb93ef61af (diff) | |
m_debug_display.c OK (#168)
* m_debug_display.c OK
* .
* Migrated data for m_debug_display
* Finishing touches
* ran format.py
* made suggested changes
Diffstat (limited to 'include/code_variables.h')
| -rw-r--r-- | include/code_variables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/code_variables.h b/include/code_variables.h index 84bcb53..68794be 100644 --- a/include/code_variables.h +++ b/include/code_variables.h @@ -190,8 +190,8 @@ extern s32 CanLookGokiCount; // extern UNK_TYPE D_801047A8_jp; // extern UNK_TYPE D_801047B0_jp; // extern UNK_TYPE D_801047B8_jp; -// extern UNK_TYPE D_801047C0_jp; -// extern UNK_TYPE D_801047C8_jp; +// extern UNK_TYPE debug_display_output_proc; +// extern UNK_TYPE debug_display_shape_data; // extern UNK_TYPE D_801047F8_jp; // extern UNK_TYPE D_80104800_jp; // extern UNK_TYPE D_80104810_jp; |
