experience tables

This commit is contained in:
YamaArashi
2015-10-11 19:42:50 -07:00
parent 7b95d1ff81
commit c608a399db
9 changed files with 638 additions and 20 deletions

12
data/experience_tables.s Normal file
View File

@@ -0,0 +1,12 @@
.align 2, 0
gExperienceTables: ; 831F72C
.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"