summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-04 08:43:46 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-04 08:43:46 -0500
commit14e0da51164d418b9eb347ed21a2a753393e8883 (patch)
tree1deae557bf154885a4c8abf4f31526b5f0a5710f /macros
parentd346664b148c7d10972f772f67ffd67e147f29ea (diff)
Status screen edits
Diffstat (limited to 'macros')
-rw-r--r--macros/charmap.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/charmap.asm b/macros/charmap.asm
index 93710003a..54b3bf37a 100644
--- a/macros/charmap.asm
+++ b/macros/charmap.asm
@@ -7,6 +7,7 @@
charmap "<RED>", $38
charmap "<GREEN>", $39
charmap "<ENEMY>", $3f
+ charmap "<SHINY>", $3f
charmap "<MOM>", $49
charmap "<PKMN>", $4a
charmap "<NEXT>", $4e
@@ -30,12 +31,15 @@
charmap "<DEXEND>", $5f
; Actual characters
+ charmap "_", $62
charmap "′", $6e
charmap "<LV>", $6e
charmap "″", $6f
charmap "<PO>", $70
charmap "<KE>", $71
+ charmap "◀", $71
+ charmap "<ID>", $73
charmap "№", $74
charmap "…", $75