From c3f5e8b58efab4a2c8fea348d70877bfb32fa83c Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 30 Oct 2021 23:03:41 -0400 Subject: Relocate the beta poker WRAM labels to avoid a NEXTU --- wram.asm | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'wram.asm') 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 @@ -387,15 +394,6 @@ wMemoryGameLastMatches:: ds 5 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 -- cgit v1.2.3