From 46416da9fa3e33738fce25bbd79d9b61476b5164 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Thu, 22 Feb 2018 19:41:55 +0100 Subject: More duel related disassembly and more DUELVAR constants --- src/macros/wram.asm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/macros') diff --git a/src/macros/wram.asm b/src/macros/wram.asm index 9a7ffc2..9825a36 100644 --- a/src/macros/wram.asm +++ b/src/macros/wram.asm @@ -5,12 +5,10 @@ card_data_struct: MACRO \1Rarity:: db \1Set:: db \1ID:: db -\1EnergyCardEffectCommands:: ; dw -\1TrainerCardEffectCommands:: ; dw +\1EffectCommands:: ; dw \1HP:: db \1Stage:: db -\1EnergyCardDescription:: ; dw -\1TrainerCardDescription:: ; dw +\1NonPokemonDescription:: ; dw \1PreEvoName:: dw \1Move1:: move_data_struct \1Move1 \1Move2:: move_data_struct \1Move2 -- cgit v1.2.3