summaryrefslogtreecommitdiff
path: root/home/random.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/random.asm')
-rw-r--r--home/random.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/home/random.asm b/home/random.asm
index 7c833b5..690c4b9 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).