diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-08-10 23:51:20 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-08-10 23:51:20 -0500 |
commit | 4aedff021786dd5c0b81d3a35f505b7aa42adddc (patch) | |
tree | 60955f4e561a16bf75d6d964dcf93a7be839b278 /engine/oak_speech2.asm | |
parent | 1df1e9181e2f3d95f57c98e0ea6e38ce4261fb2a (diff) |
Replace hardcoded name lengths with NAME_LENGTH
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 50e3708c..23f39fd5 100755 --- a/engine/oak_speech2.asm +++ b/engine/oak_speech2.asm @@ -73,7 +73,7 @@ OakSpeechSlidePicLeft: ; 69ec (1:69ec) call DelayFrames pop de ld hl, wcd6d - ld bc, 11 + ld bc, NAME_LENGTH call CopyData call Delay3 coord hl, 12, 4 |