summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-07-28 03:32:25 -0400
committeryenatch <yenatch@gmail.com>2013-07-28 03:32:25 -0400
commit5001d9b0230530fc8b94aeac0a0b6513983c31d8 (patch)
treed7f09686ad586fdcfc867ed645ac870ed173b13b
parenta0d54cce5156abf3c4b77dc57303e384b8756792 (diff)
bank 6f is common text
-rw-r--r--main.asm9
1 files changed, 7 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 701be7c05..d29ffa3ed 100644
--- a/main.asm
+++ b/main.asm
@@ -31335,7 +31335,7 @@ Function3846c: ; 3846c
call CopyBytes
pop af
jr c, .asm_384a3
- ld hl, $44d0
+ ld hl, UnknownText_0x384d0
call PrintText
.asm_384a3
@@ -31364,7 +31364,12 @@ Function3846c: ; 3846c
ret
; 384d0
-INCBIN "baserom.gbc", $384d0, $38591 - $384d0
+UnknownText_0x384d0: ; 384d0
+ text_jump UnknownText_0x1bcf9c, BANK(UnknownText_0x1bcf9c)
+ db "@"
+; 384d5
+
+INCBIN "baserom.gbc", $384d5, $38591 - $384d5
AIScoring: ; 38591