diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-24 23:38:36 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-24 23:38:36 -0500 |
commit | 4ba3b9f592e2a23bb57e59ca41acd0cfb27a0d84 (patch) | |
tree | 4009791ef38c7f47f8ba14a1ba17ea3e75058544 /data | |
parent | 4327bee485510b424cbf28e450d90ff50e6fe78b (diff) | |
parent | 4e54b9f65e93e84887ef81b726a187bbf3197530 (diff) |
merge
Diffstat (limited to 'data')
-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 |