Stephane-D / SGDK

SGDK - A free and open development kit for the Sega Mega Drive
https://www.patreon.com/SGDK
MIT License
1.77k stars 189 forks source link

Cannot build with Genesis Code #276

Closed Zapeltal closed 2 years ago

Zapeltal commented 2 years ago

I tried building my game, it worked like a minute ago i swear.

Here's the log: image

LIZARDRIVE commented 2 years ago

Which version of SGDK are you using? Please note that built-in functions names may change from one SGDK version to another. You may check changelog and SGDK inc folder to confirm that function VDP_setPaletteColor still exists under this name.

Stephane-D commented 2 years ago

Indeed the method doesn't exist anymore since SGDK 1.8, all VDP_setPalettexx() related methods were deprecated since a long time and I finally get rid of them.

Zapeltal commented 2 years ago

Thanks, resolved :D