From 0a642f8f1442397c75e06b14ae0da3f7f0af3241 Mon Sep 17 00:00:00 2001 From: dannye Date: Sun, 21 Feb 2016 17:27:41 -0600 Subject: Replace hardcoded constants and clean up --- src/data/effect_commands.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/data/effect_commands.asm') diff --git a/src/data/effect_commands.asm b/src/data/effect_commands.asm index 39bc603..3946ee8 100644 --- a/src/data/effect_commands.asm +++ b/src/data/effect_commands.asm @@ -11,7 +11,7 @@ EffectCommands: ; 186f7 (6:46f7) ; with an argument identifying the command Id. If said command Id is found in the ; current move effect's array, its assigned function is immediately executed. -; Similar move effects of different Pokemon cards all point to a different command list, +; Similar move effects of different Pokemon cards all point to a different command list, ; even though in some cases their commands and function pointers match. ; xxx use EffectCommands or EffectCommands for these types of cards. -- cgit v1.2.3