From 95c6b2390120a95c77e4bf582452ec77f426976a Mon Sep 17 00:00:00 2001 From: xCrystal Date: Sun, 17 Jan 2016 01:38:16 +0100 Subject: disassemble GetCardPointer (0:2f7c) --- src/data/move_card_effects.asm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/data') 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 FunctionCommands or FunctionCommands for these types of cards. + EkansSpitPoisonEffectCommands: dbw $03, $46F8 dbw $09, $46F0 -- cgit v1.2.3