mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Add name input screen letters.
This commit is contained in:
parent
be7d4577bd
commit
53aadf3fce
32
main.asm
32
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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user