From 94eee4e89ef5c0857599c2951befee9dc709ae85 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Thu, 31 Dec 2015 15:24:54 -0500 Subject: Cleanup with yellow-exclusive banks Also introduce charmap for $ec (unfilled menu arrow cursor) --- engine/random.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/random.asm') diff --git a/engine/random.asm b/engine/random.asm index 2fc83f6f..ddf042df 100755 --- a/engine/random.asm +++ b/engine/random.asm @@ -1,4 +1,4 @@ -Random_:: +Random_:: ; f67dc (3d:67dc) ; Generate a random 16-bit value. ld a, [rDIV] ld b, a -- cgit v1.3.1-sl0p