From d637d149ccc272f419cfcda9564e07e7141979d4 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Wed, 21 Dec 2011 14:20:45 -0700 Subject: Add a character for the numero sign. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Unicode has a character for just about anything… hg-commit-id: 55e8f69345df --- pokered.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pokered.asm') diff --git a/pokered.asm b/pokered.asm index 5eee9520..f0c7df1a 100644 --- a/pokered.asm +++ b/pokered.asm @@ -10718,7 +10718,7 @@ OTString67E5: ; 67E5 db "──",$74,$F2,$4E db $4E db "OT/",$4E - db $73,$74,$F2,"@" + db $73,"№",$F2,"@" SECTION "bank11",DATA,BANK[$11] INCBIN "baserom.gbc",$44000,$4000 -- cgit v1.3.1-sl0p