summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-07-24 03:47:52 -0400
committeryenatch <yenatch@gmail.com>2013-07-24 03:47:52 -0400
commit83139cb7d6d349fadb3fafed9843776623b4f939 (patch)
tree9c3c5d4cf916a0bd686107076705a3ea31a100b2
parent1518925365a8693ca5f7e921467e1f7a63b31e56 (diff)
Text_1354 is used globally
-rw-r--r--main.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 7d5acc782..f00b64620 100644
--- a/main.asm
+++ b/main.asm
@@ -1500,7 +1500,7 @@ Char4B: ; 131f
Char55: ; 1345
push de
- ld de, .text_1354
+ ld de, Text_1354
ld b, h
ld c, l
call PlaceString
@@ -1508,8 +1508,9 @@ Char55: ; 1345
ld l, c
pop de
jp NextChar
+; 1354
-.text_1354
+Text_1354: ; 1354
db $4b, "@"
; 1356