/* * 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 extern const u16 gSpeciesToNationalPokedexNum[]; #endif