summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm16
1 files changed, 7 insertions, 9 deletions
diff --git a/wram.asm b/wram.asm
index cf27523a..172faa10 100644
--- a/wram.asm
+++ b/wram.asm
@@ -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