<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pokeyellow.git/pokeblue.asm, branch master</title>
<subtitle>Pokemon Yellow disassembly with SL0P mods: fastboot, SECRET SL0P WARP MENU, custom intro splash</subtitle>
<id>https://git.sl0p.foo/pokeyellow.git/atom/pokeblue.asm?h=master</id>
<link rel='self' href='https://git.sl0p.foo/pokeyellow.git/atom/pokeblue.asm?h=master'/>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/'/>
<updated>2014-05-30T08:16:02Z</updated>
<entry>
<title>Dust off the makefile and prepare to build Yellow.</title>
<updated>2014-05-30T08:16:02Z</updated>
<author>
<name>yenatch</name>
<email>yenatch@gmail.com</email>
</author>
<published>2014-05-30T01:52:37Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=0e12eafe6635da8e80ed33f7460e09c567d0e31f'/>
<id>urn:sha1:0e12eafe6635da8e80ed33f7460e09c567d0e31f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split wram.asm from poke{red,blue}.o into wram.o</title>
<updated>2014-01-27T22:09:09Z</updated>
<author>
<name>yenatch</name>
<email>yenatch@gmail.com</email>
</author>
<published>2014-01-27T22:09:09Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=c49dd99a986b58a9a19f6e53c6e132aa5c18c1de'/>
<id>urn:sha1:c49dd99a986b58a9a19f6e53c6e132aa5c18c1de</id>
<content type='text'>
wram.asm still defines some constants. They're moved into constants/wram_constants.asm.
</content>
</entry>
<entry>
<title>Get rid of globals.asm. Use ::s to export labels between objects.</title>
<updated>2014-01-27T21:24:13Z</updated>
<author>
<name>yenatch</name>
<email>yenatch@gmail.com</email>
</author>
<published>2014-01-27T21:22:41Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=1b9ee46af9f8baac0d266a54130115a719788377'/>
<id>urn:sha1:1b9ee46af9f8baac0d266a54130115a719788377</id>
<content type='text'>
globals.asm was a hack that:
- gave rgbasm an extra 100k lines to read
- increased reliance on the python preprocessor
- made the makefile a mess
- gave object creation an extra step
- wasn't even necessary

This speeds up build time by at least a third.
</content>
</entry>
<entry>
<title>dedicated version includes</title>
<updated>2014-01-08T00:13:37Z</updated>
<author>
<name>yenatch</name>
<email>yenatch@gmail.com</email>
</author>
<published>2014-01-08T00:13:37Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=5acb7d8294525c63b9cc5bf66229f6ca2ab9847f'/>
<id>urn:sha1:5acb7d8294525c63b9cc5bf66229f6ca2ab9847f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>include globals.asm in rgbasm objects</title>
<updated>2013-12-08T01:02:51Z</updated>
<author>
<name>yenatch</name>
<email>yenatch@gmail.com</email>
</author>
<published>2013-12-07T03:45:44Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=be83aeda84939d92b3ff1ffb1efa52306bb29208'/>
<id>urn:sha1:be83aeda84939d92b3ff1ffb1efa52306bb29208</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make extras/ a submodule</title>
<updated>2013-09-01T07:27:44Z</updated>
<author>
<name>Bryan Bishop</name>
<email>kanzure@gmail.com</email>
</author>
<published>2013-09-01T07:27:44Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=e84a5b2062ff5e9b010447e3a3c78dd67a653166'/>
<id>urn:sha1:e84a5b2062ff5e9b010447e3a3c78dd67a653166</id>
<content type='text'>
Use pokemontools v1.3.0 and use the same preprocessor as the pokecrystal
project.
</content>
</entry>
<entry>
<title>Better comments for the Game Freak room.</title>
<updated>2013-05-23T23:12:47Z</updated>
<author>
<name>IIMarckus</name>
<email>iimarckus@gmail.com</email>
</author>
<published>2013-05-23T23:12:47Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=b433cbd4b0ae83c63f4b2ff27440c97123aa6fbb'/>
<id>urn:sha1:b433cbd4b0ae83c63f4b2ff27440c97123aa6fbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename common.asm -&gt; main.asm</title>
<updated>2012-01-26T04:33:42Z</updated>
<author>
<name>Bryan Bishop</name>
<email>kanzure@gmail.com</email>
</author>
<published>2012-01-26T04:33:42Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=4f7a07efa9e93d491c6efcc14994b19cd794d3f6'/>
<id>urn:sha1:4f7a07efa9e93d491c6efcc14994b19cd794d3f6</id>
<content type='text'>
hg-commit-id: adec8319c54b

</content>
</entry>
<entry>
<title>Add missing newlines to ends of files.</title>
<updated>2012-01-18T07:51:08Z</updated>
<author>
<name>IIMarckus</name>
<email>iimarckus@gmail.com</email>
</author>
<published>2012-01-18T07:51:08Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=11e1fd7c88ce667ea56a27b8aa7c6d22aa09bb2d'/>
<id>urn:sha1:11e1fd7c88ce667ea56a27b8aa7c6d22aa09bb2d</id>
<content type='text'>
hg-commit-id: b807e5dc9cef

</content>
</entry>
<entry>
<title>Palette differences between Red and Blue version.</title>
<updated>2012-01-15T06:15:58Z</updated>
<author>
<name>stag019</name>
<email>stag019@gmail.com</email>
</author>
<published>2012-01-15T06:15:58Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=74360178fb77e80991cfacbc57178df3c9c3ee9e'/>
<id>urn:sha1:74360178fb77e80991cfacbc57178df3c9c3ee9e</id>
<content type='text'>
hg-commit-id: 3bebb464b5f7

</content>
</entry>
</feed>
