mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Relocate the beta poker WRAM labels to avoid a UNION
This commit is contained in:
parent
860585b0af
commit
b8fc67848e
18
wram.asm
18
wram.asm
@ -537,7 +537,6 @@ wEnemyScreens::
|
|||||||
; see wPlayerScreens
|
; see wPlayerScreens
|
||||||
db
|
db
|
||||||
|
|
||||||
UNION
|
|
||||||
wPlayerSafeguardCount:: db
|
wPlayerSafeguardCount:: db
|
||||||
wPlayerLightScreenCount:: db
|
wPlayerLightScreenCount:: db
|
||||||
wPlayerReflectCount:: db
|
wPlayerReflectCount:: db
|
||||||
@ -548,16 +547,6 @@ wEnemyLightScreenCount:: db
|
|||||||
wEnemyReflectCount:: db
|
wEnemyReflectCount:: db
|
||||||
ds 1
|
ds 1
|
||||||
|
|
||||||
NEXTU
|
|
||||||
ds 1
|
|
||||||
wBetaPokerSGBPals:: dw
|
|
||||||
ds 1
|
|
||||||
wBetaPokerSGBAttr:: db
|
|
||||||
wBetaPokerSGBCol:: db
|
|
||||||
wBetaPokerSGBRow:: db
|
|
||||||
ds 1
|
|
||||||
ENDU
|
|
||||||
|
|
||||||
ds 1
|
ds 1
|
||||||
|
|
||||||
wBattleWeather::
|
wBattleWeather::
|
||||||
@ -802,6 +791,13 @@ wCardFlipFaceUpCard:: db
|
|||||||
wDiscardPile:: ds 4 * 6
|
wDiscardPile:: ds 4 * 6
|
||||||
wDiscardPileEnd::
|
wDiscardPileEnd::
|
||||||
|
|
||||||
|
; beta poker game
|
||||||
|
wBetaPokerSGBPals:: dw
|
||||||
|
ds 1
|
||||||
|
wBetaPokerSGBAttr:: db
|
||||||
|
wBetaPokerSGBCol:: db
|
||||||
|
wBetaPokerSGBRow:: db
|
||||||
|
|
||||||
NEXTU
|
NEXTU
|
||||||
; unused memory game
|
; unused memory game
|
||||||
wMemoryGameCards:: ds 9 * 5
|
wMemoryGameCards:: ds 9 * 5
|
||||||
|
Loading…
Reference in New Issue
Block a user