diff options
author | yenatch <yenatch@gmail.com> | 2017-07-03 22:58:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-03 22:58:47 -0400 |
commit | 86a4a2cd3b7cda3b1885e53e7c9ac4d31270bd6c (patch) | |
tree | 5b3c87ca05d93264a7a3e62347a571299ce90795 /data/experience_tables/tables.inc | |
parent | 8d82578d3a101b06f9d2ced31738021007c4e533 (diff) | |
parent | d8bfc0998dec654e908caddccf8147ea62c0ea4a (diff) |
Merge pull request #328 from PikalaxALT/pokemon_data
Pokémon data
Diffstat (limited to 'data/experience_tables/tables.inc')
-rw-r--r-- | data/experience_tables/tables.inc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/data/experience_tables/tables.inc b/data/experience_tables/tables.inc deleted file mode 100644 index 763d6f8bb..000000000 --- a/data/experience_tables/tables.inc +++ /dev/null @@ -1,11 +0,0 @@ - .align 2 -gExperienceTables:: @ 81FDF78 - .include "data/experience_tables/medium_fast_growth_rate.inc" - .include "data/experience_tables/erratic_growth_rate.inc" - .include "data/experience_tables/fluctuating_growth_rate.inc" - .include "data/experience_tables/medium_slow_growth_rate.inc" - .include "data/experience_tables/fast_growth_rate.inc" - .include "data/experience_tables/slow_growth_rate.inc" -@ TODO: find out if these copies are used - .include "data/experience_tables/medium_fast_growth_rate.inc" - .include "data/experience_tables/medium_fast_growth_rate.inc" |