summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
Diffstat (limited to 'constants')
-rwxr-xr-xconstants/evolution_type_constants.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/constants/evolution_type_constants.asm b/constants/evolution_type_constants.asm
new file mode 100755
index 0000000..bf538e7
--- /dev/null
+++ b/constants/evolution_type_constants.asm
@@ -0,0 +1,7 @@
+EVO_THUNDER_STONE EQU $01
+EVO_MOON_STONE EQU $02
+EVO_FIRE_STONE EQU $03
+EVO_LEAF_STONE EQU $04
+EVO_WATER_STONE EQU $05
+EVO_LINK_CABLE EQU $06
+EVO_EXPERIENCE EQU $07