summaryrefslogtreecommitdiff
path: root/menu.s68
diff options
context:
space:
mode:
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