summaryrefslogtreecommitdiff
path: root/zero_checksum.asm
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 /zero_checksum.asm
parent7f84d05e823c07c480d6b1e7f0601dc7ae76eb25 (diff)
Fix RGBDS 0.4.1
Diffstat (limited to 'zero_checksum.asm')
-rw-r--r--zero_checksum.asm6
1 files changed, 0 insertions, 6 deletions
diff --git a/zero_checksum.asm b/zero_checksum.asm
deleted file mode 100644
index c35e834..0000000
--- a/zero_checksum.asm
+++ /dev/null
@@ -1,6 +0,0 @@
-
-; This is part of a workaround to RGBFIX 0.3.7, which does not compute the global checksum correctly
-; if it's not 0 in the pre-fix ROM. See https://github.com/rednex/rgbds/issues/280
-
-SECTION "RGBFIX 0.3.7 workaround", ROM0[$14E]
- dw 0 \ No newline at end of file