about summary refs log tree commit diff stats
path: root/gba/source/dexorder.h
blob: 21cf4b172af16b3fbf2e12ef4fe0da609fbcf62c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (C) 2017 Scott Norton
 * Copyright (C) 2017 hatkirby
 *
 * This software may be modified and distributed under the terms
 * of the MIT license.  See the LICENSE file for details.
 */
#ifndef DEXORDER_H
#define DEXORDER_H

#include <gba.h>

extern const u16 gSpeciesToNationalPokedexNum[];

#endif