diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-12-11 10:34:29 -0500 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-12-11 10:37:17 -0500 |
| commit | 23c7161bbcd0e3412fc30a59c68cf4296fdd7dca (patch) | |
| tree | fd3ec9ed3996c465bea9189a0119fb711e99e1b9 /constants/status_constants.asm | |
| parent | Move slot machine constants (diff) | |
| download | pokeyellow-23c7161bbcd0e3412fc30a59c68cf4296fdd7dca.tar.gz pokeyellow-23c7161bbcd0e3412fc30a59c68cf4296fdd7dca.tar.xz pokeyellow-23c7161bbcd0e3412fc30a59c68cf4296fdd7dca.zip | |
Clean up constants
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 |
