mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
11 lines
260 B
C
11 lines
260 B
C
#ifndef GUARD_GBA_SYSCALL_H
|
|
#define GUARD_GBA_SYSCALL_H
|
|
|
|
#define CPU_SET_SRC_FIXED 0x01000000
|
|
#define CPU_SET_16BIT 0x00000000
|
|
#define CPU_SET_32BIT 0x04000000
|
|
|
|
extern void CpuSet(void *src, void *dest, u32 controlData);
|
|
|
|
#endif // GUARD_GBA_SYSCALL_H
|