<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pokeyellow.git/macros/scripts/maps.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/macros/scripts/maps.asm?h=master</id>
<link rel='self' href='https://git.sl0p.foo/pokeyellow.git/atom/macros/scripts/maps.asm?h=master'/>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/'/>
<updated>2025-11-12T20:44:07Z</updated>
<entry>
<title>Use features of RGBDS 1.0.0 (#537)</title>
<updated>2025-11-12T20:44:07Z</updated>
<author>
<name>Rangi</name>
<email>35663410+Rangi42@users.noreply.github.com</email>
</author>
<published>2025-11-12T20:44:07Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=5943b96cf6d5eda52df2ad689af0ac251e4e0841'/>
<id>urn:sha1:5943b96cf6d5eda52df2ad689af0ac251e4e0841</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check limits for warp, bg, and object events</title>
<updated>2025-07-02T22:32:31Z</updated>
<author>
<name>Rangi42</name>
<email>sylvie.oukaour+rangi42@gmail.com</email>
</author>
<published>2025-07-02T22:32:31Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=3f4b3ee96fe9c2f0d13c89be5be98fa31213c35c'/>
<id>urn:sha1:3f4b3ee96fe9c2f0d13c89be5be98fa31213c35c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Define `MAX_WARP_EVENTS`</title>
<updated>2025-07-02T21:25:03Z</updated>
<author>
<name>Rangi42</name>
<email>sylvie.oukaour+rangi42@gmail.com</email>
</author>
<published>2025-07-02T21:25:03Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=aa85c0046d06b306d99e3b48460782ac04814975'/>
<id>urn:sha1:aa85c0046d06b306d99e3b48460782ac04814975</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid using `EQUS` when `EQU` or `MACRO` will do (#496)</title>
<updated>2025-02-27T18:07:17Z</updated>
<author>
<name>Rangi</name>
<email>35663410+Rangi42@users.noreply.github.com</email>
</author>
<published>2025-02-27T18:07:17Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=b460637b812f9829b69203f32e9a4f42a43070b6'/>
<id>urn:sha1:b460637b812f9829b69203f32e9a4f42a43070b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some label typos, and add some constants instead of raw numbers (#492)</title>
<updated>2025-01-30T22:26:55Z</updated>
<author>
<name>Narishma-gb</name>
<email>194818981+Narishma-gb@users.noreply.github.com</email>
</author>
<published>2025-01-30T22:26:55Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=43f21cc4948682b51b4c72bcef38631f95b47bfe'/>
<id>urn:sha1:43f21cc4948682b51b4c72bcef38631f95b47bfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add macros, constants, and labels for map scripts and text (#367)</title>
<updated>2023-07-14T01:27:56Z</updated>
<author>
<name>vulcandth</name>
<email>vulcandth@gmail.com</email>
</author>
<published>2023-07-14T01:27:56Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=d001ced41b53271373753de835a9c3b3413dc318'/>
<id>urn:sha1:d001ced41b53271373753de835a9c3b3413dc318</id>
<content type='text'>
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.</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>Use compound assignment operators</title>
<updated>2021-11-24T01:56:57Z</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2021-11-24T01:56:57Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=865d37e02ad6af386e7f596659ebec12266be3ce'/>
<id>urn:sha1:865d37e02ad6af386e7f596659ebec12266be3ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`warp_event` warp IDs start at 1, like in pokegold/pokecrystal</title>
<updated>2021-10-06T01:02:42Z</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2021-10-06T01:02:42Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=fc899e1906a9a245e94dafa7c0da2ef1697b7335'/>
<id>urn:sha1:fc899e1906a9a245e94dafa7c0da2ef1697b7335</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unify map event gen1 gen2 (#335)</title>
<updated>2021-09-27T02:56:09Z</updated>
<author>
<name>Yoann Fievez</name>
<email>yoann.fievez@gmail.com</email>
</author>
<published>2021-09-27T02:56:09Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=2c4f35848b786864822a3f211df91de30a2857c9'/>
<id>urn:sha1:2c4f35848b786864822a3f211df91de30a2857c9</id>
<content type='text'>
* Update sign to bg_event #289

* Rename warp to warp_event

* Replace object to object_event

* Move warp macro parameter from warp x, y, id, map to warp_event x, y, map, id</content>
</entry>
</feed>
