From 64479cd64205d611a66698f447aa42c16c334b2d Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 24 May 2014 11:40:38 -0700 Subject: Rename random number function and hram labels. GenRandom -> Random GenRandomInBattle -> BattleRandom H_RAND1 -> hRandomAdd H_RAND2 -> hRandomSub --- hram.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hram.asm') 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) -- cgit v1.3.1-sl0p