diff --git a/wram.asm b/wram.asm index 144588d5e..84471696d 100644 --- a/wram.asm +++ b/wram.asm @@ -537,7 +537,6 @@ wEnemyScreens:: ; see wPlayerScreens db -UNION wPlayerSafeguardCount:: db wPlayerLightScreenCount:: db wPlayerReflectCount:: db @@ -548,16 +547,6 @@ wEnemyLightScreenCount:: db wEnemyReflectCount:: db ds 1 -NEXTU - ds 1 -wBetaPokerSGBPals:: dw - ds 1 -wBetaPokerSGBAttr:: db -wBetaPokerSGBCol:: db -wBetaPokerSGBRow:: db - ds 1 -ENDU - ds 1 wBattleWeather:: @@ -802,6 +791,13 @@ wCardFlipFaceUpCard:: db wDiscardPile:: ds 4 * 6 wDiscardPileEnd:: +; beta poker game +wBetaPokerSGBPals:: dw + ds 1 +wBetaPokerSGBAttr:: db +wBetaPokerSGBCol:: db +wBetaPokerSGBRow:: db + NEXTU ; unused memory game wMemoryGameCards:: ds 9 * 5