User talk:Diego pmc

From WiiBrew
Jump to navigation Jump to search

Reference

Hi, you may want to look at the ref tag, I'm using it on this page. --Crayon 21:53, 28 August 2009 (UTC)

Answer

Did you see my answer? --Crayon 14:28, 22 September 2009 (UTC)

Tetwiis

Thanks for the comments and bug reports - the sticking block one is very weird! I presume this is something that occurs over a few goes and not on the first time from loading? I'll re-examine the checking and clearing code to see if there are any obvious bugs around that area. Pembo 18:33, 1 December 2009 (UTC)

Fade in/out image on title screen

Hi - only just spotted your question - sorry. I'm going to release the source code, but here's how to fade in the logos. Just reverse the fore loop to fade out.

for(fi=0;fi<254;fi+=2)
{
 GRRLIB_DrawImg(horizpos,vertpos,tex_startlogo,0,1,1,0xFFFFFF00|fi);

Pembo 07:34, 13 June 2010 (UTC)