diff options
Diffstat (limited to 'home/random.asm')
-rw-r--r-- | home/random.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/random.asm b/home/random.asm index 0ee1c50f2..e436e4ff6 100644 --- a/home/random.asm +++ b/home/random.asm @@ -47,7 +47,6 @@ BattleRandom:: ld a, [wPredefTemp + 1] ret - RandomRange:: ; Return a random number between 0 and a (non-inclusive). |