diff options
author | ISSOtm <eldredhabert0@gmail.com> | 2018-06-04 19:02:13 +0200 |
---|---|---|
committer | ISSOtm <eldredhabert0@gmail.com> | 2018-06-04 19:03:25 +0200 |
commit | 8267c0bc3b04b5a990809e851389d9f2bc65e81a (patch) | |
tree | 4beb2e6baa2e0ff144afdf39498789376fbef36d /zero_checksum.inc | |
parent | 123e57a9085d967998bcbb1fabcecfec3403d7a4 (diff) |
Add workaround to rgbfix 0.3.7 checksum bug
Please refer to zero_checksum.inc for details
Diffstat (limited to 'zero_checksum.inc')
-rw-r--r-- | zero_checksum.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zero_checksum.inc b/zero_checksum.inc new file mode 100644 index 0000000..c35e834 --- /dev/null +++ b/zero_checksum.inc @@ -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 |