diff options
Diffstat (limited to 'home/random.asm')
-rw-r--r-- | home/random.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/random.asm b/home/random.asm index 690c4b9..a342976 100644 --- a/home/random.asm +++ b/home/random.asm @@ -62,4 +62,4 @@ BattleRandom:: pop af call Bankswitch ld a, [wPredefHL + 1] - ret
\ No newline at end of file + ret |