<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pokeyellow.git/menu/pc.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/menu/pc.asm?h=master</id>
<link rel='self' href='https://git.sl0p.foo/pokeyellow.git/atom/menu/pc.asm?h=master'/>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/'/>
<updated>2014-05-22T22:13:20Z</updated>
<entry>
<title>Pull a lot of engine out of main.asm</title>
<updated>2014-05-22T22:13:20Z</updated>
<author>
<name>U-Fish-PC\Daniel</name>
<email>corrnondacqb@yahoo.com</email>
</author>
<published>2014-05-22T22:13:20Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=15427f532085846ab6b51719be687951a094cb6c'/>
<id>urn:sha1:15427f532085846ab6b51719be687951a094cb6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Name hidden object routines</title>
<updated>2014-05-21T23:13:07Z</updated>
<author>
<name>U-Fish-PC\Daniel</name>
<email>corrnondacqb@yahoo.com</email>
</author>
<published>2014-05-21T23:08:32Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=77e300927be6ca69529862d926bb78bcc6314787'/>
<id>urn:sha1:77e300927be6ca69529862d926bb78bcc6314787</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More misc relabelling</title>
<updated>2014-05-21T17:10:07Z</updated>
<author>
<name>U-Fish-PC\Daniel</name>
<email>corrnondacqb@yahoo.com</email>
</author>
<published>2014-05-21T17:10:07Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=a9528fc870b585b6b4fac45e115061d8af979681'/>
<id>urn:sha1:a9528fc870b585b6b4fac45e115061d8af979681</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/huderlem/pokered into pull-data</title>
<updated>2014-05-19T20:05:19Z</updated>
<author>
<name>U-Fish-PC\Daniel</name>
<email>corrnondacqb@yahoo.com</email>
</author>
<published>2014-05-19T14:38:20Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=1a0992a2f16ba2026c7fbf9fcfd1576a0f81c329'/>
<id>urn:sha1:1a0992a2f16ba2026c7fbf9fcfd1576a0f81c329</id>
<content type='text'>
Conflicts:
	main.asm
	text.asm
	text/maps/route_22.asm
</content>
</entry>
<entry>
<title>Label a lot of unnamed text</title>
<updated>2014-05-16T00:00:54Z</updated>
<author>
<name>U-Fish-PC\Daniel</name>
<email>corrnondacqb@yahoo.com</email>
</author>
<published>2014-05-15T23:58:24Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=ae1ebde6972ade9feaa394851bee0bbddb8bb41e'/>
<id>urn:sha1:ae1ebde6972ade9feaa394851bee0bbddb8bb41e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use callba/callab macros for cross-bank calls.</title>
<updated>2014-04-22T21:14:11Z</updated>
<author>
<name>yenatch</name>
<email>yenatch@gmail.com</email>
</author>
<published>2014-04-22T21:14:11Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=55b992916719834a6a932829699a4e9250527f5a'/>
<id>urn:sha1:55b992916719834a6a932829699a4e9250527f5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop using [$ff00+$xx] syntax.</title>
<updated>2014-03-30T23:30:30Z</updated>
<author>
<name>yenatch</name>
<email>yenatch@gmail.com</email>
</author>
<published>2014-03-30T23:30:30Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=ebce80653c82931cd684dfa2be23ffb6418753d3'/>
<id>urn:sha1:ebce80653c82931cd684dfa2be23ffb6418753d3</id>
<content type='text'>
rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c,
</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>split audio components into audio_red.o and audio_blue.o</title>
<updated>2014-01-09T18:52:12Z</updated>
<author>
<name>yenatch</name>
<email>yenatch@gmail.com</email>
</author>
<published>2014-01-09T07:59:53Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=10bb09c4e210ab8d922081a221ce4833b5d50def'/>
<id>urn:sha1:10bb09c4e210ab8d922081a221ce4833b5d50def</id>
<content type='text'>
</content>
</entry>
</feed>
