aboutsummaryrefslogtreecommitdiffstats
path: root/engine/oak_speech.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-06 08:23:52 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-06 08:23:52 -0400
commit0e9d0481b897c6afe7cd7c0ea5c23562379ad8ca (patch)
tree43666c9c14e9e8eddcaf9591c1bb3d61e420c59f /engine/oak_speech.asm
parentMerge branch 'master' of github.com:pret/pokeyellow (diff)
downloadpokeyellow-0e9d0481b897c6afe7cd7c0ea5c23562379ad8ca.tar.gz
pokeyellow-0e9d0481b897c6afe7cd7c0ea5c23562379ad8ca.tar.xz
pokeyellow-0e9d0481b897c6afe7cd7c0ea5c23562379ad8ca.zip
Printer-related labels
Diffstat (limited to 'engine/oak_speech.asm')
-rwxr-xr-xengine/oak_speech.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/oak_speech.asm b/engine/oak_speech.asm
index 5cbfbee1..6b43574a 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
@@ -20,7 +20,7 @@ SetDefaultNames: ; 5e27 (1:5e27)
ld [wd496], a
ld [wd497], a
pop af
- ld [wd498], a
+ ld [wPrinterSettings], a
pop af
ld [wd732], a
pop af