diff options
| author | YamaArashi <shadow962@live.com> | 2015-08-29 17:15:05 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-08-29 17:15:05 -0700 |
| commit | b6a7e5e9cf20e7924f6cf427c66e9aeb42fa77f3 (patch) | |
| tree | af1bac71243d59c9479898fa0c86ba37d742aacf /engine/oak_speech.asm | |
| parent | Merge pull request #114 from YamaArashi/master (diff) | |
| download | pokeyellow-b6a7e5e9cf20e7924f6cf427c66e9aeb42fa77f3.tar.gz pokeyellow-b6a7e5e9cf20e7924f6cf427c66e9aeb42fa77f3.tar.xz pokeyellow-b6a7e5e9cf20e7924f6cf427c66e9aeb42fa77f3.zip | |
documented flags and misc. fixes
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 |
