diff options
author | IIMarckus <iimarckus@gmail.com> | 2013-11-01 20:15:09 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2013-11-01 20:15:09 -0600 |
commit | c60da440b619508df369e406b6b3353811f2f627 (patch) | |
tree | c63555da7c2051770f63112746d0c5b8ea57a8f9 /constants.asm | |
parent | 0bdfbd87624fa41068ccbdda669a328877e4055a (diff) | |
parent | b5268ab9207f02574abe8d6f5407e25f4a86365a (diff) |
Merge branch 'master' of https://github.com/Sanky/pokered
Conflicts:
main.asm
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 54f367f1..fa0f3afc 100644 --- a/constants.asm +++ b/constants.asm @@ -259,6 +259,8 @@ W_HPBARDELTA EQU $CEEF W_HPBARHPDIFFERENCE EQU $CEFD +W_BUFFER EQU $CEE9 ; used for temporary things + W_ANIMSOUNDID EQU $CF07 ; sound ID during battle animations ; movement byte 2 of current sprite |