mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 06:08:57 +13:00
fix strength cry
This commit is contained in:
parent
62ce1723dc
commit
875adc18fd
2 changed files with 23 additions and 0 deletions
|
|
@ -30,6 +30,17 @@ BoulderText::
|
|||
pop af
|
||||
ld [wWhichPokemon], a
|
||||
call GetPartyMonName2
|
||||
ld a, [wWhichPokemon]
|
||||
ld hl, wPartySpecies
|
||||
ld c, a
|
||||
ld a, l
|
||||
add a, c
|
||||
ld l, a
|
||||
jr nc, .noCarry
|
||||
inc h
|
||||
.noCarry
|
||||
ld a, [hl]
|
||||
ld [wcf91], a
|
||||
predef PrintStrengthTxt
|
||||
.done
|
||||
jp TextScriptEnd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue