diff options
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 |