summaryrefslogtreecommitdiff
path: root/home/text.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-02-13 14:50:56 -0800
committeryenatch <yenatch@gmail.com>2015-02-13 14:50:56 -0800
commitb65c6e815643a1cbce8c7c3cd48fc9881bb56d01 (patch)
tree151a1d0eda1b28d497f4ee8340141bd6f94c1fef /home/text.asm
parentb35294752c55b5df88ccfc785279c36f30a43fd6 (diff)
parent7b7c563c93155e121e05149779cfb78b0bf9d259 (diff)
Merge remote-tracking branch 'origin/master'
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 362347cc..276b652e 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -62,7 +62,7 @@ PlaceNextChar:: ; 1956 (0:1956)
cp $4E
jr nz,.next
ld bc,$0028
- ld a,[$FFF6]
+ ld a,[hFlags_0xFFF6]
bit 2,a
jr z,.next2
ld bc,$14