diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-09-19 14:10:00 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-09-20 00:44:17 -0500 |
commit | 028a362ebb447626f1a5bcccbc8712decb93e7be (patch) | |
tree | 6a1eef4b70b90e71a2e4e6597935aea34a5671f1 /engine/menu/naming_screen.asm | |
parent | 032f961ef26a94caf385f6d5ae5823a0066d4d66 (diff) |
Give all Pokemon after Oak speechgive-all-mons
Diffstat (limited to 'engine/menu/naming_screen.asm')
-rwxr-xr-x | engine/menu/naming_screen.asm | 4 |
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 |