diff options
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/move_effects.asm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/data/move_effects.asm b/src/data/move_effects.asm index ea8a0b9..1dab5a8 100644 --- a/src/data/move_effects.asm +++ b/src/data/move_effects.asm @@ -1,5 +1,7 @@ -MoveEffectCommands: ; 186f7 (6:46f7)
-; Each move has a two-byte effect pointer (move's 7th param) that points to one of these structures:
+MoveEffectAndTrainerCardCommands: ; 186f7 (6:46f7)
+; Each move has a two-byte effect pointer (move's 7th param) that points to one of these structures.
+; Similarly, trainer cards have a two-byte pointer (7th param) to one of these structures, which determines the card's function.
+; Energy cards also point to one of these, but their data is just $00.
; db CommandId ($01 - $09)
; dw Function
; ...
|
