<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Tutorial 8: Image changes</title>
	<atom:link href="http://www.codemii.com/2008/11/09/tutorial-8-image-changes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codemii.com/2008/11/09/tutorial-8-image-changes/</link>
	<description>Home of the Homebrew Browser and Wii tutorials</description>
	<lastBuildDate>Wed, 08 May 2013 11:22:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Danilo</title>
		<link>http://www.codemii.com/2008/11/09/tutorial-8-image-changes/#comment-11039</link>
		<dc:creator>Danilo</dc:creator>
		<pubDate>Thu, 14 Jan 2010 15:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.codemii.com/?p=271#comment-11039</guid>
		<description>+1 for it :)

but the tutorial is great</description>
		<content:encoded><![CDATA[<p>+1 for it <img src='http://www.codemii.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>but the tutorial is great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://www.codemii.com/2008/11/09/tutorial-8-image-changes/#comment-9751</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Thu, 17 Sep 2009 20:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.codemii.com/?p=271#comment-9751</guid>
		<description>xfb[(i+x)+320*(j+16+y)]=jpegout[i+width*j];

The +16 is not needed here, it just puts the image 16 pixels lower than specified…</description>
		<content:encoded><![CDATA[<p>xfb[(i+x)+320*(j+16+y)]=jpegout[i+width*j];</p>
<p>The +16 is not needed here, it just puts the image 16 pixels lower than specified…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sardtok</title>
		<link>http://www.codemii.com/2008/11/09/tutorial-8-image-changes/#comment-905</link>
		<dc:creator>Sardtok</dc:creator>
		<pubDate>Wed, 21 Jan 2009 23:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.codemii.com/?p=271#comment-905</guid>
		<description>I&#039;d say Ideka&#039;s suggestion has better readability, considering it&#039;s a bool.

Since you would much rather write:
if (!yes_no_button)
Than:
if (yes_no_button ^ 1)
Although many would probably write:
if (yes_not_button == false)

Which also shows that the lines with the code:
if (yes_no_button == true)
Could be exchanged for:
if (yes_no_button)

Although I would prefer to format the suggested code:
yes_no_button = !yes_no_button;
With a space after the = and no space between the ! and variable name, but I guess that too is a personal preference.</description>
		<content:encoded><![CDATA[<p>I&#8217;d say Ideka&#8217;s suggestion has better readability, considering it&#8217;s a bool.</p>
<p>Since you would much rather write:<br />
if (!yes_no_button)<br />
Than:<br />
if (yes_no_button ^ 1)<br />
Although many would probably write:<br />
if (yes_not_button == false)</p>
<p>Which also shows that the lines with the code:<br />
if (yes_no_button == true)<br />
Could be exchanged for:<br />
if (yes_no_button)</p>
<p>Although I would prefer to format the suggested code:<br />
yes_no_button = !yes_no_button;<br />
With a space after the = and no space between the ! and variable name, but I guess that too is a personal preference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ideka</title>
		<link>http://www.codemii.com/2008/11/09/tutorial-8-image-changes/#comment-886</link>
		<dc:creator>Ideka</dc:creator>
		<pubDate>Sun, 18 Jan 2009 19:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.codemii.com/?p=271#comment-886</guid>
		<description>yes_no_button =! yes_no_button; ?</description>
		<content:encoded><![CDATA[<p>yes_no_button =! yes_no_button; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabriel</title>
		<link>http://www.codemii.com/2008/11/09/tutorial-8-image-changes/#comment-619</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Sun, 30 Nov 2008 06:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.codemii.com/?p=271#comment-619</guid>
		<description>ok, lame on me to mention the PDFs. reading the other comments i see it was kind of a request...

as slimm, it eludes me as how you acomplish so much. cheers</description>
		<content:encoded><![CDATA[<p>ok, lame on me to mention the PDFs. reading the other comments i see it was kind of a request&#8230;</p>
<p>as slimm, it eludes me as how you acomplish so much. cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slimmmmmm</title>
		<link>http://www.codemii.com/2008/11/09/tutorial-8-image-changes/#comment-537</link>
		<dc:creator>Slimmmmmm</dc:creator>
		<pubDate>Mon, 17 Nov 2008 13:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.codemii.com/?p=271#comment-537</guid>
		<description>So far upto this point we&#039;re getting closer to learning things like your homebrew game simon which is very cool.

HBB is coming along great too and I&#039;d imagine that is your number one priority.

I don&#039;t know how you manage to get so much done  :p

A Wiki or forum etc where us n00bs can maybe give some time back and help each other could be good. Maybe we could compare code and build things which could in turn benefit some of your apps.</description>
		<content:encoded><![CDATA[<p>So far upto this point we&#8217;re getting closer to learning things like your homebrew game simon which is very cool.</p>
<p>HBB is coming along great too and I&#8217;d imagine that is your number one priority.</p>
<p>I don&#8217;t know how you manage to get so much done  :p</p>
<p>A Wiki or forum etc where us n00bs can maybe give some time back and help each other could be good. Maybe we could compare code and build things which could in turn benefit some of your apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gcb</title>
		<link>http://www.codemii.com/2008/11/09/tutorial-8-image-changes/#comment-524</link>
		<dc:creator>gcb</dc:creator>
		<pubDate>Sun, 16 Nov 2008 02:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.codemii.com/?p=271#comment-524</guid>
		<description>great initiave doing the tutorials and this blog.

but may i suggest you stop the PDF format and start using the homebrew wiki?

that way everyone can fix typos and add hints.

and it can also easy the work on your side :)

thanks again</description>
		<content:encoded><![CDATA[<p>great initiave doing the tutorials and this blog.</p>
<p>but may i suggest you stop the PDF format and start using the homebrew wiki?</p>
<p>that way everyone can fix typos and add hints.</p>
<p>and it can also easy the work on your side <img src='http://www.codemii.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qual_Tun</title>
		<link>http://www.codemii.com/2008/11/09/tutorial-8-image-changes/#comment-513</link>
		<dc:creator>Qual_Tun</dc:creator>
		<pubDate>Fri, 14 Nov 2008 16:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codemii.com/?p=271#comment-513</guid>
		<description>its just a matter of, the pc I dev with is crap :)
intel 2.53
512ram
geforce2 mx 100/200</description>
		<content:encoded><![CDATA[<p>its just a matter of, the pc I dev with is crap <img src='http://www.codemii.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
intel 2.53<br />
512ram<br />
geforce2 mx 100/200</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewiis</title>
		<link>http://www.codemii.com/2008/11/09/tutorial-8-image-changes/#comment-509</link>
		<dc:creator>Lewiis</dc:creator>
		<pubDate>Thu, 13 Nov 2008 15:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.codemii.com/?p=271#comment-509</guid>
		<description>Hey Tek.

Props out man! If you&#039;re even in Perth, Western Australia, it&#039;s my shout.  The beer is on me fo&#039; sho&#039;!

These tutorials have been helping me out like you wouldn&#039;t believe. Before these i&#039;d never programmed for a console or in C.  I&#039;ve been programming a game but it is mainly other people&#039;s code cut together to make what i want.  It turns out the mistake i was making was i was trying to initialise after each image when you only need to initialise once, damn C.

What i said about the beer is true,
have a good one.
Lewiis</description>
		<content:encoded><![CDATA[<p>Hey Tek.</p>
<p>Props out man! If you&#8217;re even in Perth, Western Australia, it&#8217;s my shout.  The beer is on me fo&#8217; sho&#8217;!</p>
<p>These tutorials have been helping me out like you wouldn&#8217;t believe. Before these i&#8217;d never programmed for a console or in C.  I&#8217;ve been programming a game but it is mainly other people&#8217;s code cut together to make what i want.  It turns out the mistake i was making was i was trying to initialise after each image when you only need to initialise once, damn C.</p>
<p>What i said about the beer is true,<br />
have a good one.<br />
Lewiis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teknecal</title>
		<link>http://www.codemii.com/2008/11/09/tutorial-8-image-changes/#comment-499</link>
		<dc:creator>teknecal</dc:creator>
		<pubDate>Wed, 12 Nov 2008 08:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.codemii.com/?p=271#comment-499</guid>
		<description>Qual_Tun: In Windows, all that&#039;s needed is to associate the .dol file to run with gcube and that should be all that&#039;s needed. What problems do you have?</description>
		<content:encoded><![CDATA[<p>Qual_Tun: In Windows, all that&#8217;s needed is to associate the .dol file to run with gcube and that should be all that&#8217;s needed. What problems do you have?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
