about summary refs log tree commit diff stats
path: root/gba/source/exptables.h
diff options
context:
space:
mode:
Diffstat (limited to 'gba/source/exptables.h')
-rw-r--r--gba/source/exptables.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/gba/source/exptables.h b/gba/source/exptables.h new file mode 100644 index 0000000..8ab7eb7 --- /dev/null +++ b/gba/source/exptables.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 EXPTABLES_H
9#define EXPTABLES_H
10
11#include <gba.h>
12
13extern const u32 gExperienceTables[][101];
14
15#endif