diff options
author | IIMarckus <iimarckus@gmail.com> | 2012-03-20 22:19:48 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2012-03-20 22:19:48 -0600 |
commit | 572370fb456f6f95ec18b063a63f6d490b065307 (patch) | |
tree | c7895502cdc1027768685a4a2679f0f35934e64e /constants.asm | |
parent | 1b25964425131f0446209d00cea8910ad769bb61 (diff) |
Add the moves table.
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 4c97a7361..97ef37a91 100644 --- a/constants.asm +++ b/constants.asm @@ -519,6 +519,7 @@ ROCK EQU $05 BUG EQU $07 GHOST EQU $08 STEEL EQU $09 +CURSE_T EQU $13 FIRE EQU $14 WATER EQU $15 GRASS EQU $16 |