From 7beb497d3aba7cd1bb34f2b1394bde80c1cd9807 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Thu, 28 Dec 2017 13:23:44 +0100 Subject: Uppercase MACRO and EQU(S) according to the style guide --- data/wild/roammon_maps.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/wild/roammon_maps.asm') diff --git a/data/wild/roammon_maps.asm b/data/wild/roammon_maps.asm index ee213bff5..bf676c3a9 100644 --- a/data/wild/roammon_maps.asm +++ b/data/wild/roammon_maps.asm @@ -1,7 +1,7 @@ ; Maps that roaming monsters can be on, and possible maps they can jump to. ; Notably missing are Route 40 and Route 41, which are water routes. -roam_map: macro +roam_map: MACRO ; map, # of other maps, other maps map \1 db \2 -- cgit v1.2.3