summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/hram.asm b/hram.asm
index 6f807c90..d6c7cb0e 100644
--- a/hram.asm
+++ b/hram.asm
@@ -98,8 +98,8 @@ REDRAWROW EQU 2
H_SCREENEDGEREDRAWADDR EQU $FFD1
-H_RAND1 EQU $FFD3
-H_RAND2 EQU $FFD4
+hRandomAdd EQU $FFD3
+hRandomSub EQU $FFD4
H_FRAMECOUNTER EQU $FFD5 ; decremented every V-blank (used for delays)