diff options
Diffstat (limited to 'data/experience_tables/tables.s')
-rw-r--r-- | data/experience_tables/tables.s | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/experience_tables/tables.s b/data/experience_tables/tables.s new file mode 100644 index 000000000..3fd605fc2 --- /dev/null +++ b/data/experience_tables/tables.s @@ -0,0 +1,12 @@ + .align 2 + +gExperienceTables: ; 81FDF78 + .include "data/experience_tables/medium_fast_growth_rate.s" + .include "data/experience_tables/erratic_growth_rate.s" + .include "data/experience_tables/fluctuating_growth_rate.s" + .include "data/experience_tables/medium_slow_growth_rate.s" + .include "data/experience_tables/fast_growth_rate.s" + .include "data/experience_tables/slow_growth_rate.s" +; TODO: find out if these copies are used + .include "data/experience_tables/medium_fast_growth_rate.s" + .include "data/experience_tables/medium_fast_growth_rate.s" |