diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-11 08:17:38 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-11 08:17:38 -0500 |
commit | f198dfd8621b48423359d2571c355e37489a1f76 (patch) | |
tree | b541dd2678295ec51261d1694e473b664f46aad4 /wram.asm | |
parent | 3980d2d7367a9352cfd245dd4c6e5b89b3c73648 (diff) |
card flip (checkpoint commit)
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -808,6 +808,13 @@ wSlotsDataEnd:: wSlotsEnd:: ds wSlots - @ +; Card Flip +wCardFlip:: +wDeck:: ds 24 +wDeckEnd:: +wCardFlipEnd:: + ds wCardFlip - @ + wc6d0:: PlayerSDefLevel:: ; c6d0 ds 1 |