summaryrefslogtreecommitdiff
path: root/src/macros/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/macros/wram.asm')
-rw-r--r--src/macros/wram.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/macros/wram.asm b/src/macros/wram.asm
index 5e7eb1c..5eca96b 100644
--- a/src/macros/wram.asm
+++ b/src/macros/wram.asm
@@ -93,3 +93,8 @@ duel_anim_struct: MACRO
\1Unknown2:: ds 1
\1Bank:: ds 1
ENDM
+
+deck_struct: MACRO
+\1Name:: ds DECK_NAME_SIZE
+\1Cards:: ds DECK_SIZE
+ENDM