diff options
Diffstat (limited to 'constants/status_constants.asm')
-rwxr-xr-x | constants/status_constants.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/constants/status_constants.asm b/constants/status_constants.asm new file mode 100755 index 00000000..8dd99e1d --- /dev/null +++ b/constants/status_constants.asm @@ -0,0 +1,6 @@ +; status ailments (masks)
+SLP EQU %00000111
+PSN EQU %00001000
+BRN EQU %00010000
+FRZ EQU %00100000
+PAR EQU %01000000
\ No newline at end of file |