summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
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