diff options
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/constants.asm b/constants.asm index 7ffaba56a..2c07ebb5a 100644 --- a/constants.asm +++ b/constants.asm @@ -12,6 +12,7 @@ INCLUDE "hram.asm" INCLUDE "constants/wram_constants.asm" INCLUDE "constants/pokemon_constants.asm" +INCLUDE "constants/type_constants.asm" INCLUDE "constants/move_constants.asm" INCLUDE "constants/battle_constants.asm" INCLUDE "constants/map_constants.asm" @@ -31,25 +32,6 @@ INCLUDE "constants/gfx_constants.asm" NONE EQU 0 -; types -NORMAL EQU $00 -FIGHTING EQU $01 -FLYING EQU $02 -POISON EQU $03 -GROUND EQU $04 -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 -ELECTRIC EQU $17 -PSYCHIC EQU $18 -ICE EQU $19 -DRAGON EQU $1A -DARK EQU $1B ; egg group constants MONSTER EQU $01 |