summaryrefslogtreecommitdiff
path: root/src/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/hram.asm')
-rw-r--r--src/hram.asm10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/hram.asm b/src/hram.asm
index ccd9c7d..16126a7 100644
--- a/src/hram.asm
+++ b/src/hram.asm
@@ -77,6 +77,14 @@ hOppActionTableIndex:: ; ff9e
hTempCardIndex_ff9f:: ; ff9f
ds $1
+UNION
+
+; list of cards chosen to be discarded for attack effect
+hTempDiscardEnergyCards:: ; ffa0
+ ds $2
+
+NEXTU
+
; multipurpose temp storage (card's deck index, selected move index, status condition...)
hTemp_ffa0:: ; ffa0
ds $1
@@ -87,6 +95,8 @@ hTempPlayAreaLocation_ffa1:: ; ffa1
hAIPkmnPowerEffectParam:: ; ffa1
ds $1
+ENDU
+
UNION
; $ff-terminated list of cards to be discarded upon retreat