diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-28 20:18:00 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-28 20:18:00 -0500 |
commit | 6bef5a2622b432049df9c8b581e21ae09965b02c (patch) | |
tree | d764c1d61d17018c41ef9eab403137d5aeef17d0 /data | |
parent | 4327bee485510b424cbf28e450d90ff50e6fe78b (diff) | |
parent | e92ead0e159ccaa8301b189b9ef2bb1a33b2ea62 (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 |