<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pokeyellow.git/constants/pokemon_data_constants.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/constants/pokemon_data_constants.asm?h=master</id>
<link rel='self' href='https://git.sl0p.foo/pokeyellow.git/atom/constants/pokemon_data_constants.asm?h=master'/>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/'/>
<updated>2025-11-27T18:39:25Z</updated>
<entry>
<title>Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)</title>
<updated>2025-11-27T18:39:25Z</updated>
<author>
<name>Narishma-gb</name>
<email>194818981+Narishma-gb@users.noreply.github.com</email>
</author>
<published>2025-11-27T18:39:25Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=3a4382c6055e21da72357dd18638947a2acbbda9'/>
<id>urn:sha1:3a4382c6055e21da72357dd18638947a2acbbda9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revise some RAM buffer constants</title>
<updated>2025-09-26T20:55:23Z</updated>
<author>
<name>Rangi</name>
<email>sylvie.oukaour+rangi42@gmail.com</email>
</author>
<published>2025-09-26T20:55:23Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=628797baffe7ea7dd4b224116d9704c7ae1b9c29'/>
<id>urn:sha1:628797baffe7ea7dd4b224116d9704c7ae1b9c29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use constants for PP masks instead of magic numbers (#504)</title>
<updated>2025-04-02T14:49:15Z</updated>
<author>
<name>edave64</name>
<email>edave64@users.noreply.github.com</email>
</author>
<published>2025-04-02T14:49:15Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=e1b7b8af0a431f4624fc668a58b535a8be438d72'/>
<id>urn:sha1:e1b7b8af0a431f4624fc668a58b535a8be438d72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZE</title>
<updated>2023-11-22T01:33:03Z</updated>
<author>
<name>Rangi42</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2023-11-22T01:33:03Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=0a616ae5606031ce27b4c987ae0e1d9da511cec9'/>
<id>urn:sha1:0a616ae5606031ce27b4c987ae0e1d9da511cec9</id>
<content type='text'>
Fixes #430
</content>
</entry>
<entry>
<title>Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407)</title>
<updated>2023-11-22T00:54:39Z</updated>
<author>
<name>SatoMew</name>
<email>SatoMew@users.noreply.github.com</email>
</author>
<published>2023-11-22T00:54:39Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=a681f718ac0fa6077c45ad793968a8f0cbfb93c7'/>
<id>urn:sha1:a681f718ac0fa6077c45ad793968a8f0cbfb93c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `macros/wram.asm` to `macros/ram.asm` (#388)</title>
<updated>2022-09-11T05:05:04Z</updated>
<author>
<name>vulcandth</name>
<email>vulcandth@gmail.com</email>
</author>
<published>2022-09-11T05:05:04Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=74cee737f6990fd770838eb8fe4d090028a76bd9'/>
<id>urn:sha1:74cee737f6990fd770838eb8fe4d090028a76bd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>party_struct constants and ExchangeBytes size (#364)</title>
<updated>2022-07-04T05:08:17Z</updated>
<author>
<name>vulcandth</name>
<email>vulcandth@gmail.com</email>
</author>
<published>2022-07-04T05:08:17Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=70cbb483288cd048f85420a63caadc707e9b75bf'/>
<id>urn:sha1:70cbb483288cd048f85420a63caadc707e9b75bf</id>
<content type='text'>
Co-Authored-By: Rangi &lt;35663410+Rangi42@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>RGBDS syntax updates (#358)</title>
<updated>2022-06-06T21:25:31Z</updated>
<author>
<name>vulcandth</name>
<email>vulcandth@gmail.com</email>
</author>
<published>2022-06-06T21:25:31Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=6b5be9129cabe72b9f775b02db1bf7e7169153da'/>
<id>urn:sha1:6b5be9129cabe72b9f775b02db1bf7e7169153da</id>
<content type='text'>
New MACRO and DEF syntax</content>
</entry>
<entry>
<title>Verify data table and name list sizes with assertion macros</title>
<updated>2021-03-25T20:44:41Z</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2021-03-25T20:33:05Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=95ec2cf039f0efdc6dadfb6fe766ace231a1b6b1'/>
<id>urn:sha1:95ec2cf039f0efdc6dadfb6fe766ace231a1b6b1</id>
<content type='text'>
Fixes #312
</content>
</entry>
<entry>
<title>Fix file modes</title>
<updated>2020-11-15T02:52:10Z</updated>
<author>
<name>dannye</name>
<email>33dannye@gmail.com</email>
</author>
<published>2020-11-15T02:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=66377fca32c63ca9e362d2d2ce15f0692260ce53'/>
<id>urn:sha1:66377fca32c63ca9e362d2d2ce15f0692260ce53</id>
<content type='text'>
</content>
</entry>
</feed>
