/* * 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 EXPTABLES_H #define EXPTABLES_H #include extern const u32 gExperienceTables[][101]; #endif