aboutsummaryrefslogtreecommitdiffstats
path: root/engine/oak_speech.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-07 22:18:07 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-07 22:18:07 -0400
commit9346a39a8a2eb17f92cdd439ecc122201046e680 (patch)
treeb763145a9a13fa537f217eef3f8eb3fa5003c8e8 /engine/oak_speech.asm
parentSplit out Pikachu-related data (diff)
downloadpokeyellow-9346a39a8a2eb17f92cdd439ecc122201046e680.tar.gz
pokeyellow-9346a39a8a2eb17f92cdd439ecc122201046e680.tar.xz
pokeyellow-9346a39a8a2eb17f92cdd439ecc122201046e680.zip
Printer labels
Diffstat (limited to 'engine/oak_speech.asm')
-rwxr-xr-xengine/oak_speech.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/oak_speech.asm b/engine/oak_speech.asm
index 6b43574a..346df99b 100755
--- a/engine/oak_speech.asm
+++ b/engine/oak_speech.asm
@@ -16,9 +16,9 @@ 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 [wPrinterSettings], a
pop af