shithub: pokecrystal

Download patch

ref: b8fc67848e1d5911204fa42bbd9b954fdec6228a
parent: 860585b0af688dc0b6e9655f44b31316dcbabf97
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sat Oct 30 19:01:39 EDT 2021

Relocate the beta poker WRAM labels to avoid a UNION

--- a/wram.asm
+++ b/wram.asm
@@ -537,7 +537,6 @@
 ; see wPlayerScreens
 	db
 
-UNION
 wPlayerSafeguardCount:: db
 wPlayerLightScreenCount:: db
 wPlayerReflectCount:: db
@@ -548,18 +547,8 @@
 wEnemyReflectCount:: db
 	ds 1
 
-NEXTU
 	ds 1
-wBetaPokerSGBPals:: dw
-	ds 1
-wBetaPokerSGBAttr:: db
-wBetaPokerSGBCol:: db
-wBetaPokerSGBRow:: db
-	ds 1
-ENDU
 
-	ds 1
-
 wBattleWeather::
 ; 00 normal
 ; 01 rain
@@ -801,6 +790,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