You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Remove all address comments
This commit is contained in:
@@ -1,19 +1,17 @@
|
||||
; see engine/naming_screen.asm
|
||||
|
||||
MailEntry_Uppercase: ; 122dd
|
||||
MailEntry_Uppercase:
|
||||
db "A B C D E F G H I J"
|
||||
db "K L M N O P Q R S T"
|
||||
db "U V W X Y Z , ? !"
|
||||
db "1 2 3 4 5 6 7 8 9 0"
|
||||
db "<PK> <MN> <PO> <KE> é ♂ ♀ ¥ … ×"
|
||||
db "lower DEL END "
|
||||
; 1224f
|
||||
|
||||
MailEntry_Lowercase: ; 1224f
|
||||
MailEntry_Lowercase:
|
||||
db "a b c d e f g h i j"
|
||||
db "k l m n o p q r s t"
|
||||
db "u v w x y z . - /"
|
||||
db "'d 'l 'm 'r 's 't 'v & ( )"
|
||||
db "“ ” [ ] ' : ; "
|
||||
db "UPPER DEL END "
|
||||
; 122c1
|
||||
|
@@ -1,4 +1,4 @@
|
||||
Gen1TrainerClassNames: ; 50a42
|
||||
Gen1TrainerClassNames:
|
||||
; Untranslated trainer class names from Red.
|
||||
dw .Youngster
|
||||
dw .BugCatcher
|
||||
|
Reference in New Issue
Block a user