mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-16 12:54:40 +00:00
Decompile z_camera data, and some camera WIP (#173)
* cleanup * name camera action functions * decompile a few small functions, name a few Camera struct members * decompile camera data, decompile a few camera functions * Split ASM for code_800BB0A0 * removing code_800BB0A0.s * PR Requests, Camera WIP * remove #define NON_MATCHING from db_camera
This commit is contained in:
parent
08aaba0d2c
commit
77137f5a04
76 changed files with 3967 additions and 2282 deletions
|
@ -186,14 +186,14 @@ extern s32 gMaxActorId; // original name: "MaxProfile"
|
|||
//extern ? D_80119E54;
|
||||
//extern ? D_80119E94;
|
||||
//extern ? D_80119EAC;
|
||||
//extern ? D_80119EE0;
|
||||
//extern ? D_80119F4C;
|
||||
//extern ? D_80119F50;
|
||||
//extern ? D_80119F88;
|
||||
//extern ? D_80119F8C;
|
||||
//extern ? D_8011A2A4;
|
||||
//extern ? D_8011D064;
|
||||
//extern ? D_8011D390;
|
||||
//extern ? sOREGInit;
|
||||
//extern ? sOREGInitCnt;
|
||||
//extern ? sPREGInit;
|
||||
//extern ? sPREGInitCnt;
|
||||
//extern ? sCameraSettingNames;
|
||||
//extern ? sCameraModeNames;
|
||||
//extern ? sCameraSettings;
|
||||
//extern ? sInitRegs;
|
||||
extern s32 D_8011D394;
|
||||
//extern ? D_8011D398;
|
||||
//extern ? D_8011D39C;
|
||||
|
@ -205,7 +205,7 @@ extern s32 D_8011D3AC;
|
|||
//extern ? D_8011D3E8;
|
||||
//extern ? D_8011D3F0;
|
||||
//extern ? D_8011D3F4;
|
||||
//extern ? D_8011D3F8;
|
||||
//extern ? sCameraFunctionNames;
|
||||
//extern ? D_8011D658;
|
||||
//extern ? D_8011D678;
|
||||
//extern ? D_8011D6A8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue