From d0bb00a4cbba7a273f200c4767b7529620b889d4 Mon Sep 17 00:00:00 2001 From: Nick Condron Date: Wed, 4 Oct 2023 18:22:49 -0400 Subject: [PATCH] Avoid conflict with menu frame command code --- Recording/Recording.s | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Recording/Recording.s b/Recording/Recording.s index 6b3e078a..4ebfe7f9 100644 --- a/Recording/Recording.s +++ b/Recording/Recording.s @@ -22,10 +22,11 @@ .set CMD_ITEM, 0x3B .set CMD_FRAME_BOOKEND, 0x3C .set CMD_GAME_END, 0x39 -.set CMD_FOD_INFO, 0x3E -.set CMD_DL_INFO, 0x3F -.set CMD_PS_INFO, 0x40 +.set CMD_FOD_INFO, 0x3F +.set CMD_DL_INFO, 0x40 +.set CMD_PS_INFO, 0x41 .set COMMAND_COUNT, 13 # number of possible commands +# .set CMD_MENU_FRAME, 0x3E # not written for recorded game ################################################################################ # Payload lengths