diff options
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 5a36fe1f..045bbb68 100755 --- a/engine/oak_speech.asm +++ b/engine/oak_speech.asm @@ -35,7 +35,7 @@ SetDefaultNames: ; 5e27 (1:5e27) ld bc, NAME_LENGTH call CopyData ld hl, SonyText - ld de, W_RIVALNAME + ld de, wRivalName ld bc, NAME_LENGTH call CopyData ; rip optimizations ret |