From 5342f8d6300898faa312d9b5dec248cfe0cfb757 Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 30 Aug 2013 22:07:37 -0400 Subject: [PATCH] NUM_POKEMON constant before we were just using CELEBI, but there's no way that's gonna pan out --- constants/pokemon_constants.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm index 40b450b85..29739ed46 100644 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -1,3 +1,5 @@ +NUM_POKEMON EQU 251 + BULBASAUR EQU 1 IVYSAUR EQU 2 VENUSAUR EQU 3