summaryrefslogtreecommitdiff
path: root/home/random.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/random.asm')
-rw-r--r--home/random.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/home/random.asm b/home/random.asm
index 5ca7c78..7c833b5 100644
--- a/home/random.asm
+++ b/home/random.asm
@@ -1,10 +1,10 @@
include "constants.asm"
-if DEBUG
-SECTION "Random Number Generation", ROM0 [$3270]
-else
-SECTION "Random Number Generation", ROM0 [$3234]
-endc
+; 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 +66,4 @@ BattleRandom::
pop af
call Bankswitch
ld a, [wPredefHL + 1]
- ret
+ ret \ No newline at end of file