You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Use Japanese charmap definitions in strings
This commit is contained in:
@@ -188,13 +188,13 @@ StartMenu:: ; 125cd
|
||||
.SaveString: db "SAVE@"
|
||||
.OptionString: db "OPTION@"
|
||||
.ExitString: db "EXIT@"
|
||||
.PokegearString: db $24, "GEAR@"
|
||||
.PokegearString: db "<POKE>GEAR@"
|
||||
.QuitString: db "QUIT@"
|
||||
|
||||
.PokedexDesc: db "#MON"
|
||||
next "database@"
|
||||
|
||||
.PartyDesc: db "Party ", $4a
|
||||
.PartyDesc: db "Party <PKMN>"
|
||||
next "status@"
|
||||
|
||||
.PackDesc: db "Contains"
|
||||
|
||||
Reference in New Issue
Block a user