diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-08-11 00:34:32 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-08-11 00:34:32 -0500 |
| commit | fb0a630c062cbb18026abe2792339dea27fac4d8 (patch) | |
| tree | 0b55bb02a3539b132c8e3f9347cc51a4ce58aa1c /engine/oak_speech2.asm | |
| parent | Replace hardcoded name lengths with NAME_LENGTH (diff) | |
| download | pokeyellow-fb0a630c062cbb18026abe2792339dea27fac4d8.tar.gz pokeyellow-fb0a630c062cbb18026abe2792339dea27fac4d8.tar.xz pokeyellow-fb0a630c062cbb18026abe2792339dea27fac4d8.zip | |
More joypad constants
Diffstat (limited to 'engine/oak_speech2.asm')
| -rwxr-xr-x | engine/oak_speech2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/oak_speech2.asm b/engine/oak_speech2.asm index 23f39fd5..673c13ad 100755 --- a/engine/oak_speech2.asm +++ b/engine/oak_speech2.asm @@ -177,7 +177,7 @@ DisplayIntroNameTextBox: ; 6a6c (1:6a6c) ld [wLastMenuItem], a inc a ld [wTopMenuItemX], a - ld [wMenuWatchedKeys], a + ld [wMenuWatchedKeys], a ; A_BUTTON inc a ld [wTopMenuItemY], a inc a |
