diff options
author | xCrystal <rgr.crystal@gmail.com> | 2016-02-28 17:35:06 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2016-02-28 17:35:06 +0100 |
commit | c54f07430c969654829f36d6ed8824a2b1f5a144 (patch) | |
tree | 9a989b1917a1f5a40f390da2678a642b7796b6ee /src/macros.asm | |
parent | ff6bcdf901daee04477d8f05b2251be360023658 (diff) |
replace hardcoded constants and defender/pluspower handlers
Diffstat (limited to 'src/macros.asm')
-rwxr-xr-x | src/macros.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/macros.asm b/src/macros.asm index 62a5bc5..d7f05b1 100755 --- a/src/macros.asm +++ b/src/macros.asm @@ -323,8 +323,12 @@ card_data_struct: MACRO \1Rarity:: db \1Set:: db \1ID:: db +\1EnergyCardEffectCommands:: ; dw +\1TrainerCardEffectCommands:: ; dw \1HP:: db \1Stage:: db +\1EnergyCardDescription:: ; dw +\1TrainerCardDescription:: ; dw \1PreEvoName:: dw \1Move1:: move_data_struct \1Move1 \1Move2:: move_data_struct \1Move2 |