Identify starter pikachu happiness boost medicine check (#72)

This commit is contained in:
Daniel Harding
2021-11-02 18:34:35 -05:00
committed by GitHub
parent 2c3722001d
commit 70baa4f3e8

View File

@@ -934,14 +934,14 @@ ItemUseMedicine:
ld [wd0b5], a
pop af
push af
cp $28
jr nc, .asm_d906
cp CALCIUM + 1
jr nc, .noHappinessBoost
push hl
push de
callabd_ModifyPikachuHappiness PIKAHAPPY_USEDITEM
pop de
pop hl
.asm_d906
.noHappinessBoost
pop af
ld [wcf91], a
pop af