diff options
Diffstat (limited to 'engine/menus/players_pc.asm')
| -rw-r--r-- | engine/menus/players_pc.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menus/players_pc.asm b/engine/menus/players_pc.asm index e0a3a007..9e1553dd 100644 --- a/engine/menus/players_pc.asm +++ b/engine/menus/players_pc.asm @@ -225,7 +225,7 @@ PlayerPCToss: ld a, [wIsKeyItem] and a jr nz, .next - ld a, [wcf91] + ld a, [wCurItem] call IsItemHM jr c, .next ; if it's not a key item, there can be more than one of the item |
