diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-11 16:59:40 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-11 16:59:40 -0500 |
commit | ecd277204a1e32e923702a57a6212579635a9b4c (patch) | |
tree | da36c9e86e4578e25cdbcd4f8c563aed8cd54b7c /wram.asm | |
parent | b65fe57db61c8b4528092ca7cd13f33e559e33d2 (diff) |
Card Flip
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |