mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30: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]
|
||||
push af
|
||||
push hl
|
||||
ld a,$AF
|
||||
ld a,ANIM_AF
|
||||
ld [hli],a
|
||||
ld [hl],b
|
||||
callab StatModifierUpEffect
|
||||
|
|
Loading…
Reference in a new issue