diff options
author | yenatch <yenatch@gmail.com> | 2018-01-20 18:34:37 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-01-20 18:34:37 -0500 |
commit | 933d63e1fd865ccca2ef8f75d6273d093a455900 (patch) | |
tree | 08a258ec667f9c0e2aec25aa4e17ba12af96c24b | |
parent | 185846f20840c03ba1616c4d0c6eca949147512c (diff) |
make special ids global
-rw-r--r-- | data/specials.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/specials.inc b/data/specials.inc index 6904a2b6b..73aa3e093 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -1,4 +1,5 @@ .macro def_special ptr +.global SPECIAL_\ptr .set SPECIAL_\ptr, __special__ .set __special__, __special__ + 1 .4byte \ptr |