summaryrefslogtreecommitdiff
path: root/engine/menu/naming_screen.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/menu/naming_screen.asm')
-rwxr-xr-xengine/menu/naming_screen.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/engine/menu/naming_screen.asm b/engine/menu/naming_screen.asm
index 2628da48..ef7fd31f 100755
--- a/engine/menu/naming_screen.asm
+++ b/engine/menu/naming_screen.asm
@@ -11,6 +11,7 @@ AskName:
ld a, [wcf91]
ld [wd11e], a
call GetMonName
+if 0
ld hl, DoYouWantToNicknameText
call PrintText
coord hl, 14, 7
@@ -18,10 +19,11 @@ AskName:
ld a, TWO_OPTION_MENU
ld [wTextBoxID], a
call DisplayTextBoxID
+endc
pop hl
ld a, [wCurrentMenuItem]
and a
- jr nz, .declinedNickname
+ jr .declinedNickname
ld a, [wUpdateSpritesEnabled]
push af
xor a