aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-14 19:46:52 -0700
committerYamaArashi <shadow962@live.com>2015-07-14 19:46:52 -0700
commit07dd7056372288de7bb5b64f9416d741adb3b499 (patch)
treecc71b691c53fcbbc915b20cd1baf6a4960fded64 /home
parentfield moves (diff)
downloadpokeyellow-07dd7056372288de7bb5b64f9416d741adb3b499.tar.gz
pokeyellow-07dd7056372288de7bb5b64f9416d741adb3b499.tar.xz
pokeyellow-07dd7056372288de7bb5b64f9416d741adb3b499.zip
hall of fame / credits
Diffstat (limited to 'home')
-rw-r--r--home/init.asm2
-rw-r--r--home/text.asm6
2 files changed, 4 insertions, 4 deletions
diff --git a/home/init.asm b/home/init.asm
index b3f31944..932797ac 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -27,7 +27,7 @@ rLCDC_DEFAULT EQU %11100011
ld [$ff42], a
ld [rSB], a
ld [rSC], a
- ld [$ff4b], a
+ ld [rWX], a
ld [$ff4a], a
ld [$ff06], a
ld [$ff07], a
diff --git a/home/text.asm b/home/text.asm
index b77e1930..ebdc83f4 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -368,13 +368,13 @@ ProtectedDelay3:: ; 1b3a (0:1b3a)
ret
TextCommandProcessor:: ; 1b40 (0:1b40)
- ld a,[wd358]
+ ld a,[wLetterPrintingDelayFlags]
push af
set 1,a
ld e,a
ld a,[$fff4]
xor e
- ld [wd358],a
+ ld [wLetterPrintingDelayFlags],a
ld a,c
ld [wcc3a],a
ld a,b
@@ -385,7 +385,7 @@ NextTextCommand:: ; 1b55 (0:1b55)
cp a, "@" ; terminator
jr nz,.doTextCommand
pop af
- ld [wd358],a
+ ld [wLetterPrintingDelayFlags],a
ret
.doTextCommand
push hl