diff options
Diffstat (limited to 'data/experience_tables.s')
-rw-r--r-- | data/experience_tables.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/experience_tables.s b/data/experience_tables.s index ae263d510..d42280ec4 100644 --- a/data/experience_tables.s +++ b/data/experience_tables.s @@ -1,12 +1,12 @@ .align 2, 0 -gExperienceTables: ; 831F72C +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 +@ 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" |