diff options
| author | Daniel Harding <corrnondacqb@yahoo.com> | 2015-08-30 20:40:32 -0500 |
|---|---|---|
| committer | Daniel Harding <corrnondacqb@yahoo.com> | 2015-08-30 20:40:32 -0500 |
| commit | 1ee9fb408c47c3a15a38b1bb407d86ed1a5d2fcc (patch) | |
| tree | 937d54d5f4c7ee08099669e2742704800dab11d2 /engine/oak_speech.asm | |
| parent | Merge pull request #114 from YamaArashi/master (diff) | |
| parent | replaced hardcoded values in ItemUseMedicine (diff) | |
| download | pokeyellow-1ee9fb408c47c3a15a38b1bb407d86ed1a5d2fcc.tar.gz pokeyellow-1ee9fb408c47c3a15a38b1bb407d86ed1a5d2fcc.tar.xz pokeyellow-1ee9fb408c47c3a15a38b1bb407d86ed1a5d2fcc.zip | |
Merge pull request #116 from YamaArashi/master
Misc changes
Diffstat (limited to 'engine/oak_speech.asm')
| -rwxr-xr-x | engine/oak_speech.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/oak_speech.asm b/engine/oak_speech.asm index 0de7ffad..48e8da80 100755 --- a/engine/oak_speech.asm +++ b/engine/oak_speech.asm @@ -48,7 +48,7 @@ OakSpeech: ; 6115 (1:6115) ld a,1 ld [wItemQuantity],a call AddItemToInventory ; give one potion - ld a,[W_ANIMATIONID] + ld a,[wDefaultMap] ld [wDestinationMap],a call SpecialWarpIn xor a |
