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/evolution_constants.asm | |
| parent | Nicknaming screen loads the 'ED' symbol separately. (diff) | |
| parent | incbin killing part 2 (diff) | |
| download | pokeyellow-549fe35420c2cd114cafa5997633297fa3ff9290.tar.gz pokeyellow-549fe35420c2cd114cafa5997633297fa3ff9290.tar.xz pokeyellow-549fe35420c2cd114cafa5997633297fa3ff9290.zip | |
Merged and fixed incbin conflicts with Danny.
Diffstat (limited to 'constants/evolution_constants.asm')
| -rwxr-xr-x | constants/evolution_constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constants/evolution_constants.asm b/constants/evolution_constants.asm new file mode 100755 index 00000000..96b063cc --- /dev/null +++ b/constants/evolution_constants.asm @@ -0,0 +1,4 @@ +; Evolution types
+EV_LEVEL EQU 1
+EV_ITEM EQU 2
+EV_TRADE EQU 3
\ No newline at end of file |
