Replace "¯" and "%" (breakable whitespace) with more meaningful charmap names (#1094)

This commit is contained in:
SnorlaxMonster
2023-11-20 12:04:45 +11:00
committed by GitHub
parent 05083d6fd2
commit a82dfd81bb
11 changed files with 77 additions and 73 deletions

View File

@@ -6,10 +6,10 @@
charmap "<PLAY_G>", $14 ; "<PLAYER>くん" or "<PLAYER>ちゃん"; same as "<PLAYER>" in English
charmap "<MOBILE>", $15
charmap "<CR>", $16
charmap "¯", $1f ; soft linebreak
charmap "<BSP>", $1f ; breakable space (usually " ", or "<LF>" on the Town Map)
charmap "<LF>", $22
charmap "<POKE>", $24 ; "<PO><KE>"
charmap "%", $25 ; soft linebreak in landmark names
charmap "<WBR>", $25 ; word-break opportunity (usually skipped, or "<LF>" on the Town Map)
charmap "<RED>", $38 ; wRedsName
charmap "<GREEN>", $39 ; wGreensName
charmap "<ENEMY>", $3f
@@ -191,7 +191,7 @@
charmap "▶", $ed
charmap "▼", $ee
charmap "♂", $ef
charmap "¥", $f0
charmap "¥", $f0 ; Poké Dollar sign
charmap "×", $f1
charmap "<DOT>", $f2 ; decimal point; same as "." in English
charmap "/", $f3