summaryrefslogtreecommitdiff
path: root/engine/random.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-28 14:23:05 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-28 14:23:05 -0400
commite1c747e8f5c8ec23346888fceebb5e1db183ea08 (patch)
tree1ef6605f943d59fafa32ac2f42237a498dbd5987 /engine/random.asm
parent9c61b495da446c2216bcd8c56aaa55fffdbf3d61 (diff)
Attempt to make pokeyellow buildable, part 8.
Diffstat (limited to 'engine/random.asm')
-rwxr-xr-xengine/random.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/engine/random.asm b/engine/random.asm
index b7fb0edd..2fc83f6f 100755
--- a/engine/random.asm
+++ b/engine/random.asm
@@ -1,5 +1,3 @@
-SECTION "bank3d",ROMX[$67DC],BANK[$3D]
-
Random_::
; Generate a random 16-bit value.
ld a, [rDIV]