summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-11 17:41:18 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-11 17:41:18 -0500
commit720cdc72b2e777174578b7bfdd4cca283b4b5106 (patch)
tree1ce4dc3ce0d9a12a1feb28147f4bc5f1ed0dcfdd /macros.asm
parent4afc2f01ef96e6e94f3171c1c6bac84e70596854 (diff)
Comments distinguish "move effects" and "effect commands"
Effect command enums are used like constants, not macros
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/macros.asm b/macros.asm
index 9ada1e62a..f9913bce2 100644
--- a/macros.asm
+++ b/macros.asm
@@ -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"