mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 01:59:13 -04:00
Handwriting fixes
This commit is contained in:
parent
a42f5beb9b
commit
b4a113be59
9 changed files with 176 additions and 110 deletions
|
@ -31,15 +31,15 @@ enum Condition {
|
|||
|
||||
enum Direction {
|
||||
dir_empty = -1,
|
||||
Uw = 0x0F, // 0x
|
||||
Dw = 0x1F, // 1x
|
||||
Lw = 0xF0, // x0
|
||||
Rw = 0xF1, // x1
|
||||
U = 0x02,
|
||||
Uw = 0x0F, // Wildcards
|
||||
Dw = 0x1F,
|
||||
Lw = 0xF0,
|
||||
Rw = 0xF1,
|
||||
U = 0x02, // Orthos
|
||||
D = 0x12,
|
||||
L = 0x20,
|
||||
R = 0x21,
|
||||
UL = 0x00,
|
||||
UL = 0x00, // Diagonals
|
||||
DL = 0x10,
|
||||
UR = 0x01,
|
||||
DR = 0x11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue