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 /src/d/actor/d_a_npc_ji1.cpp | |
| parent | 4a0a89501d765c5682e76ed5e05cd45648977614 (diff) | |
Add item button enum and talk button enum
Diffstat (limited to 'src/d/actor/d_a_npc_ji1.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_ji1.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_npc_ji1.cpp b/src/d/actor/d_a_npc_ji1.cpp index 249f827d..9bb95389 100644 --- a/src/d/actor/d_a_npc_ji1.cpp +++ b/src/d/actor/d_a_npc_ji1.cpp @@ -231,8 +231,8 @@ daNpc_Ji1_HIO_c::daNpc_Ji1_HIO_c() { } /* 000003C0-000003E4 .text daNpc_Ji1_XyCheckCB__FPvi */ -static s16 daNpc_Ji1_XyCheckCB(void*, int equippedItemIdx) { - return dComIfGp_getSelectItem(equippedItemIdx) == BOKO_BELT ? TRUE : FALSE; +static s16 daNpc_Ji1_XyCheckCB(void*, int i_itemBtn) { + return dComIfGp_getSelectItem(i_itemBtn) == BOKO_BELT ? TRUE : FALSE; } /* 000003E4-00000404 .text daJi1_CoHitCallback__FP10fopAc_ac_cP12dCcD_GObjInfP10fopAc_ac_cP12dCcD_GObjInf */ |
