diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 12:44:47 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 12:44:47 -0400 |
commit | c9c59dc34323a5e0b1886db5f845c8d41620826e (patch) | |
tree | 0d07de202a4437e02cc8c66178b1dfec5c2a1673 /constants/move_constants.asm | |
parent | 91dc3c9f9c8fd529bb6e8307b58b96efa0bec67e (diff) |
Reorganize constants/
To do: add comments associating constants with data and code
Diffstat (limited to 'constants/move_constants.asm')
-rw-r--r-- | constants/move_constants.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/move_constants.asm b/constants/move_constants.asm index dfbb500e..850662de 100644 --- a/constants/move_constants.asm +++ b/constants/move_constants.asm @@ -1,5 +1,5 @@ -const_value = 1 - + const_def + const NO_MOVE ; 00 const POUND ; 01 const KARATE_CHOP ; 02 const DOUBLESLAP ; 03 @@ -167,7 +167,7 @@ const_value = 1 NUM_ATTACKS EQU const_value + -1 - const STRUGGLE + const STRUGGLE ; a5 ; Moves do double duty as animation identifiers. |