<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[ChipMusic.org - Custom LSDJ Colors?]]></title>
		<link>https://chipmusic.org/forums/topic/12886/custom-lsdj-colors/</link>
		<description><![CDATA[The most recent posts in Custom LSDJ Colors?.]]></description>
		<lastBuildDate>Fri, 30 Dec 2016 10:28:23 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Custom LSDJ Colors?]]></title>
			<link>https://chipmusic.org/forums/post/250266/#p250266</link>
			<description><![CDATA[<b><i>PainPerdu says:</i></b><p>That&#039;s right, Aquellex is the one that kindly made me a .ips patch with custom colors and fonts! You guys should consider donating a few bucks to him if he&#039;s still inclined to receive commissions for this. I&#039;m personally super happy.</p>]]></description>
			<pubDate>Fri, 30 Dec 2016 10:28:23 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/250266/#p250266</guid>
		</item>
		<item>
			<title><![CDATA[Re: Custom LSDJ Colors?]]></title>
			<link>https://chipmusic.org/forums/post/250265/#p250265</link>
			<description><![CDATA[<b><i>PainPerdu says:</i></b><p>That&#039;s right, Aquellex is the one that kindly made me a .ips patch with custom colors and fonts! You guys should consider donating a few bucks to him if he&#039;s still inclined to receive commissions for this. I&#039;m personally super happy.</p>]]></description>
			<pubDate>Fri, 30 Dec 2016 10:28:13 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/250265/#p250265</guid>
		</item>
		<item>
			<title><![CDATA[Re: Custom LSDJ Colors?]]></title>
			<link>https://chipmusic.org/forums/post/249718/#p249718</link>
			<description><![CDATA[<b><i>ShintarouMusic says:</i></b><p>So, I understand everything except how to find the location of the values in HxD I need to edit for the different palettes of colors. How do I find these in the grid?</p><div class="quotebox"><cite>GammaBlaster wrote:</cite><blockquote><p>Here are the address offsets for the following colour palettes:</p><p>AMI: 0x40EC<br />CRT: 0x4114<br />CUTE: 0x413C<br />GRAY: 0x4164<br />RED: 0x418C<br />RGB: 0x41B4</p></blockquote></div><p>This is what I&#039;m looking at... It looks like the layout of data after the first color is different than yours.<br /><a class="postimg" href="http://oi67.tinypic.com/2d0naee.jpg" title="http://oi67.tinypic.com/2d0naee.jpg" id="forum_image_58262900"><img src="http://oi67.tinypic.com/2d0naee.jpg" /></a></p><p>Edit: nvm, finally noticed the offset display at the bottom of HxD<br />got it working, thanks again!</p>]]></description>
			<pubDate>Tue, 06 Dec 2016 07:52:39 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/249718/#p249718</guid>
		</item>
		<item>
			<title><![CDATA[Re: Custom LSDJ Colors?]]></title>
			<link>https://chipmusic.org/forums/post/249715/#p249715</link>
			<description><![CDATA[<b><i>ShintarouMusic says:</i></b><p>Thank you so much!! <img src="https://chipmusic.org/forums/img/smilies/heart.gif" width="15" height="15" alt="heart" /></p>]]></description>
			<pubDate>Tue, 06 Dec 2016 06:00:16 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/249715/#p249715</guid>
		</item>
		<item>
			<title><![CDATA[Re: Custom LSDJ Colors?]]></title>
			<link>https://chipmusic.org/forums/post/249652/#p249652</link>
			<description><![CDATA[<b><i>GammaBlaster says:</i></b><p>To edit colour schemes, you will need:</p><ul><li><p>BGB (to use its VRAM viewer and edit colour palettes in realtime, though the colours won&#039;t be saved unless you edit the actual values in the ROM itself with...)</p></li><li><p>-...a hex editor (HxD is recommended)</p></li></ul><p>First, I would recommend switching on &quot;GBC LCD colors&quot; in BGB via Options (F11) &gt; Graphics, especially if you plan to use your colour schemes on hardware.</p><p>Here are the address offsets for the following colour palettes:</p><p>AMI: 0x40EC<br />CRT: 0x4114<br />CUTE: 0x413C<br />GRAY: 0x4164<br />RED: 0x418C<br />RGB: 0x41B4</p><p>Here is a screenshot that corresponds to what values you will be editing in BGB&#039;s VRAM viewer (only focus on BG0, BG1, BG2, BG3 &amp; BG4--ignore everything else):</p><p><a class="postimg" href="http://i.imgur.com/FyoXAx8.png" title="http://i.imgur.com/FyoXAx8.png" id="forum_image_98809224"><img src="http://i.imgur.com/FyoXAx8.png" /></a></p><p>Also, take note that the bytes are swapped. If you forget to swap them when editing the ROM&#039;s values, you&#039;ll end up with a different colour!</p><p><a class="postimg" href="http://i.imgur.com/OCVx3vx.png" title="http://i.imgur.com/OCVx3vx.png" id="forum_image_19078912"><img src="http://i.imgur.com/OCVx3vx.png" /></a></p><p>To change the name of the colour schemes, just search for the respective name you want to change in text-string form.</p><p><a class="postimg" href="http://i.imgur.com/fC8vPiP.png" title="http://i.imgur.com/fC8vPiP.png" id="forum_image_56093465"><img src="http://i.imgur.com/fC8vPiP.png" /></a><br /><a class="postimg" href="http://i.imgur.com/zIZ1rb2.png" title="http://i.imgur.com/zIZ1rb2.png" id="forum_image_44286428"><img src="http://i.imgur.com/zIZ1rb2.png" /></a></p><p>The <a href="http://www.budmelvin.com/dev/15bitconverter.html" target="_blank">HTML to 15-bit colour converter</a> in conjunction with Instant Eyedropper (or any kind of colour picker that supports returning values in HTML) may help as well. Unfortunately, it doesn&#039;t give you the seperate RGB values, so this is best used with editing the ROM directly and restarting BGB to get results :v <br />As for fonts, <a href="http://chipmusic.org/forums/post/166266/#p166266" target="_blank">dawsx</a> has already covered that, but the location addresses for the fonts changed in 4.8.0 and upwards (hence why a lot of the fonts on that thread end up glitching LSDJ4.8+). I would also prefer using yy-chr over Tile Layer Pro for editing the tiles if you wish to delve into font hacking as well <img src="https://chipmusic.org/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<pubDate>Sun, 04 Dec 2016 03:16:33 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/249652/#p249652</guid>
		</item>
		<item>
			<title><![CDATA[Re: Custom LSDJ Colors?]]></title>
			<link>https://chipmusic.org/forums/post/249650/#p249650</link>
			<description><![CDATA[<b><i>ShintarouMusic says:</i></b><p>Hey, thank you! I&#039;m glad a .ips patcher exists.<br />I have a specific color palette I&#039;d like to make... I&#039;ll try to edit one of those .ips, or maybe find someone to do it for a few bucks if I can&#039;t. <img src="https://chipmusic.org/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<pubDate>Sun, 04 Dec 2016 01:20:31 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/249650/#p249650</guid>
		</item>
		<item>
			<title><![CDATA[Re: Custom LSDJ Colors?]]></title>
			<link>https://chipmusic.org/forums/post/249621/#p249621</link>
			<description><![CDATA[<b><i>urbster1 says:</i></b><p>Aquellex (aka <a href="http://chipmusic.org/GammaBlaster" target="_blank">GammaBlaster</a>) made some custom skins, I believe these are the ones Pain Perdu uses: <a href="https://1drv.ms/f/s!AhRS0efU3BeShtJRfoRSwCtIZrEMCw" target="_blank">https://1drv.ms/f/s!AhRS0efU3BeShtJRfoRSwCtIZrEMCw</a></p><p>to use them, just apply the IPS patch to the LSDJ rom</p><p>if that link doesn&#039;t work, try the one in his Soundcloud <a href="https://soundcloud.com/aquellex" target="_blank">https://soundcloud.com/aquellex</a></p>]]></description>
			<pubDate>Wed, 30 Nov 2016 18:36:42 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/249621/#p249621</guid>
		</item>
		<item>
			<title><![CDATA[Re: Custom LSDJ Colors?]]></title>
			<link>https://chipmusic.org/forums/post/249619/#p249619</link>
			<description><![CDATA[<b><i>Starshine says:</i></b><p>I&#039;ve seen custom colour pallets and custom fonts, but unfortunately I have no idea how to use nor create them... </p><p>Pain Perdu uses them though, maybe try getting a hold of him?</p>]]></description>
			<pubDate>Wed, 30 Nov 2016 16:20:12 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/249619/#p249619</guid>
		</item>
		<item>
			<title><![CDATA[Re: Custom LSDJ Colors?]]></title>
			<link>https://chipmusic.org/forums/post/249600/#p249600</link>
			<description><![CDATA[<b><i>ShintarouMusic says:</i></b><p>necro bump,</p><p>I too would really like to do this. If anyone could offer instruction I&#039;d appreciate it a lot!</p>]]></description>
			<pubDate>Tue, 29 Nov 2016 23:32:41 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/249600/#p249600</guid>
		</item>
		<item>
			<title><![CDATA[Re: Custom LSDJ Colors?]]></title>
			<link>https://chipmusic.org/forums/post/194603/#p194603</link>
			<description><![CDATA[<b><i>ShinigamiMachine says:</i></b><p>Anyone?</p>]]></description>
			<pubDate>Fri, 13 Dec 2013 01:29:37 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/194603/#p194603</guid>
		</item>
		<item>
			<title><![CDATA[Custom LSDJ Colors?]]></title>
			<link>https://chipmusic.org/forums/post/194025/#p194025</link>
			<description><![CDATA[<b><i>ShinigamiMachine says:</i></b><p>Hey guys, sorry for starting so many threads, but I was curious if it is possible to hex edit LSDJ to get some custom colors. I know there are quite a few, and the first (blue, orange, and white) one is okay, but it would be really cool to choose my own colors. Does anyone know A: If it&#039;s possible (which I&#039;m 99% sure it is) and B: How to do it/what bytes or whatever they&#039;re called to edit.</p>]]></description>
			<pubDate>Mon, 09 Dec 2013 04:09:14 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/194025/#p194025</guid>
		</item>
	</channel>
</rss>
