summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/data')
-rw-r--r--src/data/move_card_effects.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/data/move_card_effects.asm b/src/data/move_card_effects.asm
index 1dab5a8..04b5a00 100644
--- a/src/data/move_card_effects.asm
+++ b/src/data/move_card_effects.asm
@@ -11,6 +11,10 @@ MoveEffectAndTrainerCardCommands: ; 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,
+; even though in some cases their commands and function pointers match.
+; xxx use <TrainerCardName>FunctionCommands or <EnergyCardName>FunctionCommands for these types of cards.
+
EkansSpitPoisonEffectCommands:
dbw $03, $46F8
dbw $09, $46F0