about summary refs log tree commit diff stats
path: root/gba/source/payload.h
diff options
context:
space:
mode:
Diffstat (limited to 'gba/source/payload.h')
-rw-r--r--gba/source/payload.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gba/source/payload.h b/gba/source/payload.h index d95476c..ea87200 100644 --- a/gba/source/payload.h +++ b/gba/source/payload.h
@@ -8,6 +8,7 @@
8 */ 8 */
9 9
10#include "saveblocks.h" 10#include "saveblocks.h"
11#include "libpayload.h"
11 12
12#define GAME_RUBY (((*(u32*)(0x80000AC)) << 8) == 'VXA\x00') 13#define GAME_RUBY (((*(u32*)(0x80000AC)) << 8) == 'VXA\x00')
13#define GAME_SAPP (((*(u32*)(0x80000AC)) << 8) == 'PXA\x00') 14#define GAME_SAPP (((*(u32*)(0x80000AC)) << 8) == 'PXA\x00')