<?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: Tonc &#8211; GBA Programming in rot13</title>
	<atom:link href="http://www.coranac.com/projects/tonc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coranac.com</link>
	<description>my own little world</description>
	<lastBuildDate>Fri, 23 Dec 2011 16:50:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: cearn</title>
		<link>http://www.coranac.com/projects/tonc/comment-page-1/#comment-6794</link>
		<dc:creator>cearn</dc:creator>
		<pubDate>Sat, 19 Nov 2011 16:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/tonc/#comment-6794</guid>
		<description>Damnation &gt;_&lt; ! Found and fixed them. Good call.</description>
		<content:encoded><![CDATA[<p>Damnation &gt;_&lt; ! Found and fixed them. Good call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dasi</title>
		<link>http://www.coranac.com/projects/tonc/comment-page-1/#comment-6793</link>
		<dc:creator>dasi</dc:creator>
		<pubDate>Sat, 19 Nov 2011 12:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/tonc/#comment-6793</guid>
		<description>Thanks for the update. Incidentally, I recently noticed a rogue line of code in chapter 11.5. (http://www.coranac.com/tonc/text/affobj.htm) : int sina= lut_sin(alpha), cosa= lut_cos(alpha);</description>
		<content:encoded><![CDATA[<p>Thanks for the update. Incidentally, I recently noticed a rogue line of code in chapter 11.5. (<a href="http://www.coranac.com/tonc/text/affobj.htm" rel="nofollow">http://www.coranac.com/tonc/text/affobj.htm</a>) : int sina= lut_sin(alpha), cosa= lut_cos(alpha);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cearn</title>
		<link>http://www.coranac.com/projects/tonc/comment-page-1/#comment-6782</link>
		<dc:creator>cearn</dc:creator>
		<pubDate>Thu, 17 Nov 2011 18:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/tonc/#comment-6782</guid>
		<description>Re-uploaded &lt;tt&gt;tonc-code.zip&lt;/tt&gt; because some links to &lt;tt&gt;grit&lt;/tt&gt; were incorrect.</description>
		<content:encoded><![CDATA[<p>Re-uploaded <tt>tonc-code.zip</tt> because some links to <tt>grit</tt> were incorrect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cearn</title>
		<link>http://www.coranac.com/projects/tonc/comment-page-1/#comment-2962</link>
		<dc:creator>cearn</dc:creator>
		<pubDate>Fri, 22 Jan 2010 17:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/tonc/#comment-2962</guid>
		<description>Odd. I&#039;ve rebuilt tonclib here and it seems to compile okay. It did seem I missed a few points in the main codebase, though, so I&#039;ve re-uploaded everything. Maybe it&#039;ll work better this time.

About &lt;code&gt;INCLUDE&lt;/code&gt; vs &lt;code&gt;INCLUDES&lt;/code&gt;: &lt;code&gt;INCLUDE&lt;b&gt;S&lt;/b&gt;&lt;/code&gt; is supposed to be the list for include directories, and &lt;code&gt;INCLUDE&lt;/code&gt; is the variable that the compiler needs to search for the directories. You shouldn&#039;t replace one for the other, that won&#039;t work. Because of the obvious potential for confusion here, I always used &lt;code&gt;INCDIRS&lt;/code&gt; in the examples, but somehow missed it in the tonclib makefile.</description>
		<content:encoded><![CDATA[<p>Odd. I&#8217;ve rebuilt tonclib here and it seems to compile okay. It did seem I missed a few points in the main codebase, though, so I&#8217;ve re-uploaded everything. Maybe it&#8217;ll work better this time.</p>
<p> About <code>INCLUDE</code> vs <code>INCLUDES</code>: <code>INCLUDE<b>S</b></code> is supposed to be the list for include directories, and <code>INCLUDE</code> is the variable that the compiler needs to search for the directories. You shouldn&#8217;t replace one for the other, that won&#8217;t work. Because of the obvious potential for confusion here, I always used <code>INCDIRS</code> in the examples, but somehow missed it in the tonclib makefile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gooner</title>
		<link>http://www.coranac.com/projects/tonc/comment-page-1/#comment-2961</link>
		<dc:creator>gooner</dc:creator>
		<pubDate>Thu, 21 Jan 2010 19:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/tonc/#comment-2961</guid>
		<description>There is a problem building the tonclib v1.4. It seems that make isn&#039;t pointing out where the headers are. I looked through the makefile and found some discrepancies between the variables INCLUDE and INCLUDES. But after changing them all to INCLUDES, the same thing happened.</description>
		<content:encoded><![CDATA[<p>There is a problem building the tonclib v1.4. It seems that make isn&#8217;t pointing out where the headers are. I looked through the makefile and found some discrepancies between the variables INCLUDE and INCLUDES. But after changing them all to INCLUDES, the same thing happened.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toney</title>
		<link>http://www.coranac.com/projects/tonc/comment-page-1/#comment-2879</link>
		<dc:creator>toney</dc:creator>
		<pubDate>Wed, 23 Dec 2009 20:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/tonc/#comment-2879</guid>
		<description>In the latest tonc-code.zip, there appears to be no &#039;source&#039; or &#039;gfx&#039; subdirectories in code/adv/m7_demo/</description>
		<content:encoded><![CDATA[<p>In the latest tonc-code.zip, there appears to be no &#8216;source&#8217; or &#8216;gfx&#8217; subdirectories in code/adv/m7_demo/</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!--
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
</head>
<body>
<p>
My database has called in sick. Please imagine some 
annoying elevator tune till he gets back.
</p>
<p>
<small>[[Doo-di-doo tooo. Dum-di-dum-di-doo-dooo.]]</small>
</p>
</body>
</html>

-->
