Fix typos in comments

This commit is contained in:
dannye 2017-06-24 15:01:43 -05:00
parent e9f33ce19c
commit 7a9a1b1e55
23 changed files with 49 additions and 49 deletions

View file

@ -27,7 +27,7 @@ DrawStartMenu:
set 6,[hl] ; no pauses between printing each letter
coord hl, 12, 2
CheckEvent EVENT_GOT_POKEDEX
; case for not having pokdex
; case for not having pokedex
ld a,$06
jr z,.storeMenuItemCount
; case for having pokedex

View file

@ -409,7 +409,7 @@ PrintNicknameAndUnderscores:
call EraseMenuCursor
ld a, $11 ; "ED" x coord
ld [wTopMenuItemX], a
ld a, $5 ; "ED" y corrd
ld a, $5 ; "ED" y coord
ld [wCurrentMenuItem], a
ld a, [wNamingScreenType]
cp NAME_MON_SCREEN

View file

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