mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-31 23:24:08 -05:00
14 lines
226 B
C
14 lines
226 B
C
#ifndef NITRO_SPEC_H_
|
|
# define NITRO_SPEC_H_
|
|
|
|
# ifdef SDK_TS
|
|
# ifndef SDK_TS_VERSION
|
|
# define SDK_TS_VERSION 200
|
|
# endif
|
|
# ifndef SDK_NVRAM_FORMAT
|
|
# define SDK_NVRAM_FORMAT 300
|
|
# endif
|
|
# endif
|
|
|
|
#endif
|