Reorganize math-related HRAM union (ffb3)

This commit is contained in:
Rangi
2018-08-25 21:49:26 -04:00
parent 919ed1d4f5
commit b2adcd6d6f
6 changed files with 180 additions and 184 deletions

View File

@@ -259,7 +259,7 @@ GetTreeScore:
ld b, 2
call Divide
ldh a, [hQuotient + 3]
ldh a, [hRemainder]
ret
.OTIDScore:
@@ -271,5 +271,5 @@ GetTreeScore:
ldh [hDivisor], a
ld b, 2
call Divide
ldh a, [hQuotient + 3]
ldh a, [hRemainder]
ret