Avoid using EQUS
when EQU
or MACRO
will do (#1166)
This commit is contained in:
@@ -809,12 +809,10 @@ wSlotsEnd::
|
||||
|
||||
NEXTU
|
||||
; card flip
|
||||
wDeck:: ds 4 * 6
|
||||
wDeckEnd::
|
||||
wDeck:: ds CARDFLIP_DECK_SIZE
|
||||
wCardFlipNumCardsPlayed:: db
|
||||
wCardFlipFaceUpCard:: db
|
||||
wDiscardPile:: ds 4 * 6
|
||||
wDiscardPileEnd::
|
||||
wDiscardPile:: ds CARDFLIP_DECK_SIZE
|
||||
|
||||
; beta poker game
|
||||
wBetaPokerSGBPals:: dw
|
||||
|
Reference in New Issue
Block a user