mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 07:02:17 +13:00
Reorganize constants/
To do: add comments associating constants with data and code
This commit is contained in:
parent
91dc3c9f9c
commit
c9c59dc343
35 changed files with 2947 additions and 2942 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue