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_am2.cpp | |
| parent | 914393649b72c67c040719180215612e25242bad (diff) | |
Started cleaning up the itemNo enum
Diffstat (limited to 'src/d/actor/d_a_am2.cpp')
| -rw-r--r-- | src/d/actor/d_a_am2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_am2.cpp b/src/d/actor/d_a_am2.cpp index 89876a1f..b4e2cd12 100644 --- a/src/d/actor/d_a_am2.cpp +++ b/src/d/actor/d_a_am2.cpp @@ -1101,7 +1101,7 @@ static BOOL daAM2_Execute(am2_class* i_this) { } } - fopAcM_setGbaName(i_this, BOW, 0xB, 0x29); + fopAcM_setGbaName(i_this, dItem_BOW_e, 0xB, 0x29); if (enemy_ice(&i_this->mEnemyIce)) { i_this->mpMorf->getModel()->setBaseTRMtx(mDoMtx_stack_c::get()); |
