summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_agb.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-06-07 14:04:18 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-06-07 14:04:18 -0400
commite855019ab4a87e853a9993d7689d0750302bf50c (patch)
tree8ff64397b497b3e0da4cede98372bf1e839609f0 /src/d/actor/d_a_agb.cpp
parent17e4446179a885b60eee9e732922d01420652144 (diff)
Rename some more item enum entries
Diffstat (limited to 'src/d/actor/d_a_agb.cpp')
-rw-r--r--src/d/actor/d_a_agb.cpp2
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 5d2c4fb2..c77a0d16 100644
--- a/src/d/actor/d_a_agb.cpp
+++ b/src/d/actor/d_a_agb.cpp
@@ -1002,7 +1002,7 @@ void daAgb_c::GbaItemUse() {
temp_r29 |= 0x1000000;
}
- if (dComIfGs_checkGetItem(BOMB_BAG) && dComIfGs_getBombNum() < dComIfGs_getBombMax()) {
+ if (dComIfGs_checkGetItem(dItem_BOMB_BAG_e) && dComIfGs_getBombNum() < dComIfGs_getBombMax()) {
temp_r29 |= 0x10000;
}