summaryrefslogtreecommitdiff
path: root/menu.s68
diff options
context:
space:
mode:
Diffstat (limited to 'menu.s68')
-rw-r--r--menu.s685
1 files changed, 3 insertions, 2 deletions
diff --git a/menu.s68 b/menu.s68
index c9f8e59..1a30874 100644
--- a/menu.s68
+++ b/menu.s68
@@ -364,6 +364,7 @@ handle_mouse:
move.b #1, mouse_shown.w
.skip_show_check
+ neg.w d1
move.l mouse_sprite.w, a2
add.w d1, (a2)
add.w d0, mouse_x.w
@@ -505,11 +506,11 @@ loop:
btst #4, d3
beq xpos
- neg.w d0
+ or.w #$FF00, d0
xpos
btst #5, d3
beq ypos
- neg.w d1
+ or.w #$FF00, d1
ypos
;set port config back to normal controller mode
move.b #$40, (PAD1_CTRL-PAD1_DATA, a2)