diff options
author | yenatch <yenatch@gmail.com> | 2013-07-28 03:32:25 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-28 03:32:25 -0400 |
commit | 5001d9b0230530fc8b94aeac0a0b6513983c31d8 (patch) | |
tree | d7f09686ad586fdcfc867ed645ac870ed173b13b | |
parent | a0d54cce5156abf3c4b77dc57303e384b8756792 (diff) |
bank 6f is common text
-rw-r--r-- | main.asm | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |