define .rodata splits for all core2 files

This commit is contained in:
Banjo Kazooie
2022-09-25 16:30:31 -05:00
parent c3cf6dd913
commit eafea932fa
29 changed files with 112 additions and 179 deletions

View File

@@ -13,7 +13,6 @@ extern u8 D_80370A14; //assetCache_size;
extern u8 D_80370A18;
extern s32 D_80370A10;
extern f32 D_80378F50;
/* .bss */
s32 D_80383CB0;
@@ -39,7 +38,7 @@ void func_8033BAB0(enum asset_e asset_id, s32 offset, s32 size, void *dst_ptr);
/* .core2 */
f32 func_8033AA10(AnimationFile *this, s32 arg1){
if(arg1 == this->unk2)
return D_80378F50;
return 0.999999f;
return (f32)(arg1 - this->unk0)/(f32)(this->unk2 - this->unk0);
}