summaryrefslogtreecommitdiff
path: root/engine/menu/naming_screen.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/naming_screen.asm
parente9f33ce19c3f573cc7fb312d6869e711d5d9de4f (diff)
Fix typos in comments
Diffstat (limited to 'engine/menu/naming_screen.asm')
-rwxr-xr-xengine/menu/naming_screen.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menu/naming_screen.asm b/engine/menu/naming_screen.asm
index 2628da48..64065c4d 100755
--- a/engine/menu/naming_screen.asm
+++ b/engine/menu/naming_screen.asm
@@ -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