summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]