diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2023-12-04 12:50:52 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-04 15:50:52 -0300 |
| commit | 3a38f87ea5a205e3f787b9344401644ba805563c (patch) | |
| tree | 0d5f761b4dd42cfbcf44ae56d32e97507c8ab2ef /include/fox_option.h | |
| parent | b035b5356949ffd34a6218269ad4a45cab3a2bef (diff) | |
wip on sf_A4B50 (probably fox_play), also names and cleanup (#43)
* objects?
* objects2?
* more stuff
* format
* even more cleanup
* RCP function names
* format
* NO U
* makerom too
Diffstat (limited to 'include/fox_option.h')
| -rw-r--r-- | include/fox_option.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fox_option.h b/include/fox_option.h index 3a287424..dc673160 100644 --- a/include/fox_option.h +++ b/include/fox_option.h @@ -80,7 +80,7 @@ extern u8* D_EBFBE0_801AECF8[]; extern UnkStruct_D_EBFBE0_801AED4C D_EBFBE0_801AED4C[24]; -extern s8* D_EBFBE0_801AEEAC[]; +extern const char* D_EBFBE0_801AEEAC[]; extern Gfx D_EBFBE0_801AEF30[]; @@ -89,7 +89,7 @@ extern f32 D_EBFBE0_801AEF84[]; extern f32 D_EBFBE0_801AEF90[]; extern f32 D_EBFBE0_801AEF9C[]; -extern s8* D_EBFBE0_801AF0C4[]; +extern const char* D_EBFBE0_801AF0C4[]; extern s32 D_EBFBE0_801AF0D0[]; extern s32 D_EBFBE0_801AF0DC[]; extern s32 D_EBFBE0_801AF0E8[]; |
