-
Notifications
You must be signed in to change notification settings - Fork 5
Bump up required RGBDS version (?) #7
Comments
Interesting, normally the "brokenness" shouldn't depend on the RGBDS version? Might be a compiler bug fixed. Can you provide a diff of the 0.3.5 ROM and the 0.3.7 one, please? |
Please ensure you have the latest version of the repo and recompile with
both bersions to see if the effects are consistent. You should probably
provide both ROMs for investigative pokings-about, to be honest. A diff is
good, but the full builds are even better.
…On Saturday, May 5, 2018, Eldred Habert ***@***.***> wrote:
Interesting, normally the "brokenness" shouldn't depend on the RGBDS
version? Might be a compiler bug fixed. Can you provide a diff of the 0.3.5
ROM and the 0.3.7 one, please?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AcnhQTRN8WG0vYMmdIbiNRSGMdlLLfrFks5tvbjOgaJpZM4TzeIZ>
.
|
Actually, after checking, the 0.3.3 one is broken, not the 0.3.5 one. The 0.3.5 one works perfectly, along with 0.3.7. I had a false alarm there. Perhaps close this issue? |
UPDATE: RGBDS 0.3.4 seems to produce a good ROM too, so it seems 0.3.3 isn't suitable for building this game anymore. I am unable to provide the ROMs at the moment due to time constraints though. (I will update this post with either the diff or the full ROMs though once I get the chance) |
It's known that versions prior to 0.3.3 won't work, due to lack of UNION support. I'll try to compile with different versions and produce diffs. |
I have first grabbed the RGBDS source ZIPs from the official release page, and compiled different versions of the ROM by manually re-writing the Makefile variables. Results:
ZIP file (has ROMs, 0.3.7 SYM file, all diff files, and two annotation txt's) I'll be notifying in INSTALL.md that 0.3.6 should be avoided always, 0.3.3 might not always work, and bump the "latest compiling version" to 0.3.7. |
When I tried to build the ROM, RGBDS 0.3.3 produced a broken ROM that can't be considered "playable". It had somewhat broken graphics in the character select screen, and the overworld seemed to be broken too. This can be noticed in the nighty build that the ISSOtm website generates.Building on RGBDS 0.3.5 thru 0.3.7 seemed to yield a better result, with a correct-looking character select screen, and a working overworld.
False alarm! 0.3.3 seems to be the troubled version!
The text was updated successfully, but these errors were encountered: