mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-14 00:20:22 +00:00
6 lines
85 B
C
6 lines
85 B
C
#ifdef SDK_CODE_ARM
|
|
#include <nitro/code32.h>
|
|
#else
|
|
#include <nitro/code16.h>
|
|
#endif
|