summaryrefslogtreecommitdiff
path: root/constants/type_constants.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-06-05 17:23:06 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-06-05 17:23:06 -0400
commit139e117d0717c69ae4c47a8d1a040267ee28d91d (patch)
tree103cb36abe028d259066c0a582cf78a01380c21d /constants/type_constants.asm
parent56da1f9b662d0e3db8f8405ffb12060d69d66c86 (diff)
Fix EOL to LF to make push requests more doable.
Diffstat (limited to 'constants/type_constants.asm')
-rwxr-xr-xconstants/type_constants.asm30
1 files changed, 15 insertions, 15 deletions
diff --git a/constants/type_constants.asm b/constants/type_constants.asm
index 7ded18c3..66085f8d 100755
--- a/constants/type_constants.asm
+++ b/constants/type_constants.asm
@@ -1,16 +1,16 @@
-; Elemental 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
-FIRE EQU $14
-WATER EQU $15
-GRASS EQU $16
-ELECTRIC EQU $17
-PSYCHIC EQU $18
-ICE EQU $19
+; Elemental 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
+FIRE EQU $14
+WATER EQU $15
+GRASS EQU $16
+ELECTRIC EQU $17
+PSYCHIC EQU $18
+ICE EQU $19
DRAGON EQU $1A \ No newline at end of file