Rename some more item enum entries

This commit is contained in:
LagoLunatic
2024-06-07 14:04:18 -04:00
parent 17e4446179
commit e855019ab4
20 changed files with 138 additions and 138 deletions
+1 -1
View File
@@ -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;
}