diff options
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 243f7743..6922a2de 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 |