diff options
author | YamaArashi <shadow962@live.com> | 2016-04-21 23:03:41 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-21 23:06:36 -0700 |
commit | 0601fb4d0013bd0f2508364b313acbdc371da674 (patch) | |
tree | 8d11fa93697da09a4e0eb84bb0957d4722f5c8f4 /data/script_cmd_table.s | |
parent | 8890ea36eef541ba571df102c3353ee411033261 (diff) |
Prepare for switch to standard gas (with preprocessor)
Diffstat (limited to 'data/script_cmd_table.s')
-rw-r--r-- | data/script_cmd_table.s | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/data/script_cmd_table.s b/data/script_cmd_table.s index bbda75ebc..8360538f5 100644 --- a/data/script_cmd_table.s +++ b/data/script_cmd_table.s @@ -1,6 +1,6 @@ .align 2 - -gScriptCmdTable: ; 814AE30 + .global gScriptCmdTable +gScriptCmdTable: @ 814AE30 .4byte s00_nop .4byte sub_8065870 .4byte s02_end @@ -199,5 +199,7 @@ gScriptCmdTable: ; 814AE30 .4byte sC3_unknown .4byte sC4_unknown .4byte sub_8067BFC + + .global gScriptCmdTableEnd gScriptCmdTableEnd: .4byte s00_nop |