From e1c747e8f5c8ec23346888fceebb5e1db183ea08 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Fri, 28 Aug 2015 14:23:05 -0400 Subject: Attempt to make pokeyellow buildable, part 8. --- engine/random.asm | 2 -- 1 file changed, 2 deletions(-) (limited to 'engine/random.asm') 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] -- cgit v1.3.1-sl0p