diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-03-09 01:53:38 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-08 23:53:38 -0500 |
| commit | 496b4928ea8bdf310949a88bbe221d91c2d3ebff (patch) | |
| tree | 8f343d0cdca849fa49dac2f269867a74af915a3b /include/variables.h | |
| parent | 2f1e7b3de8695c8f093c18ee6fe2e9e5c4c9e15a (diff) | |
Rename `GameInfo` to `RegEditor` (#1178)
* Rename RegEditor and move it to regs.h
* bring over some minor doc from oot
* add missing include
* Update tools/disasm/variables.txt
Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
* update comment
* bss
---------
Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
Diffstat (limited to 'include/variables.h')
| -rw-r--r-- | include/variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/variables.h b/include/variables.h index 59779203d..5e935b560 100644 --- a/include/variables.h +++ b/include/variables.h @@ -2353,7 +2353,7 @@ extern SaveContext gSaveContext; // extern UNK_TYPE1 D_801F3F42; // extern UNK_TYPE1 D_801F3F4A; // extern UNK_TYPE1 D_801F3F5A; -extern GameInfo* gGameInfo; + // extern UNK_TYPE1 D_801F3F80; // extern UNK_TYPE1 D_801F3F83; // extern UNK_TYPE1 D_801F48C8; |
