mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-20 19:16:43 +00:00
adding keys and items
parent
f69a8e2324
commit
17c4a1c55e
@ -69,6 +69,18 @@ CLOCK_POLL equ 0
|
|||||||
FLOPPY_POLL equ 1
|
FLOPPY_POLL equ 1
|
||||||
FLOPPY_READ_SECTOR equ 2
|
FLOPPY_READ_SECTOR equ 2
|
||||||
FLOPPY_WRITE_SECTOR equ 3
|
FLOPPY_WRITE_SECTOR equ 3
|
||||||
|
|
||||||
|
;*************************** Keys IDs
|
||||||
|
KEY_A equ 0x41
|
||||||
|
KEY_B equ 0x42
|
||||||
|
KEY_C equ 0x43
|
||||||
|
KEY_D equ 0x44
|
||||||
|
KEY_E equ 0x45
|
||||||
|
|
||||||
|
;*************************** Items IDs
|
||||||
|
ITEM_ID_BIOMASS equ 1
|
||||||
|
ITEM_ID_IRON equ 2 ; NOT DEFINED YET IS ASSUMPTION
|
||||||
|
ITEM_ID_COPPER equ 3 ; NOT DEFINED YET IS ASSUMPTION
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Example
|
#### Example
|
Loading…
x
Reference in New Issue
Block a user