hQuotient is a four-byte buffer (fixes #558)

This commit is contained in:
Rangi
2018-08-26 13:49:38 -04:00
parent cb32c895e4
commit 557ce82073
22 changed files with 107 additions and 110 deletions

View File

@@ -636,15 +636,15 @@ StatsScreen_LoadGFX:
farcall CalcExpAtLevel
ld hl, wTempMonExp + 2
ld hl, wTempMonExp + 2
ldh a, [hQuotient + 2]
ldh a, [hQuotient + 3]
sub [hl]
dec hl
ld [wBuffer3], a
ldh a, [hQuotient + 1]
ldh a, [hQuotient + 2]
sbc [hl]
dec hl
ld [wBuffer2], a
ldh a, [hQuotient]
ldh a, [hQuotient + 1]
sbc [hl]
ld [wBuffer1], a
ret