about summary refs log tree commit diff stats
path: root/gba/source/exptables.h
blob: 8ab7eb7e10ca02c6a4849f5134acaad1b41558a0 (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 EXPTABLES_H
#define EXPTABLES_H

#include <gba.h>

extern const u32 gExperienceTables[][101];

#endif