From 53aadf3fce195237c2943af4f43c691a134f6625 Mon Sep 17 00:00:00 2001 From: Sanky Date: Tue, 10 Jul 2012 02:47:53 +0200 Subject: [PATCH] Add name input screen letters. --- main.asm | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/main.asm b/main.asm index 0ffa87c30..fcc09d306 100644 --- a/main.asm +++ b/main.asm @@ -1057,7 +1057,37 @@ TechnicalMachines: ; 0x1167a db WHIRLPOOL db WATERFALL -INCBIN "baserom.gbc",$116b3,$14000 - $116b3 +INCBIN "baserom.gbc",$116b3,$11ce7 - $116b3 + +NameInputLower: + db "a b c d e f g h i" + db "j k l m n o p q r" + db "s t u v w x y z " + db "× ( ) : ; [ ] ", $e1, " ", $e2 + db "UPPER DEL END " +BoxNameInputLower: + db "a b c d e f g h i" + db "j k l m n o p q r" + db "s t u v w x y z " + db "é 'd 'l 'm 'r 's 't 'v 0" + db "1 2 3 4 5 6 7 8 9" + db "UPPER DEL END " +NameInputUpper: + db "A B C D E F G H I" + db "J K L M N O P Q R" + db "S T U V W X Y Z " + db "- ? ! / . , " + db "lower DEL END " +BoxNameInputUpper: + db "A B C D E F G H I" + db "J K L M N O P Q R" + db "S T U V W X Y Z " + db "× ( ) : ; [ ] ", $e1, " ", $e2 + db "- ? ! ♂ ♀ / . , &" + db "lower DEL END " + + +INCBIN "baserom.gbc",$11e5d,$14000 - $11e5d SECTION "bank5",DATA,BANK[$5]