<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pokered/constants, branch master</title>
<subtitle>Pokémon Red and Blue</subtitle>
<link rel='alternate' type='text/html' href='http://git.poke.blue/pokered/'/>
<entry>
<title>Use compound assignment operators</title>
<updated>2021-11-24T01:56:57+00:00</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2021-11-24T01:56:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.poke.blue/pokered/commit/?id=865d37e02ad6af386e7f596659ebec12266be3ce'/>
<id>865d37e02ad6af386e7f596659ebec12266be3ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some constants for options (#344)</title>
<updated>2021-11-05T23:45:09+00:00</updated>
<author>
<name>Yoann Fievez</name>
<email>yoann.fievez@gmail.com</email>
</author>
<published>2021-11-05T23:45:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.poke.blue/pokered/commit/?id=f68af5c6e95a11daa3bc8daaf28c4e9a779615b9'/>
<id>f68af5c6e95a11daa3bc8daaf28c4e9a779615b9</id>
<content type='text'>
Co-authored-by: Rangi &lt;35663410+Rangi42@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Rangi &lt;35663410+Rangi42@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Improve some RAM formatting</title>
<updated>2021-05-31T15:46:10+00:00</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2021-05-31T15:46:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.poke.blue/pokered/commit/?id=8701ef4d61a6a55ee71aa1a964d4f7d10eded87e'/>
<id>8701ef4d61a6a55ee71aa1a964d4f7d10eded87e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use macros for bit arrays</title>
<updated>2021-05-24T02:09:02+00:00</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2021-05-24T02:09:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.poke.blue/pokered/commit/?id=346ce9454aac5ed9bd000d637f146b31f5a6f29d'/>
<id>346ce9454aac5ed9bd000d637f146b31f5a6f29d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use {interpolation} to generate sequences of RAM labels</title>
<updated>2021-04-27T19:49:59+00:00</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2021-04-27T19:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.poke.blue/pokered/commit/?id=6a31663c960a5c1da9dbbf12d49e0252860b96d0'/>
<id>6a31663c960a5c1da9dbbf12d49e0252860b96d0</id>
<content type='text'>
Fixes #319
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #319
</pre>
</div>
</content>
</entry>
<entry>
<title>Port 'add_tmnum' from pokecrystal</title>
<updated>2021-04-19T20:30:07+00:00</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2021-04-19T20:30:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.poke.blue/pokered/commit/?id=bcc4380d40767983a0b253d486bb3c82f0f1fd07'/>
<id>bcc4380d40767983a0b253d486bb3c82f0f1fd07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use rgbds 0.5.0 features:</title>
<updated>2021-04-17T23:06:56+00:00</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2021-04-17T23:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.poke.blue/pokered/commit/?id=dd690920c9f8502b649f1022fadbb99fab67a44a'/>
<id>dd690920c9f8502b649f1022fadbb99fab67a44a</id>
<content type='text'>
- FOR loops
- {interpolation}
- REDEF EQUS
- \# for all macro args
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- FOR loops
- {interpolation}
- REDEF EQUS
- \# for all macro args
</pre>
</div>
</content>
</entry>
<entry>
<title>Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constant</title>
<updated>2021-04-14T00:08:38+00:00</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2021-04-14T00:08:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.poke.blue/pokered/commit/?id=4b64b146e4d723980d26470d171fb18e63f4a215'/>
<id>4b64b146e4d723980d26470d171fb18e63f4a215</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Verify data table and name list sizes with assertion macros</title>
<updated>2021-03-25T20:44:41+00:00</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2021-03-25T20:33:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.poke.blue/pokered/commit/?id=95ec2cf039f0efdc6dadfb6fe766ace231a1b6b1'/>
<id>95ec2cf039f0efdc6dadfb6fe766ace231a1b6b1</id>
<content type='text'>
Fixes #312
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #312
</pre>
</div>
</content>
</entry>
<entry>
<title>The 'tmhm' macro adjusts to the number of TMs/HMs</title>
<updated>2021-01-06T15:20:37+00:00</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2021-01-06T15:20:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.poke.blue/pokered/commit/?id=94daf57156f34cf95885ba8e6f32ee0f69436bb1'/>
<id>94daf57156f34cf95885ba8e6f32ee0f69436bb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
