blob: 68e7e21cb2885e9ceab1dd1caf4d11cf133ed739 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
SECTION "HRAM", HRAM
hBankROM:: ; ff80
ds 1
hBankRAM:: ; 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
ds 23
hffaf:: ; ffaf
ds 1
ds 1
hCurrentMenuItem::
ds 1
ds 3
hffb5:: ; ffb5
ds 1
|