mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Fix a hardcoded value by replacing it with a variable.
This commit is contained in:
parent
941d2b9eb8
commit
26d279b551
|
@ -808,7 +808,7 @@ AIIncreaseStat: ; 3a808 (e:6808)
|
||||||
ld a,[hl]
|
ld a,[hl]
|
||||||
push af
|
push af
|
||||||
push hl
|
push hl
|
||||||
ld a,$AF
|
ld a,ANIM_AF
|
||||||
ld [hli],a
|
ld [hli],a
|
||||||
ld [hl],b
|
ld [hl],b
|
||||||
callab StatModifierUpEffect
|
callab StatModifierUpEffect
|
||||||
|
|
Loading…
Reference in a new issue