diff options
author | YamaArashi <shadow962@live.com> | 2016-07-05 06:07:44 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-07-05 06:07:44 -0700 |
commit | d9d3d3da08b24f8c96383e75014d21329b52ce28 (patch) | |
tree | 764f85d8649648fc7ffd256d79e5a301903b30de | |
parent | 7b01b8e827c8ecca6ad68b74d621b535bab33b8d (diff) |
remove .global that was missed
-rw-r--r-- | data/data2.s | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/data2.s b/data/data2.s index beadf2bb6..26383c4aa 100644 --- a/data/data2.s +++ b/data/data2.s @@ -20153,9 +20153,8 @@ gUnknown_08411905:: @ 8411905 SystemText_Saving: .string "SAVING...\nDON’T TURN OFF THE POWER.$" - .align 2 - .global gUnknown_0841192C -gUnknown_0841192C: @ 841192C + .align 2 +gUnknown_0841192C:: @ 841192C .4byte ContestStatsText_VerySoft .4byte ContestStatsText_Soft .4byte ContestStatsText_Hard |