summaryrefslogtreecommitdiff
path: root/engine/oak_speech.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/oak_speech.asm')
-rwxr-xr-xengine/oak_speech.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/oak_speech.asm b/engine/oak_speech.asm
index f07c7bb2..2726c651 100755
--- a/engine/oak_speech.asm
+++ b/engine/oak_speech.asm
@@ -5,7 +5,7 @@ SetDefaultNames: ; 5e27 (1:5e27)
push af
ld a, [wd732]
push af
- ld a, [wd498]
+ ld a, [wPrinterSettings]
push af
ld hl, wPlayerName
ld bc, wBoxDataEnd - wPlayerName
@@ -16,11 +16,11 @@ SetDefaultNames: ; 5e27 (1:5e27)
xor a
call FillMemory
xor a
- ld [wd495], a
- ld [wd496], a
- ld [wd497], a
+ ld [wSurfingMinigameHiScore], a
+ ld [wSurfingMinigameHiScore + 1], a
+ ld [wSurfingMinigameHiScore + 2], a
pop af
- ld [wd498], a
+ ld [wPrinterSettings], a
pop af
ld [wd732], a
pop af