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/script_cmd_table.s | |
parent | 86b7c742692565a5eb9b5824378b3e2c74f555c5 (diff) |
convert .global to double colon
Diffstat (limited to 'data/script_cmd_table.s')
-rw-r--r-- | data/script_cmd_table.s | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/data/script_cmd_table.s b/data/script_cmd_table.s index 8360538f5..505b2fe84 100644 --- a/data/script_cmd_table.s +++ b/data/script_cmd_table.s @@ -1,6 +1,5 @@ .align 2 - .global gScriptCmdTable -gScriptCmdTable: @ 814AE30 +gScriptCmdTable:: @ 814AE30 .4byte s00_nop .4byte sub_8065870 .4byte s02_end @@ -200,6 +199,5 @@ gScriptCmdTable: @ 814AE30 .4byte sC4_unknown .4byte sub_8067BFC - .global gScriptCmdTableEnd -gScriptCmdTableEnd: +gScriptCmdTableEnd:: .4byte s00_nop |