<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pokeyellow.git/engine/overworld/hidden_objects.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/engine/overworld/hidden_objects.asm?h=master</id>
<link rel='self' href='https://git.sl0p.foo/pokeyellow.git/atom/engine/overworld/hidden_objects.asm?h=master'/>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/'/>
<updated>2026-01-08T03:05:37Z</updated>
<entry>
<title>Use macros to enforce "hidden object" constraints, and rename them to "hidden events" (#559)</title>
<updated>2026-01-08T03:05:37Z</updated>
<author>
<name>Rangi</name>
<email>35663410+Rangi42@users.noreply.github.com</email>
</author>
<published>2026-01-08T03:05:37Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=0e49aef88ef94b9d3e80d89e4eb718e9425045df'/>
<id>urn:sha1:0e49aef88ef94b9d3e80d89e4eb718e9425045df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Identify various flag labels and bit constants (#454)</title>
<updated>2024-07-16T17:02:54Z</updated>
<author>
<name>Sylvie</name>
<email>35663410+Rangi42@users.noreply.github.com</email>
</author>
<published>2024-07-16T17:02:54Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=8fafca714c07500d1d87bba224f12cf9cc2c8789'/>
<id>urn:sha1:8fafca714c07500d1d87bba224f12cf9cc2c8789</id>
<content type='text'>
</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>
<entry>
<title>Specify the ldh instruction, don't turn ld into ldh</title>
<updated>2020-07-06T23:03:05Z</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2020-07-06T23:03:05Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=772fcc7588a4e1fbe146a02b429cf64282c81dcb'/>
<id>urn:sha1:772fcc7588a4e1fbe146a02b429cf64282c81dcb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow</title>
<updated>2020-07-05T21:51:29Z</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2020-07-05T21:29:11Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=2b2ed54bbf017943ba2343cd6c1dbe88b8f34a4e'/>
<id>urn:sha1:2b2ed54bbf017943ba2343cd6c1dbe88b8f34a4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port two HRAM labels from pokeyellow</title>
<updated>2020-07-05T20:35:06Z</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2020-07-05T20:35:06Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=b0aa4cb14a602bc2acf15bc0f2591a94a30487a2'/>
<id>urn:sha1:b0aa4cb14a602bc2acf15bc0f2591a94a30487a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace raw hex values with HRAM constants</title>
<updated>2020-07-04T02:22:09Z</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2020-07-04T02:11:35Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=6ef36800b0dcb86100a7c716172015667e60dc99'/>
<id>urn:sha1:6ef36800b0dcb86100a7c716172015667e60dc99</id>
<content type='text'>
To do: turn constants into labels and use ldh
</content>
</entry>
<entry>
<title>Add subdirectories to data/ similar to pokecrystal</title>
<updated>2020-07-03T15:51:00Z</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2020-07-03T15:51:00Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=b29e5ee203b6fa4592180ef6cca732462cca9af6'/>
<id>urn:sha1:b29e5ee203b6fa4592180ef6cca732462cca9af6</id>
<content type='text'>
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
</content>
</entry>
<entry>
<title>Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)</title>
<updated>2020-06-27T19:32:24Z</updated>
<author>
<name>Rangi</name>
<email>35663410+Rangi42@users.noreply.github.com</email>
</author>
<published>2020-06-27T19:32:24Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=4b853ad676e061a6c4b0fcc030855a2705776864'/>
<id>urn:sha1:4b853ad676e061a6c4b0fcc030855a2705776864</id>
<content type='text'>
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.</content>
</entry>
<entry>
<title>remove address comments</title>
<updated>2016-06-12T00:24:04Z</updated>
<author>
<name>YamaArashi</name>
<email>shadow962@live.com</email>
</author>
<published>2016-06-12T00:24:04Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=7f34e28f242ee4d0caba0bd96b040811dcb86c50'/>
<id>urn:sha1:7f34e28f242ee4d0caba0bd96b040811dcb86c50</id>
<content type='text'>
</content>
</entry>
</feed>
