diff options
author | yenatch <yenatch@gmail.com> | 2013-08-30 22:59:40 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-30 22:59:40 -0400 |
commit | c9d3881a2ffa4e3bdb5e5c12d98c20c0bba1e400 (patch) | |
tree | e1b80a12542896021ce624926b7fa2b00517bd92 /stats/odd_eggs.asm | |
parent | 70ecde3f78dc9885a04eb002f68681d03cc2d212 (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.asm | 2 |
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 |