diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-08-09 20:51:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-09 20:51:25 -0400 |
| commit | c7729c05c07cf0d60a70cd6c4f456069604a1f43 (patch) | |
| tree | 00b8cfc29935ffad5d4081fc9e65c21d3059f8e0 /include/code_variables.h | |
| parent | cfa703f013a1e595a418e47ac05df06e9ae4f9b8 (diff) | |
`game.c` OK (#37)
* C file
* game_dt
* game_ct
* fix offsets and building
* game_init_hyral and SetGameFrame
* more funcs
* game_main
* game_get_controller and func_800D2E00_jp
* Input
* game_draw_last
* a few attempts
* game_draw_first
* improve func_800D2E58_jp a bit
* format
* migrate data and bss
* what
* whoops
* name bss
* minor cleanup
* match game.c
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
* fix malloc function wrongly named
* Update src/code/game.c
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
* review
---------
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Diffstat (limited to 'include/code_variables.h')
| -rw-r--r-- | include/code_variables.h | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/include/code_variables.h b/include/code_variables.h index 111a6a6..6ed39f3 100644 --- a/include/code_variables.h +++ b/include/code_variables.h @@ -810,7 +810,7 @@ // extern UNK_TYPE D_8010EF60_jp; // extern UNK_TYPE D_8010EF70_jp; // extern UNK_TYPE D_8010EF80_jp; -// extern UNK_TYPE gamePT; + // extern UNK_TYPE D_8010EFA0_jp; extern vs32 D_8010EFB0_jp; // TODO: Determine where this goes // extern UNK_TYPE D_8010EFB8_jp; @@ -842,7 +842,7 @@ extern vs32 D_8010EFB0_jp; // TODO: Determine where this goes // extern UNK_TYPE D_8010FD54_jp; // extern UNK_TYPE D_8010FD58_jp; // extern UNK_TYPE D_8010FD5C_jp; -// extern UNK_TYPE D_8010FD60_jp; +extern s32 zurumode_flag; // extern UNK_TYPE D_8010FD70_jp; // extern UNK_TYPE D_80110000_jp; // extern UNK_TYPE D_80110D70_jp; @@ -1512,9 +1512,7 @@ extern vs32 D_8010EFB0_jp; // TODO: Determine where this goes // extern UNK_TYPE RO_STR_80117C80_jp; // extern UNK_TYPE RO_STR_80117CA0_jp; // extern UNK_TYPE RO_STR_80117CC0_jp; -// extern UNK_TYPE RO_80117CE0_jp; -// extern UNK_TYPE RO_STR_80117D00_jp; -// extern UNK_TYPE RO_STR_80117D0C_jp; + // extern UNK_TYPE RO_STR_80117D20_jp; // extern UNK_TYPE RO_STR_80117D3C_jp; // extern UNK_TYPE RO_STR_80117D50_jp; @@ -1848,7 +1846,7 @@ extern vs32 D_8010EFB0_jp; // TODO: Determine where this goes // extern UNK_TYPE B_80138818_jp; // extern UNK_TYPE B_80138E40_jp; // extern UNK_TYPE B_80138E44_jp; -// extern UNK_TYPE B_80138E50_jp; +extern struct_debug_mode *debug_mode; // extern UNK_TYPE debug_display; // extern UNK_TYPE B_80138E70_jp; // extern UNK_TYPE B_80138E73_jp; @@ -2006,13 +2004,7 @@ extern vs32 D_8010EFB0_jp; // TODO: Determine where this goes // extern UNK_TYPE B_80144FB8_jp; // extern UNK_TYPE B_80144FC0_jp; // extern UNK_TYPE B_80145014_jp; -// extern UNK_TYPE B_80145020_jp; -// extern UNK_TYPE B_80145040_jp; -// extern UNK_TYPE B_80145044_jp; -// extern UNK_TYPE B_80145048_jp; -// extern UNK_TYPE B_FLT_8014504C_jp; -// extern UNK_TYPE B_FLT_80145050_jp; -// extern UNK_TYPE B_FLT_80145054_jp; + // extern UNK_TYPE B_80145060_jp; // extern UNK_TYPE B_80145070_jp; // extern UNK_TYPE B_80145080_jp; |
