From db0f3ca459cc270e8048c8e554c3051b4014de91 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 12 Apr 2016 22:50:31 -0700 Subject: Implement "Resume" button in pause menu --- menu.s68 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'menu.s68') 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 -- cgit v1.2.3