summaryrefslogtreecommitdiff
path: root/engine/menu/pokedex.asm
diff options
context:
space:
mode:
authoreinstein95 <einstein95@users.noreply.github.com>2017-08-10 00:43:16 +1200
committereinstein95 <einstein95@users.noreply.github.com>2017-08-10 00:43:16 +1200
commita5e8fc7dfcb2ec286ba28f89a2116f2f4a36d80a (patch)
tree680bdaed164fc3eba910e7aba571d26eae3bfec3 /engine/menu/pokedex.asm
parent82267acc6938eda87c89e720c7dbce364b252223 (diff)
parenta1ca8aa239837496f98e54c7c246fd9fb9c8a5e3 (diff)
Update to latest pokered
Diffstat (limited to 'engine/menu/pokedex.asm')
-rwxr-xr-xengine/menu/pokedex.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menu/pokedex.asm b/engine/menu/pokedex.asm
index 9e13b869..ea28c133 100755
--- a/engine/menu/pokedex.asm
+++ b/engine/menu/pokedex.asm
@@ -648,7 +648,7 @@ PokedexToIndex:
ret
IndexToPokedex:
- ; converts the indexédex number at wd11e to a Pokédex number
+ ; converts the index number at wd11e to a Pokédex number
push bc
push hl
ld a,[wd11e]