mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Comment explaining what the "base" Stadium data is for
This commit is contained in:
parent
80a3f7e1ba
commit
1e9befdf18
@ -26,7 +26,8 @@
|
|||||||
|
|
||||||
typedef enum Base { BASE_NONE, BASE_US, BASE_EU, BASE_DEBUG } Base;
|
typedef enum Base { BASE_NONE, BASE_US, BASE_EU, BASE_DEBUG } Base;
|
||||||
|
|
||||||
// Base data format: "base", 1, version, CRC (big-endian), 16 unknown bytes
|
// Base data format: "base", 1, version byte, CRC (big-endian),
|
||||||
|
// 16 bytes = a 128-bit mask of which banks Stadium can skip comparing
|
||||||
|
|
||||||
uint8_t us_base[BASESIZE] = {'b', 'a', 's', 'e', 1, 0, 0, 0,
|
uint8_t us_base[BASESIZE] = {'b', 'a', 's', 'e', 1, 0, 0, 0,
|
||||||
0x40, 0x11, 0x00, 0x22, 0x00, 0x3A, 0xF3, 0x38,
|
0x40, 0x11, 0x00, 0x22, 0x00, 0x3A, 0xF3, 0x38,
|
||||||
|
Loading…
Reference in New Issue
Block a user