mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-04-25 08:07:59 -05:00
Updating protocol.h
This commit is contained in:
parent
b620818178
commit
a10d4c6f65
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user