Updating protocol.h

This commit is contained in:
Rodrigo Alfonso 2025-02-17 21:33:43 -03:00
parent b620818178
commit a10d4c6f65

View File

@ -1,6 +1,10 @@
#ifndef PROTOCOL_H
#define PROTOCOL_H
#include "def.h"
// This protocol is only meant to be used by homebrew games using
// gba-link-connection's LinkCard library and its loader. It's highly inspired
// by `4-e`, but not compatible with it since SMA4 cards start from offset
// `0x72`, while cards generated with `nedcmake v1.4` start from offset `0x4e`.
// Both card formats are valid, though. That said, you could make it compatible