summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanky <gsanky@gmail.com>2012-07-10 02:47:53 +0200
committerSanky <gsanky@gmail.com>2012-07-10 02:47:53 +0200
commit53aadf3fce195237c2943af4f43c691a134f6625 (patch)
tree2b315113480ecb2091e9d07019cfdc8a955339f3
parentbe7d4577bda2e7d9f22c8dac09a3d8b39f2d6dc5 (diff)
Add name input screen letters.
-rw-r--r--main.asm32
1 files changed, 31 insertions, 1 deletions
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]