summaryrefslogtreecommitdiff
path: root/home/random.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/random.asm')
-rw-r--r--home/random.asm6
1 files changed, 1 insertions, 5 deletions
diff --git a/home/random.asm b/home/random.asm
index 7c833b5..a342976 100644
--- a/home/random.asm
+++ b/home/random.asm
@@ -1,10 +1,6 @@
include "constants.asm"
-; if DEBUG
SECTION "home/random.asm", ROM0
-; else
-; SECTION "Random Number Generation", ROM0 [$3234]
-; endc
Random::
; A simple hardware-based random number generator (RNG).
@@ -66,4 +62,4 @@ BattleRandom::
pop af
call Bankswitch
ld a, [wPredefHL + 1]
- ret \ No newline at end of file
+ ret