From e167782eb6cc3db6a68d9b5c1d51f4b467f6ae9d Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 17 Dec 2015 20:41:43 -0800 Subject: Added button graphic for menu --- menu.s68 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'menu.s68') diff --git a/menu.s68 b/menu.s68 index 1a30874..13123bc 100644 --- a/menu.s68 +++ b/menu.s68 @@ -733,6 +733,9 @@ arrowend: cursor: incbin cursor.tiles cursorend: +button: + incbin button.tiles +buttonend: widths: dc.b 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1 -- cgit v1.2.3