diff options
| author | Max Roncace <me@caseif.net> | 2025-11-29 15:11:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-29 22:11:21 +0200 |
| commit | 89ccf4c7ef3dee9fd488eac19ccc2f62c920c28a (patch) | |
| tree | d4b27f78e433f4614f3e43d35524084e697f5d1b /include/d/actor | |
| parent | 72c37de758cd3e2fa754fc3a961dda64a8500e44 (diff) | |
d_a_bg debug work + matching for retail (#2890)
Diffstat (limited to 'include/d/actor')
| -rw-r--r-- | include/d/actor/d_a_bg.h | 1 | ||||
| -rw-r--r-- | include/d/actor/d_a_suspend.h | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/d/actor/d_a_bg.h b/include/d/actor/d_a_bg.h index 3f8431bd34..ec59849c76 100644 --- a/include/d/actor/d_a_bg.h +++ b/include/d/actor/d_a_bg.h @@ -55,6 +55,7 @@ public: /* 804588C4 */ inline int draw(); /* 8045906C */ inline int create(); inline int execute(); + inline int isDelete(); private: /* 0x568 */ u8 field_0x568[0x570 - 0x568]; diff --git a/include/d/actor/d_a_suspend.h b/include/d/actor/d_a_suspend.h index fc4657a3e7..a19b8d8eab 100644 --- a/include/d/actor/d_a_suspend.h +++ b/include/d/actor/d_a_suspend.h @@ -58,8 +58,7 @@ public: /* 804D5118 */ int create(); static void reset(int roomNo) { - room_c* room = (room_c*)mRoom; // tmp - room[roomNo].reset(); + mRoom[roomNo].reset(); } u32 getScale() { return fopAcM_GetParam(this) >> 0x1E; } |
