summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-07-18 05:28:30 -0700
committeryenatch <yenatch@gmail.com>2014-07-18 10:31:39 -0700
commitb6793b65df8472aed4cd58cf05e86c399dd0c3ea (patch)
tree8657fbb9ad51b8a693f0c1153c0a7d93d67696a9 /hram.asm
parente2ec8a1d1331517bd2b09940ab1d688bd4d698c9 (diff)
Use a macro for Odd Egg probabilities.
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index 051d4186a..675702c68 100644
--- a/hram.asm
+++ b/hram.asm
@@ -60,6 +60,7 @@ hBGMapUpdate EQU $ffdb
hTileAnimFrame EQU $ffdf
+hRandom EQU $ffe1
hRandomAdd EQU $ffe1
hRandomSub EQU $ffe2