summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-11 16:59:40 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-11 16:59:40 -0500
commitecd277204a1e32e923702a57a6212579635a9b4c (patch)
treeda36c9e86e4578e25cdbcd4f8c563aed8cd54b7c /wram.asm
parentb65fe57db61c8b4528092ca7cd13f33e559e33d2 (diff)
Card Flip
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index 51a0471da..c492a5614 100644
--- a/wram.asm
+++ b/wram.asm
@@ -815,6 +815,9 @@ wDeck:: ds 24
wDeckEnd::
; c6e8
wCardFlipNumCardsPlayed:: ds 1
+wCardFlipFaceUpCard:: ds 1
+wDiscardPile:: ds 24
+wDiscardPileEnd::
wCardFlipEnd::
ds wCardFlip - @
@@ -1435,15 +1438,18 @@ wNrOfBeatenBattleTowerTrainers::
wMomBankDigitCursorPosition::
wIntroSceneFrameCounter::
wHoldingUnownPuzzlePiece::
+wCardFlipCursorY::
wcf64:: ds 1
IF !DEF(CRYSTAL11)
wPokedexStatus::
ENDC
wTitleScreenTimerLo::
wUnownPuzzleCursorPosition::
+wCardFlipCursorX::
wcf65:: ds 1
wTitleScreenTimerHi::
wUnownPuzzleHeldPiece::
+wCardFlipWhichCard::
wcf66:: ds 1
Requested2bpp:: ; cf67