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 +- data/wild/treemon_maps.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'data/wild') 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 diff --git a/data/wild/treemon_maps.asm b/data/wild/treemon_maps.asm index 47491c2c9..f70617117 100644 --- a/data/wild/treemon_maps.asm +++ b/data/wild/treemon_maps.asm @@ -1,4 +1,4 @@ -treemon_map: macro +treemon_map: MACRO map \1 db \2 ; treemon set endm -- cgit v1.2.3