diff options
author | YamaArashi <shadow962@live.com> | 2016-07-05 06:03:21 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-07-05 06:03:21 -0700 |
commit | 7b01b8e827c8ecca6ad68b74d621b535bab33b8d (patch) | |
tree | a143a74280627c1838a171a15783d23f706f170f /data/experience_tables/tables.s | |
parent | 86b7c742692565a5eb9b5824378b3e2c74f555c5 (diff) |
convert .global to double colon
Diffstat (limited to 'data/experience_tables/tables.s')
-rw-r--r-- | data/experience_tables/tables.s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/experience_tables/tables.s b/data/experience_tables/tables.s index 57c326130..5018efc0f 100644 --- a/data/experience_tables/tables.s +++ b/data/experience_tables/tables.s @@ -1,6 +1,5 @@ .align 2 - .global gExperienceTables -gExperienceTables: @ 81FDF78 +gExperienceTables:: @ 81FDF78 .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" |