-
Notifications
You must be signed in to change notification settings - Fork 4
rom command
kbranch edited this page Feb 3, 2023
·
6 revisions
The rom
command contains a base64 encoded copy of the entire ROM the user is playing. This is used when the autotracker isn't able to extract the ROM itself.
The ROM is used to extract a spoiler log, entrance mapping, randomizer settings, graphics pack and Link's location.
Magpie will prompt the user to select the ROM they're playing after it receives a romAck
command.
Direction: Magpie -> autotracker
-
rom
- A base64 encoded string representing the full binary contents of the active ROM file
{
"type":"rom",
"rom":"some base64 data",
}