Uppercase MACRO and EQU(S) according to the style guide

This commit is contained in:
xCrystal
2017-12-28 13:23:44 +01:00
parent 9457679af8
commit 7beb497d3a
33 changed files with 425 additions and 425 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
treemon_map: macro
treemon_map: MACRO
map \1
db \2 ; treemon set
endm