Skip to content

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

Properties

  • rom - A base64 encoded string representing the full binary contents of the active ROM file

Example

{
   "type":"rom",
   "rom":"some base64 data",
}
Clone this wiki locally