diff options
| author | Benjamin ROELANDT <benjamin.roelandt@gmail.com> | 2026-08-02 17:45:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-02 11:45:21 -0400 |
| commit | dbc093a3cfefac7f38088aa14c07115390d14fe5 (patch) | |
| tree | edf45d983965649c16535eef7c2443c403643595 /include/d/d_meter.h | |
| parent | 6b911411f071a174d794ced3a583fceff8073446 (diff) | |
* First version of d_scope, everything is matching on all version, probably missing a few inline on undocumented field that i did not manage to find
* Readd stuff previously deleted but badly tested
* Rename some fields and a few more inline
doesn't improve matching but i think it looks more genuine
* clean up syntax
* move d_scptyp enum and add forgotten inline
* build fix
* replace seStart call with proper enum
Diffstat (limited to 'include/d/d_meter.h')
| -rw-r--r-- | include/d/d_meter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/d/d_meter.h b/include/d/d_meter.h index 8bb14863..d31da77f 100644 --- a/include/d/d_meter.h +++ b/include/d/d_meter.h @@ -31,8 +31,8 @@ public: /* 0x01C */ f32 field_0x1c; /* 0x020 */ f32 field_0x20; /* 0x024 */ f32 field_0x24; - /* 0x028 */ f32 field_0x28; - /* 0x02C */ u8 field_0x2c; + /* 0x028 */ f32 mScopeWipeMaxScale; + /* 0x02C */ u8 mScopeWipeAlpha; /* 0x02D */ u8 field_0x2d; /* 0x02E */ s16 field_0x2e; /* 0x030 */ s16 field_0x30; |
