diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-25 02:05:17 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-25 02:05:17 -0500 |
| commit | fdba7c3a7b023ac3fcecfe258857e150edef7322 (patch) | |
| tree | c3662ac7da9586656989db912e9de285650b8a63 /src/d/actor/d_a_agb.cpp | |
| parent | 914393649b72c67c040719180215612e25242bad (diff) | |
Started cleaning up the itemNo enum
Diffstat (limited to 'src/d/actor/d_a_agb.cpp')
| -rw-r--r-- | src/d/actor/d_a_agb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_agb.cpp b/src/d/actor/d_a_agb.cpp index 199d4962..b9d51205 100644 --- a/src/d/actor/d_a_agb.cpp +++ b/src/d/actor/d_a_agb.cpp @@ -1019,7 +1019,7 @@ void daAgb_c::GbaItemUse() { temp_r29 |= 0x10000; } - if (dComIfGs_getItem(12) != NO_ITEM && dComIfGs_getArrowNum() < dComIfGs_getArrowMax()) + if (dComIfGs_getItem(12) != dItem_NONE_e && dComIfGs_getArrowNum() < dComIfGs_getArrowMax()) { temp_r29 |= 0x100; } |
