mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
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"
|