You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use charmaps for special string codepoints.
Also fix all the text. Also fix some unreferenced scripts that were interpreted as text.
This commit is contained in:
@@ -1205,9 +1205,10 @@ Unknown_408b2: ; 408b2
|
||||
; 408bd
|
||||
|
||||
String_408bd: ; 408bd
|
||||
db "NEW #DEX MODE", $4e
|
||||
db "OLD #DEX MODE", $4e
|
||||
db "A to Z MODE@"
|
||||
db "NEW #DEX MODE"
|
||||
next "OLD #DEX MODE"
|
||||
next "A to Z MODE"
|
||||
db "@"
|
||||
; 408e5
|
||||
|
||||
String_408e5: ; 408e5
|
||||
@@ -1753,23 +1754,23 @@ Unknown_40e7d: ; 40e7d
|
||||
; 40e85
|
||||
|
||||
String_40e85: ; 40e85
|
||||
db $e1, $e2, " are listed by", $4e
|
||||
db "evolution type.@"
|
||||
db $e1, $e2, " are listed by"
|
||||
next "evolution type.@"
|
||||
; 40ea6
|
||||
|
||||
String_40ea6: ; 40ea6
|
||||
db $e1, $e2, " are listed by", $4e
|
||||
db "official type.@"
|
||||
db $e1, $e2, " are listed by"
|
||||
next "official type.@"
|
||||
; 40ec6
|
||||
|
||||
String_40ec6: ; 40ec6
|
||||
db $e1, $e2, " are listed", $4e
|
||||
db "alphabetically.@"
|
||||
db $e1, $e2, " are listed"
|
||||
next "alphabetically.@"
|
||||
; 40ee4
|
||||
|
||||
String_40ee4: ; 40ee4
|
||||
db "UNOWN are listed", $4e
|
||||
db "in catching order.@"
|
||||
db "UNOWN are listed"
|
||||
next "in catching order.@"
|
||||
; 40f08
|
||||
|
||||
Function40f08: ; 40f08 (10:4f08)
|
||||
@@ -2031,8 +2032,8 @@ Function41107: ; 41107
|
||||
; 41126
|
||||
|
||||
String_41126: ; 41126
|
||||
db "The specified type", $4e
|
||||
db "was not found.@"
|
||||
db "The specified type"
|
||||
next "was not found.@"
|
||||
; 41148
|
||||
|
||||
Function41148: ; 41148 (10:5148)
|
||||
|
Reference in New Issue
Block a user