Fix a hardcoded value by replacing it with a variable.

This commit is contained in:
IIMarckus 2015-05-31 09:15:52 -06:00
parent 941d2b9eb8
commit 26d279b551

View file

@ -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