summaryrefslogtreecommitdiff
path: root/menu.s68
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-04-12 22:50:31 -0700
committerMichael Pavone <pavone@retrodev.com>2016-04-12 22:50:31 -0700
commitdb0f3ca459cc270e8048c8e554c3051b4014de91 (patch)
tree8a2b93ec9a8e5b33de17b02db6ff87800dff5f59 /menu.s68
parent7d358bea84f610c38d8a8f2ee77b5cb24ff4171d (diff)
Implement "Resume" button in pause menu
Diffstat (limited to 'menu.s68')
-rw-r--r--menu.s686
1 files changed, 3 insertions, 3 deletions
diff --git a/menu.s68 b/menu.s68
index b1c7f42..92a4eb5 100644
--- a/menu.s68
+++ b/menu.s68
@@ -926,12 +926,12 @@ show_about:
bra .wait
exit:
- move.w #1, menu_port+12
+ move.l #1, menu_port+12
bra exit
resume:
- ;TODO: Implement me
- bra resume
+ move.l #2, menu_port+12
+ bra show_pause_menu
save_state:
;TODO: Implement me