diff options
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -373,6 +373,13 @@ wCardFlipFaceUpCard:: db wDiscardPile:: ds 4 * 6 wDiscardPileEnd:: +; beta poker game +wBetaPokerSGBPals:: db + ds 2 +wBetaPokerSGBAttr:: db +wBetaPokerSGBCol:: db +wBetaPokerSGBRow:: db + NEXTU ; unused memory game wMemoryGameCards:: ds 9 * 5 @@ -388,15 +395,6 @@ wMemoryGameCounter:: db wMemoryGameNumCardsMatched:: db NEXTU -; beta poker game - ds 50 -wBetaPokerSGBPals:: db - ds 2 -wBetaPokerSGBAttr:: db -wBetaPokerSGBCol:: db -wBetaPokerSGBRow:: db - -NEXTU ; unown puzzle wPuzzlePieces:: ds 6 * 6 ENDU |