diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-08-26 13:49:38 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-08-26 13:49:38 -0400 |
commit | 557ce82073dc7c84ad701099713b00bcb7194860 (patch) | |
tree | 6d6a604f834d17cd622528b78c3926ca422e3fa1 /hram.asm | |
parent | cb32c895e479f4a470ca7fb113dc8db870302a5e (diff) |
hQuotient is a four-byte buffer (fixes #558)
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -63,9 +63,7 @@ hEnemyMonSpeed:: dw ; ffb1 UNION ; ffb3 ; miscellaneous - ds 2 -hPartyMon1Speed:: dw ; ffb5 - ds 5 + ds 9 hMGStatusFlags:: db ; ffbc NEXTU ; ffb3 @@ -85,8 +83,7 @@ hDivisor:: db ; ffb7 NEXTU ; ffb3 ; results of Divide - ds 1 -hQuotient:: ds 3 ; ffb4 +hQuotient:: ds 4 ; ffb3 hRemainder:: db ; ffb7 NEXTU ; ffb3 |