From f488c07ed465ee4261eab9f2f6c9e1b8c65b0b1f Mon Sep 17 00:00:00 2001 From: ipher <> Date: Fri, 8 Apr 2005 18:24:11 +0000 Subject: [PATCH] Fixed click-area for Prev. and Next Chapter --- zsnes/src/gui/guimouse.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/gui/guimouse.inc b/zsnes/src/gui/guimouse.inc index 1742a7d4..0997fa1d 100644 --- a/zsnes/src/gui/guimouse.inc +++ b/zsnes/src/gui/guimouse.inc @@ -2123,8 +2123,8 @@ DisplayGUIMovieClick: GUIPButtonHole 140,40,byte[CMovieExt],'9' DGOptnsProcBox 116,68,[KeyInsrtChap] - DGOptnsProcBox 116,84,[KeyNextChap] - DGOptnsProcBox 116,100,[KeyPrevChap] + DGOptnsProcBox 116,84,[KeyPrevChap] + DGOptnsProcBox 116,100,[KeyNextChap] GUIClickCButton 60,50,byte[MovieDisplayFrame] GUIPButtonHole 8,127,byte[MovieStartMethod],0 GUIPButtonHole 43,127,byte[MovieStartMethod],1