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,6 +1,7 @@
dw 0 ; padding
BattleCommandPointers: ; 3fd28
; entries correspond to constants/effect_command_constants.asm
dw BattleCommand_CheckTurn ; 34084
dw BattleCommand_CheckObedience ; 343db
dw BattleCommand_UsedMoveText ; 34541