summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2018-05-30 15:07:45 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2018-05-30 15:07:45 -0400
commit58765f401b77cfcd58219d333cfeebb8e486275a (patch)
treec3c61ae0a015bf49a0969ac48efcf8e135ee01f0
parenta1550d4c160ffdadd91a3776135aeeeb0fb6a4b6 (diff)
More accurate comments
-rw-r--r--constants/pokedex_constants.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/constants/pokedex_constants.asm b/constants/pokedex_constants.asm
index 083a76f..66da19b 100644
--- a/constants/pokedex_constants.asm
+++ b/constants/pokedex_constants.asm
@@ -168,7 +168,7 @@
const DEX_DENRYU ; a5 AMPHAROS
const DEX_MIKON ; a6 (baby VULPIX)
const DEX_MONJA ; a7 (baby TANGELA)
- const DEX_JARANRA ; a8 TANGROWTH
+ const DEX_JARANRA ; a8 TANGROWTH (evolved TANGELA)
const DEX_HANEEI ; a9 MANTINE
const DEX_PUKU ; aa QWILFISH
const DEX_SHIBIREFUGU ; ab (evolved QWILFISH)
@@ -217,9 +217,9 @@
const DEX_HANEKO ; d6 HOPPIP
const DEX_POPONEKO ; d7 SKIPLOOM
const DEX_WATANEKO ; d8 JUMPLUFF
- const DEX_BARIRINA ; d9 MIME_JR
+ const DEX_BARIRINA ; d9 MIME_JR (baby MR__MIME)
const DEX_LIP ; da SMOOCHUM
- const DEX_ELEBABY ; db (baby ELEKID)
+ const DEX_ELEBABY ; db ELEKID
const DEX_BOOBY ; dc MAGBY
const DEX_KIREIHANA ; dd BELLOSSOM
const DEX_TSUBOMITTO ; de (evolved WEEPINBELL)
@@ -240,7 +240,7 @@
const DEX_WOLFMAN ; ed
const DEX_WARWOLF ; ee
const DEX_PORYGON2 ; ef PORYGON2
- const DEX_NAMEIL ; f0 LICKILICKY
+ const DEX_NAMEIL ; f0 LICKILICKY (evolved LICKITUNG)
const DEX_HAGANEIL ; f1 STEELIX
const DEX_KINGDRA ; f2 KINGDRA
const DEX_RAI ; f3 RAIKOU
@@ -251,7 +251,7 @@
const DEX_TOGEPY ; f8 TOGEPI
const DEX_BULU ; f9 SNUBBULL
const DEX_TAIL ; fa AIPOM
- const DEX_LEAFY ; fb LEAFEON
+ const DEX_LEAFY ; fb LEAFEON (evolved EEVEE)
NUM_POKEMON EQU const_value + -1
const DEX_FC ; fc
const DEX_FD ; fd