summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-09-02 17:51:14 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-09-02 17:51:14 -0400
commit39f7cc24373e89609d7707dde26ffa1ff55cafe2 (patch)
treeadcde7649f8fc3146e7cb0b1334ff10d2738539d
parent32f10d3788edb733b83461ddd65d85f0816f2b83 (diff)
Add Area Unknown text
-rw-r--r--main.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.asm b/main.asm
index 43c65d90..d80e05ef 100644
--- a/main.asm
+++ b/main.asm
@@ -101222,7 +101222,7 @@ Func_711ef: ; 711ef (1c:51ef)
call TextBoxBorder
FuncCoord 2, 9 ; $c456
ld hl, Coord
- ld de, Unknown_7124a ; $524a
+ ld de, AreaUnknownText ; $524a
call PlaceString
jr .asm_7123e
.asm_71236
@@ -101235,8 +101235,8 @@ Func_711ef: ; 711ef (1c:51ef)
ld bc, $a0
jp CopyData
-Unknown_7124a: ; 7124a (1c:524a)
-INCBIN "baserom.gbc",$7124a,$71258 - $7124a
+AreaUnknownText: ; 7124a (1c:524a)
+ db " AREA UNKNOWN@"
; known jump sources: 70e9a (1c:4e9a), 711d2 (1c:51d2), 71212 (1c:5212)
Func_71258: ; 71258 (1c:5258)