summaryrefslogtreecommitdiff
path: root/data/wild
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2017-12-28 13:23:44 +0100
committerxCrystal <rgr.crystal@gmail.com>2017-12-28 13:23:44 +0100
commit7beb497d3aba7cd1bb34f2b1394bde80c1cd9807 (patch)
treea392d05e31ce2c3c614992a4a3100a65f012fd2e /data/wild
parent9457679af8d36a140db7b8832df595e8310e6bb4 (diff)
Uppercase MACRO and EQU(S) according to the style guide
Diffstat (limited to 'data/wild')
-rw-r--r--data/wild/roammon_maps.asm2
-rw-r--r--data/wild/treemon_maps.asm2
2 files changed, 2 insertions, 2 deletions
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