Uppercase MACRO and EQU(S) according to the style guide
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
; Used in data/pokemon/base_stats/*.asm
|
||||
|
||||
define: macro
|
||||
define: MACRO
|
||||
if !def(\1)
|
||||
\1 equs \2
|
||||
\1 EQUS \2
|
||||
endc
|
||||
endm
|
||||
|
||||
|
Reference in New Issue
Block a user