summaryrefslogtreecommitdiff
path: root/stats/odd_eggs.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-08-30 22:59:40 -0400
committeryenatch <yenatch@gmail.com>2013-08-30 22:59:40 -0400
commitc9d3881a2ffa4e3bdb5e5c12d98c20c0bba1e400 (patch)
treee1b80a12542896021ce624926b7fa2b00517bd92 /stats/odd_eggs.asm
parent70ecde3f78dc9885a04eb002f68681d03cc2d212 (diff)
rename RNG to Random
also fix 'Far' naming scheme for BattleRandom this was a long time coming
Diffstat (limited to 'stats/odd_eggs.asm')
-rw-r--r--stats/odd_eggs.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/stats/odd_eggs.asm b/stats/odd_eggs.asm
index 243f77434..6922a2de7 100644
--- a/stats/odd_eggs.asm
+++ b/stats/odd_eggs.asm
@@ -1,7 +1,7 @@
GiveOddEgg: ; 1fb4b6
; Figure out which egg to give.
- call RNG
+ call Random
ld hl, .Probabilities
ld c, 0
ld b, c