From 3f9cfe3f1ce84ed5a3a57f20011e57e0361f73d1 Mon Sep 17 00:00:00 2001 From: ipher <> Date: Tue, 21 Feb 2006 01:12:31 +0000 Subject: [PATCH] Crammed a "Documentation" button right below the "WWW.ZSNES.COM" button... I'll make it look a bit better later (Button # 66) --- zsnes/src/gui/guimouse.inc | 3 ++- zsnes/src/gui/guiwindp.inc | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/zsnes/src/gui/guimouse.inc b/zsnes/src/gui/guimouse.inc index c945bbe3..dc4ac338 100644 --- a/zsnes/src/gui/guimouse.inc +++ b/zsnes/src/gui/guimouse.inc @@ -2970,7 +2970,8 @@ DisplayGUIAboutClick: cmp byte[EEgg],1 je .eegg %ifndef __MSDOS__ - GUIPHoldbutton 90,30,175,40,65 + GUIPHoldbutton 90,22,175,32,65 + GUIPHoldbutton 90,33,175,43,66 %endif .eegg ret diff --git a/zsnes/src/gui/guiwindp.inc b/zsnes/src/gui/guiwindp.inc index d78abf2f..4ea4d381 100644 --- a/zsnes/src/gui/guiwindp.inc +++ b/zsnes/src/gui/guiwindp.inc @@ -3083,7 +3083,8 @@ DisplayGUIAbout: ; Displays the About Box je .zero3 mov byte[GUItextcolor],211 .zero3 - DrawGUIButton 11,90,30,175,40,GUIGUIAboutTextE,65,0,0 + DrawGUIButton 11,90,22,175,32,GUIGUIAboutTextE1,65,0,0 + DrawGUIButton 11,90,33,175,43,GUIGUIAboutTextE2,66,0,0 ret .eegg ;Playground @@ -3121,7 +3122,8 @@ GUIGUIAboutTextD5 db 'certain conditions; please',0 GUIGUIAboutTextD6 db 'read ',39,'LICENSE.TXT',39,0 GUIGUIAboutTextD7 db 'thoroughly before doing so.',0 -GUIGUIAboutTextE db 'WWW.ZSNES.COM',0 +GUIGUIAboutTextE1 db 'WWW.ZSNES.COM',0 +GUIGUIAboutTextE2 db 'DOCUMENTATION',0 GUIGUIAboutTextF db 'HIDDEN MESSAGE!',0 GUIGUIAboutTextFa db 'PRESS ',39,'E',39,' TO RETURN ',0