mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Fix typos in comments
This commit is contained in:
parent
e9f33ce19c
commit
7a9a1b1e55
23 changed files with 49 additions and 49 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue