diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 00:48:59 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 00:48:59 -0500 |
commit | d6dc9351e9876d96c4d471aa1da9b722bbae1c9e (patch) | |
tree | 009d13e5d4003512c2b5bb999546014858051980 /battle/effect_command_pointers.asm | |
parent | fecc5c339adf8d4c2939364e49e4ba5c46f207ba (diff) |
Start documenting effect commands
Diffstat (limited to 'battle/effect_command_pointers.asm')
-rw-r--r-- | battle/effect_command_pointers.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm index 60c658dfc..bcd666c91 100644 --- a/battle/effect_command_pointers.asm +++ b/battle/effect_command_pointers.asm @@ -1,7 +1,7 @@ dw 0 ; padding BattleCommandPointers: ; 3fd28 -; entries correspond to constants/effect_command_constants.asm +; entries correspond to macros/scripts/effect_commands.asm dw BattleCommand_CheckTurn ; 34084 dw BattleCommand_CheckObedience ; 343db dw BattleCommand_UsedMoveText ; 34541 |