aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menu/pokedex.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2017-06-24 15:01:43 -0500
committerdannye <corrnondacqb@yahoo.com>2017-06-24 15:01:43 -0500
commit7a9a1b1e55f4a7f6c339a86d8cdb7fbf1bee7838 (patch)
treee4717c7da2905505fb10c93d86f1dac8c2a998b1 /engine/menu/pokedex.asm
parentTypo: SFX_POKEFLUE → SFX_POKEFLUTE (diff)
downloadpokeyellow-7a9a1b1e55f4a7f6c339a86d8cdb7fbf1bee7838.tar.gz
pokeyellow-7a9a1b1e55f4a7f6c339a86d8cdb7fbf1bee7838.tar.xz
pokeyellow-7a9a1b1e55f4a7f6c339a86d8cdb7fbf1bee7838.zip
Fix typos in comments
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 2da3a0f6..bf8afaa9 100755
--- a/engine/menu/pokedex.asm
+++ b/engine/menu/pokedex.asm
@@ -647,7 +647,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]