From 933d63e1fd865ccca2ef8f75d6273d093a455900 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 20 Jan 2018 18:34:37 -0500 Subject: make special ids global --- data/specials.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'data') 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 -- cgit v1.2.3