From c8cb96f964ee25c8b3fb069a0120c267df8a11c0 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Sat, 19 Feb 2011 17:39:39 -0700 Subject: Add evolutions / learned attacks. Thx Sawakita hg-commit-id: ae6415b2d6b3 --- constants.asm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'constants.asm') diff --git a/constants.asm b/constants.asm index e867ab5c..d3411563 100644 --- a/constants.asm +++ b/constants.asm @@ -846,3 +846,8 @@ ROUTE_22 EQU $21 ROUTE_23 EQU $22 ROUTE_24 EQU $23 ROUTE_25 EQU $24 + +; Evolution types +EV_LEVEL EQU 1 +EV_ITEM EQU 2 +EV_TRADE EQU 3 -- cgit v1.3.1-sl0p