Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
8
Task/Variables/6502-Assembly/variables-3.6502
Normal file
8
Task/Variables/6502-Assembly/variables-3.6502
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
enum $0000
|
||||
;these will be defined starting at $0000 and increasing in the order listed, incremented by the amount after DSB.
|
||||
joystick dsb 1 ;this takes up 1 byte
|
||||
Player_Xpos dsb 1
|
||||
Player_Ypos dsb 1
|
||||
pointer dsb 2 ;this takes up 2 bytes
|
||||
sound_on dsb 1
|
||||
ende ;end enumeration
|
||||
Loading…
Add table
Add a link
Reference in a new issue