diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-09 19:28:43 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-09 19:28:43 -0400 |
commit | 9c61b495da446c2216bcd8c56aaa55fffdbf3d61 (patch) | |
tree | 7f8706e0e174bffa26dad81fb08af5c6a98f99a1 /home/text.asm | |
parent | b2002fdf4abee435a879522980425913c51dc9e5 (diff) |
Fix bank1c errors and a few missed bank0 errors.
Diffstat (limited to 'home/text.asm')
-rw-r--r-- | home/text.asm | 2 |
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 |