mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-25 04:10:42 -05:00
8 lines
109 B
C
8 lines
109 B
C
#ifndef SDK_ARM7
|
|
#define SDK_ARM7
|
|
#endif
|
|
#ifdef SDK_ARM9
|
|
#undef SDK_ARM9
|
|
#endif
|
|
#include <nitro/memorymap.h>
|