summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2020-08-08 23:20:40 +0200
committermid-kid <esteve.varela@gmail.com>2020-08-08 23:27:32 +0200
commit7b88a2b8e11ff4f81aa2bc82ac11e9d2ed8ac667 (patch)
treedb72142caeb4192f37f46c3758e8dcf6c44c61fc /home
parent7f84d05e823c07c480d6b1e7f0601dc7ae76eb25 (diff)
Fix RGBDS 0.4.1
Diffstat (limited to 'home')
-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