mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 20:37:58 +03:00
fox_co decomp, Object_2F4 rename to Actor with work buffers (#79)
* first few functions * funcs so far - messy * only large funcs left * func_DF4260_8018F880 and func_DF4260_80191160 * func_DF4260_8018C19C * func_DF4260_8018F880 player * build post merge * first cleanup pass * add work buffers to Object_2F4 * halfway through data import * finish data import * cleanup and add non_matching * bss complete * actor rename * post merge cleanup * file rename * arg rename * other object variables rename * hex cleanup for func_DF4260_80189058 * format * revert note_data * suggestions * format suggestions
This commit is contained in:
parent
262a0bede2
commit
31bfc1ecdd
32 changed files with 8044 additions and 4948 deletions
|
@ -141,7 +141,7 @@ extern Vec3f D_800C9F2C;
|
|||
// fox_display
|
||||
extern s32 D_800CA220;
|
||||
extern f32 D_800CA230;
|
||||
extern Object_2F4* D_800CA234;
|
||||
extern Actor* D_800CA234;
|
||||
extern s32 D_Timer_800CA238;
|
||||
|
||||
// fox_edata
|
||||
|
@ -387,7 +387,7 @@ extern s32 D_80161AB8;
|
|||
// 0x44
|
||||
extern Object_80 gObjects80[50];
|
||||
extern Object_4C gObjects4C[40];
|
||||
extern Object_2F4 gObjects2F4[60];
|
||||
extern Actor gActors[60];
|
||||
extern Boss gBosses[4];
|
||||
extern Effect gEffects[100];
|
||||
extern Item gItems[20];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue