mirror of https://github.com/pret/pokeemerald.git
13 lines
555 B
ArmAsm
13 lines
555 B
ArmAsm
|
.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"
|