Open NovaSquirrel opened 7 months ago
Here's what I did that caused the issue:
Though if you directly go to https://mtheall.com/vram.html#T0=2&NT0=1024&MB0=0&TB0=1&S0=1&T2=2&NT2=512&MB2=4&TB2=7&S2=2&T3=5&MB3=3&S3=2 that will also show the bad line in the generated code.
This will put bgInit(3, BgType_Bmp8, BgSize_B8_256x256, 3, 7); into the generated code, which causes an assert to fail.
bgInit(3, BgType_Bmp8, BgSize_B8_256x256, 3, 7);
I'll take a PR if you can fix it I don't plan on investing any more time into this tool
Here's what I did that caused the issue:
Though if you directly go to https://mtheall.com/vram.html#T0=2&NT0=1024&MB0=0&TB0=1&S0=1&T2=2&NT2=512&MB2=4&TB2=7&S2=2&T3=5&MB3=3&S3=2 that will also show the bad line in the generated code.
This will put
bgInit(3, BgType_Bmp8, BgSize_B8_256x256, 3, 7);
into the generated code, which causes an assert to fail.