summaryrefslogtreecommitdiff
path: root/charmap.asm
diff options
context:
space:
mode:
authorColton G. Rushton <colton51919@gmail.com>2019-11-18 18:26:07 +0100
committermid-kid <esteve.varela@gmail.com>2019-11-18 18:27:48 +0100
commit7b2377c41e480bc718b4d2e23d60175f9b5fadb9 (patch)
treeb8f82e210e686f3880ad977e71c86f1d70c12b8a /charmap.asm
parentf76a093f44dcf6f5b733ba52bff481e03d0593f2 (diff)
Fixed a charmap warning with the new RGBDS
Diffstat (limited to 'charmap.asm')
-rw-r--r--charmap.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/charmap.asm b/charmap.asm
index d5bd2bcf1..95e1a804a 100644
--- a/charmap.asm
+++ b/charmap.asm
@@ -416,3 +416,8 @@
charmap "7", $fd
charmap "8", $fe
charmap "9", $ff
+
+; ASCII charmap, for mobile functions
+ pushc
+ newcharmap ascii
+ popc