Comments distinguish "move effects" and "effect commands"

Effect command enums are used like constants, not macros
This commit is contained in:
Remy Oukaour
2017-12-11 17:41:18 -05:00
parent 4afc2f01ef
commit 720cdc72b2
5 changed files with 5 additions and 3 deletions

View File

@@ -1,11 +1,9 @@
INCLUDE "macros/enum.asm"
INCLUDE "macros/basestats.asm"
INCLUDE "macros/event.asm"
INCLUDE "macros/sound.asm"
INCLUDE "macros/text.asm"
INCLUDE "macros/charmap.asm"
INCLUDE "macros/move_effect.asm"
INCLUDE "macros/move_anim.asm"
INCLUDE "macros/movement.asm"
INCLUDE "macros/map.asm"