diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-06-27 13:42:47 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-06-27 13:42:47 -0400 |
| commit | 3e20d8d7c7825ba873116e02f2ecbf18fb4b50d3 (patch) | |
| tree | 4be6a61fe410ca9e402cd8b8aac62fd2fb5ca208 /include/d/actor/d_a_obj_search.h | |
| parent | 300d820b7a88291a2b92dc1c0bbd6389a72b720b (diff) | |
d_a_bk stand2 matches
Diffstat (limited to 'include/d/actor/d_a_obj_search.h')
| -rw-r--r-- | include/d/actor/d_a_obj_search.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/d/actor/d_a_obj_search.h b/include/d/actor/d_a_obj_search.h index 1204b6ea..29308558 100644 --- a/include/d/actor/d_a_obj_search.h +++ b/include/d/actor/d_a_obj_search.h @@ -19,8 +19,8 @@ namespace daObj_Search { void isSecond() {} void modeProcInit(int) {} - void setBkControl(bool) {} - void setChildId(uint) {} + void setBkControl(bool control) { mBkControl = control; } + void setChildId(uint id) { mChildId = id; } void _createHeap(); void searchCreateHeap(); @@ -67,7 +67,9 @@ namespace daObj_Search { public: /* Place member variables here */ /* 0x290 */ u8 m290[0x664 - 0x290]; - /* 0x664 */ u8 m664; + /* 0x664 */ bool mBkControl; + /* 0x665 */ u8 m665[0x84C - 0x665]; + /* 0x84C */ uint mChildId; }; class Bgc_c { |
