diff options
Diffstat (limited to 'gba/source/dexorder.h')
-rw-r--r-- | gba/source/dexorder.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gba/source/dexorder.h b/gba/source/dexorder.h new file mode 100644 index 0000000..21cf4b1 --- /dev/null +++ b/gba/source/dexorder.h | |||
@@ -0,0 +1,15 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2017 Scott Norton | ||
3 | * Copyright (C) 2017 hatkirby | ||
4 | * | ||
5 | * This software may be modified and distributed under the terms | ||
6 | * of the MIT license. See the LICENSE file for details. | ||
7 | */ | ||
8 | #ifndef DEXORDER_H | ||
9 | #define DEXORDER_H | ||
10 | |||
11 | #include <gba.h> | ||
12 | |||
13 | extern const u16 gSpeciesToNationalPokedexNum[]; | ||
14 | |||
15 | #endif | ||