diff options
author | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 13:23:44 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 13:23:44 +0100 |
commit | 7beb497d3aba7cd1bb34f2b1394bde80c1cd9807 (patch) | |
tree | a392d05e31ce2c3c614992a4a3100a65f012fd2e /macros/scripts/battle_commands.asm | |
parent | 9457679af8d36a140db7b8832df595e8310e6bb4 (diff) |
Uppercase MACRO and EQU(S) according to the style guide
Diffstat (limited to 'macros/scripts/battle_commands.asm')
-rw-r--r-- | macros/scripts/battle_commands.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/scripts/battle_commands.asm b/macros/scripts/battle_commands.asm index 5ac9009ff..dc264b291 100644 --- a/macros/scripts/battle_commands.asm +++ b/macros/scripts/battle_commands.asm @@ -1,6 +1,6 @@ -command: macro +command: MACRO enum \1_command -\1 equs "db \1_command" +\1 EQUS "db \1_command" endm ; BattleCommandPointers indexes (see data/battle_command_pointers.asm) |