Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add menu state information #16

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Conversation

altf4
Copy link
Contributor

@altf4 altf4 commented Jun 19, 2020

Not part of SLP file
Gets written to EXI device for slippicom server

@altf4
Copy link
Contributor Author

altf4 commented Jun 19, 2020

To test this, you'll want to use the Ishiiruka that supports it:
https://github.com/altf4/Ishiiruka/tree/gamma

Libmelee can then be used to finish the loop:
https://github.com/altf4/libmelee/

@@ -11,6 +11,7 @@
.set CMD_ITEM, 0x3B
.set CMD_FRAME_BOOKEND, 0x3C
.set CMD_GAME_END, 0x39
.set CMD_MENU_FRAME, 0x3E
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe put this under the command count and add comment that says these commands are not executed while in a recorded game

@altf4
Copy link
Contributor Author

altf4 commented Jul 5, 2020

  • Added the change you suggested.
  • Also got rid of all the heap-allocated pointers I was reading from. (all in the 0x803XXXX-0x804XXXX range now)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants