summaryrefslogtreecommitdiff
path: root/home/text.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-09 19:28:43 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-09 19:28:43 -0400
commit9c61b495da446c2216bcd8c56aaa55fffdbf3d61 (patch)
tree7f8706e0e174bffa26dad81fb08af5c6a98f99a1 /home/text.asm
parentb2002fdf4abee435a879522980425913c51dc9e5 (diff)
Fix bank1c errors and a few missed bank0 errors.
Diffstat (limited to 'home/text.asm')
-rw-r--r--home/text.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/text.asm b/home/text.asm
index b520d74f..c2c224e3 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -378,7 +378,7 @@ TextCommandProcessor:: ; 1919 (0:1919)
push af
set 1,a
ld e,a
- ld a,[$fff4]
+ ld a,[$fff9]
xor e
ld [wd358],a
ld a,c