SECTION "HRAM", HRAM hBankROM:: ; ff80 ds 1 hBankSRAM:: ; ff81 ds 1 hBankVRAM:: ; ff82 ds 1 hDMAFunction:: ; ff83 ds 10 hDPadRepeat:: ; ff8d ds 1 hButtonsReleased:: ; ff8e ds 1 hButtonsPressed2:: ; ff8f ds 1 hButtonsHeld:: ; ff90 ds 1 hButtonsPressed:: ; ff91 ds 1 hSCX:: ; ff92 ds 1 hSCY:: ; ff93 ds 1 hWX:: ; ff94 ds 1 hWY:: ; ff95 ds 1 ds 1 ; $c2 = player ; $c3 = opponent hWhoseTurn:: ; ff97 ds 1 ; deck position (index) of a card (0-59) hTempCardNumber_ff98:: ; ff98 ds 1 ds 4 ; 0: arena card ; 1-5: bench card hTempPlayAreaLocationOffset_ff9d:: ; ff9d ds 1 hAIActionTableIndex:: ; ff9e ds 1 hTempCardNumber_ff9f:: ; ff9f ds 1 ds 1 hTempPlayAreaLocationOffset_ffa1:: ; ffa1 ds 1 ds 13 hffaf:: ; ffaf ds 1 ds 1 hCurrentMenuItem:: ; ffb1 ds 1 ds 3 hffb5:: ; ffb5 ds 1