diff options
author | yenatch <yenatch@gmail.com> | 2014-05-24 11:40:38 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-24 11:40:38 -0700 |
commit | 64479cd64205d611a66698f447aa42c16c334b2d (patch) | |
tree | 2cd1ddc619864053accbbc7f6cbf084a9bd33c53 /hram.asm | |
parent | 8f8281fe6ed02d8235ab9f92fa6ae93f50a3bf8e (diff) |
Rename random number function and hram labels.
GenRandom -> Random
GenRandomInBattle -> BattleRandom
H_RAND1 -> hRandomAdd
H_RAND2 -> hRandomSub
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |