summaryrefslogtreecommitdiff
path: root/constants/type_constants.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-07 19:48:22 -0400
committerGitHub <noreply@github.com>2020-07-07 19:48:22 -0400
commit9571c550b6a0dcb3a4f54513c881661a87271024 (patch)
treed73507228a57e4f3cece2fb93fe7df3a9439553f /constants/type_constants.asm
parentc480632d5494d04f7f5f0298a31877a2293b564e (diff)
parentbbf2f51a02b2544f1bef32a5868503b474ae2fef (diff)
Merge pull request #263 from Rangi42/master
Syncing style with pokecrystal
Diffstat (limited to 'constants/type_constants.asm')
-rwxr-xr-xconstants/type_constants.asm32
1 files changed, 16 insertions, 16 deletions
diff --git a/constants/type_constants.asm b/constants/type_constants.asm
index c94d5c39..d1a1a73e 100755
--- a/constants/type_constants.asm
+++ b/constants/type_constants.asm
@@ -1,23 +1,23 @@
const_def
PHYSICAL EQU const_value
- const NORMAL ; $00
- const FIGHTING ; $01
- const FLYING ; $02
- const POISON ; $03
- const GROUND ; $04
- const ROCK ; $05
- const BIRD ; $06
- const BUG ; $07
- const GHOST ; $08
+ const NORMAL ; $00
+ const FIGHTING ; $01
+ const FLYING ; $02
+ const POISON ; $03
+ const GROUND ; $04
+ const ROCK ; $05
+ const BIRD ; $06
+ const BUG ; $07
+ const GHOST ; $08
const_value = $14
SPECIAL EQU const_value
- const FIRE ; $14
- const WATER ; $15
- const GRASS ; $16
- const ELECTRIC ; $17
- const PSYCHIC ; $18
- const ICE ; $19
- const DRAGON ; $1A
+ const FIRE ; $14
+ const WATER ; $15
+ const GRASS ; $16
+ const ELECTRIC ; $17
+ const PSYCHIC_TYPE ; $18
+ const ICE ; $19
+ const DRAGON ; $1A