diff options
author | Marcus Huderle <huderlem@gmail.com> | 2013-12-15 16:18:14 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2013-12-15 16:18:14 -0600 |
commit | 549fe35420c2cd114cafa5997633297fa3ff9290 (patch) | |
tree | 454f88103f1a3616612afd73bc532adbdf036459 /constants/type_constants.asm | |
parent | ac9e6221441aa17666f556ea4ad35ecdeaccc56a (diff) | |
parent | 323a1a638fb2b35a93506f1c3ca13f87e9357467 (diff) |
Merged and fixed incbin conflicts with Danny.
Diffstat (limited to 'constants/type_constants.asm')
-rwxr-xr-x | constants/type_constants.asm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/constants/type_constants.asm b/constants/type_constants.asm new file mode 100755 index 00000000..7ded18c3 --- /dev/null +++ b/constants/type_constants.asm @@ -0,0 +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
+DRAGON EQU $1A
\ No newline at end of file |