diff options
| author | yenatch <yenatch@gmail.com> | 2015-06-27 21:59:17 -0700 | 
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2015-06-27 22:53:38 -0700 | 
| commit | e2c2e20f93f43848542362a5deee677e88f9507d (patch) | |
| tree | 6134c60a610ce7e2872af65212c06883abbc2cb2 /macros | |
| parent | c00949dddf8498eb6483487792332f10dd074386 (diff) | |
Use charmaps for special string codepoints.
Also fix all the text.
Also fix some unreferenced scripts that were interpreted as text.
Diffstat (limited to 'macros')
| -rw-r--r-- | macros/charmap.asm | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/macros/charmap.asm b/macros/charmap.asm index 0478f68ab..b6344a1fa 100644 --- a/macros/charmap.asm +++ b/macros/charmap.asm @@ -273,3 +273,13 @@  	charmap "ー", $e3  	charmap "ァ", $e9 + +	charmap "<PLAYER>", $52 +	charmap "<RIVAL>",  $53 +	charmap "<RED>",    $38 +	charmap "<GREEN>",  $39 +	charmap "<TARGET>", $59 +	charmap "<USER>",   $5a +	charmap "<ENEMY>",  $3f + +	charmap "<PLAY_G>", $14 ; <PLAYER> + gender | 
