mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-03-22 01:36:12 -05: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
|