diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-06-03 17:54:53 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-06-03 17:54:53 -0400 |
| commit | 8cdf73265f95e9a55112f373804867244512878d (patch) | |
| tree | 64f4263b86839e1eb9770688ad890683fa89c503 /charmap.asm | |
| parent | Update extras with fixed gbz80disasm.py (diff) | |
| parent | Fix tileset incbin statement alignment (diff) | |
| download | pokeyellow-8cdf73265f95e9a55112f373804867244512878d.tar.gz pokeyellow-8cdf73265f95e9a55112f373804867244512878d.tar.xz pokeyellow-8cdf73265f95e9a55112f373804867244512878d.zip | |
Merge pull request #10 from PikalaxALT/master
Next batch of scripts, etc.
Diffstat (limited to 'charmap.asm')
| -rw-r--r-- | charmap.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/charmap.asm b/charmap.asm index e4368d40..8f57a130 100644 --- a/charmap.asm +++ b/charmap.asm @@ -147,12 +147,14 @@ charmap "ゅ", $E1 charmap "ょ", $E2 charmap "ー", $E3 -charmap "<pkmn>", $4a ; PkMn +charmap "<pkmn>", $4A ; PkMn charmap "@", $50 charmap "<PLAYER>", $52 charmap "<RIVAL>", $53 charmap "#", $54 ;charmap "POKé", $54 +charmap "<TARGET>", $59 +charmap "<USER>", $5A charmap "′", $71 charmap "″", $73 charmap "…", $75 |
