summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-09-06 17:02:31 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-09-06 17:02:31 -0400
commit068cb7d7368bce846e0f93ff4b1745f3e6935fde (patch)
treec894326d1162060532e36698027b951c0e073af9
parentab5a944c3ebff1465c4e5621979be56f7abdfda2 (diff)
Add To text string
-rw-r--r--main.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.asm b/main.asm
index c4655e70..b5456792 100644
--- a/main.asm
+++ b/main.asm
@@ -100980,7 +100980,7 @@ Func_70f90: ; 70f90 (1c:4f90)
ld [hl], $ff
push hl
ld hl, W_SCREENTILESBUFFER
- ld de, Unknown_7106d ; $506d
+ ld de, ToText ; $506d
call PlaceString
ld a, [W_CURMAP] ; $d35e
ld b, $0
@@ -101078,8 +101078,8 @@ Func_70fd6: ; 70fd6 (1c:4fd6)
ld hl, $cd49
jr .asm_71058
-Unknown_7106d: ; 7106d (1c:506d)
-INCBIN "baserom.gbc",$7106d,$71070 - $7106d
+ToText: ; 7106d (1c:506d)
+ db "To@"
; known jump sources: 70fb4 (1c:4fb4)
Func_71070: ; 71070 (1c:5070)