diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-06 00:23:55 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-06 00:23:55 -0500 |
| commit | 37dbfd75de367d41e5a2edffa00b1b6027b1bd8e (patch) | |
| tree | 6525c7b1e2086d4cbffd97c0c15df1391bec5b1a /include/d/actor/d_a_npc_roten.h | |
| parent | 4a0a89501d765c5682e76ed5e05cd45648977614 (diff) | |
Add item button enum and talk button enum
Diffstat (limited to 'include/d/actor/d_a_npc_roten.h')
| -rw-r--r-- | include/d/actor/d_a_npc_roten.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_npc_roten.h b/include/d/actor/d_a_npc_roten.h index e0103602..aed59cec 100644 --- a/include/d/actor/d_a_npc_roten.h +++ b/include/d/actor/d_a_npc_roten.h @@ -132,7 +132,7 @@ public: /* 0x9C2 */ s8 field_0x9C2; /* 0x9C3 */ s8 field_0x9C3; /* 0x9C4 */ s8 field_0x9C4; - /* 0x9C5 */ u8 field_0x9C5; + /* 0x9C5 */ u8 mShownItemBtn; /* 0x9C6 */ u8 field_0x9C6; /* 0x9C7 */ u8 field_0x9C7; /* 0x9C8 */ u8 field_0x9C8; |
