shithub: pokecrystal

Download patch

ref: 5342f8d6300898faa312d9b5dec248cfe0cfb757
parent: 17f25691db80b7bd577d401a53eecb913a0b8860
author: yenatch <[email protected]>
date: Fri Aug 30 18:07:37 EDT 2013

NUM_POKEMON constant

before we were just using CELEBI, but there's no way that's gonna pan out

--- 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