Page 1 of 1

SGDK1.4 : Typo in sample/xgmplayer

Posted: Mon Jul 22, 2019 9:26 am
by tryphon
A simple typo left in main.c source code :

line 288 : SPR_initEx(20, 80, 64);
Should be : SPR_initEx(80, 64);

Also, for nitpicking, line 63 : 0x0044, // D - dark yellow
Should be : 0x0044, // E - dark yellow

Re: SGDK1.4 : Typo in sample/xgmplayer

Posted: Mon Jul 22, 2019 9:43 pm
by Stef
fixed :p

I didn't updated it since a while (so the problem with the SPR_initEx(..) method)