summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-08-26 13:49:38 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-08-26 13:49:38 -0400
commit557ce82073dc7c84ad701099713b00bcb7194860 (patch)
tree6d6a604f834d17cd622528b78c3926ca422e3fa1 /hram.asm
parentcb32c895e479f4a470ca7fb113dc8db870302a5e (diff)
hQuotient is a four-byte buffer (fixes #558)
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm7
1 files changed, 2 insertions, 5 deletions
diff --git a/hram.asm b/hram.asm
index ddafeaf95..d5c684564 100644
--- a/hram.asm
+++ b/hram.asm
@@ -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