summaryrefslogtreecommitdiff
path: root/engine/random.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-05-10 15:09:30 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-05-10 15:09:30 -0400
commitda3a44f40d035c708105839e8459fad98f9d29dd (patch)
treeb1f305b8345a5704e0d59363f68019f3d44feb08 /engine/random.asm
parent0ee980728443ad2f4921519f345ec5d20fb4ae36 (diff)
Update random.asm
Diffstat (limited to 'engine/random.asm')
-rwxr-xr-xengine/random.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/random.asm b/engine/random.asm
index 2fc83f6f..b7fb0edd 100755
--- a/engine/random.asm
+++ b/engine/random.asm
@@ -1,3 +1,5 @@
+SECTION "bank3d",ROMX[$67DC],BANK[$3D]
+
Random_::
; Generate a random 16-bit value.
ld a, [rDIV]