summaryrefslogtreecommitdiff
path: root/home/toolgear.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/toolgear.asm')
-rw-r--r--home/toolgear.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/toolgear.asm b/home/toolgear.asm
index dc79b5b..59baf51 100644
--- a/home/toolgear.asm
+++ b/home/toolgear.asm
@@ -4,6 +4,7 @@ SECTION "home/toolgear.asm", ROM0
; local charmap, global charmap won't apply
; see https://github.com/rednex/rgbds/issues/265#issuecomment-395229694
+newcharmap local
charmap "0", $66
charmap "1", $67
charmap "2", $68
@@ -185,4 +186,4 @@ endc
add "0"
ld [de], a
inc de
- ret \ No newline at end of file
+ ret