diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-06-04 16:28:16 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-12-16 00:24:21 +0000 |
commit | 75fa5549f3a5e7fe5a690454852559e6e1705cb1 (patch) | |
tree | 710a640c330f9b4c83d0a4ddc67ae2e5bd6a3854 /src/hram.asm | |
parent | 046cb28bde1c0d6716380f83e26df4a568d7691c (diff) |
Lightning attack effects
Diffstat (limited to 'src/hram.asm')
-rw-r--r-- | src/hram.asm | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/src/hram.asm b/src/hram.asm index 1554be6..d36869b 100644 --- a/src/hram.asm +++ b/src/hram.asm @@ -90,14 +90,6 @@ hTempPlayAreaLocation_ffa1:: ; ffa1 hAIPkmnPowerEffectParam:: ; ffa1 ds $1 -NEXTU - -; list of cards selected for various effects -hTempCardList:: ; ffa0 - ds $2 - -ENDU - UNION ; $ff-terminated list of cards to be discarded upon retreat @@ -119,12 +111,15 @@ hPkmnPowerPlayAreaTarget:: ; ffa2 hAIEnergyTransPlayAreaLocation:: ; ffa3 ds $1 +ENDU + NEXTU -; Play Area location (PLAY_AREA_*) of card -; chosen by AI to use Heal Pkmn Power on. -hAIHealCard:: ; ffa2 - ds $1 +; list of various items, such as +; cards selected for various effects, +; Play Area locations, etc. +hTempList:: ; ffa0 + ds $8 ENDU |