You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Uppercase MACRO and EQU(S) according to the style guide
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user