Skip to content

Commit

Permalink
Avoid conflict with menu frame command code
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCondron committed Feb 17, 2024
1 parent 1f96bba commit d0bb00a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Recording/Recording.s
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0bb00a

Please sign in to comment.