diff options
author | obskyr <powpowd@gmail.com> | 2018-07-07 03:49:30 +0200 |
---|---|---|
committer | obskyr <powpowd@gmail.com> | 2018-07-07 03:49:30 +0200 |
commit | d3f356a1dc6970973932502edbe3af6b150a22d0 (patch) | |
tree | 952ec85db62ce32a36caf2042b37228165111484 /zero_checksum.asm | |
parent | 3fab27f221a8d5400d4b203809ff9b13355d55a3 (diff) |
Symfile for corrected ROM; rename zero_checksum.inc
Diffstat (limited to 'zero_checksum.asm')
-rw-r--r-- | zero_checksum.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zero_checksum.asm b/zero_checksum.asm new file mode 100644 index 0000000..c35e834 --- /dev/null +++ b/zero_checksum.asm @@ -0,0 +1,6 @@ + +; 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 |