Agetian

Results 32 comments of Agetian

Yes, that does the trick, thanks! Turns out the Roms folder doesn't exist in the 3ds.zip archive in the first place (even an empty one), and without it and at...

I tried debugging this, it looks like the information about the chosen colors is lost between the time it's actually chosen and the standard game flow begins. My guess is...

Actually, I'm not sure why this is happening, since the next thing after doing the Spires color choice routine is drawing the hand, and that doesn't seem to run anything...

By the time GameAction calls changeZone on the Spires when you play it as a land, the game tries to grab the last known info via getLKICopy, and the source...

Eh, to be honest I'm not sure what the best approach would be here :/ I tried a couple times but each approach seemed to have a serious drawback which...

I like this solution! :+1: Thanks for looking into it! Yeah, a comprehensive solution is indeed quite difficult to figure out ^^;

> @Agetian maybe you know why on github we don't need to mess with the d8 file? Hmm, not sure tbh, I haven't investigated the Github way of doing things...

Hmm, getVersionString simply returns "GIT" for me (on a snapshot version), with the entire BuildInfo.class.getPackage() method returning "null"... Not sure if it would return a proper version string if executed...