]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - rom.asm
Tweak the sign on a bit
[fpgaboy.git] / rom.asm
diff --git a/rom.asm b/rom.asm
index 2ede41c0c23e6b115968356ab14b79f401877d6e..640c2b075bbef77b911785ad8a678c6385c255f8 100644 (file)
--- a/rom.asm
+++ b/rom.asm
@@ -13,7 +13,7 @@ main:
        jp main
 
 text:
-       db $1B,"[1mFPGABoy Diagnostic ROM",$1B,"[0m",$0D,$0A,0
+       db $0D,$0A,$1B,"[1mFPGABoy Diagnostic ROM",$1B,"[0m",$0D,$0A,0
 
 memtest:
        ld hl,memteststr
This page took 0.022001 seconds and 4 git commands to generate.