<feed xmlns='http://www.w3.org/2005/Atom'>
<title>botw/src/Game/DLC, branch master</title>
<subtitle>Decompilation of The Legend of Zelda: Breath of the Wild (Switch v1.5.0)</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/'/>
<entry>
<title>Update libraries and adjust code to match again</title>
<updated>2024-07-26T23:00:57+00:00</updated>
<author>
<name>ThePixelGamer</name>
<email>thepixelmaster2354@gmail.com</email>
</author>
<published>2024-07-26T23:00:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=de0fd08acc676caad7dd2f445f221473d7cd4b75'/>
<id>de0fd08acc676caad7dd2f445f221473d7cd4b75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix extra semicolons and enable -Wextra-semi warning</title>
<updated>2022-06-24T12:54:21+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2022-06-24T12:45:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=5b40c220e50140045ee99270d974bb8c0ab201c0'/>
<id>5b40c220e50140045ee99270d974bb8c0ab201c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add #ifdef declarations for NON_MATCHING code"</title>
<updated>2022-02-27T11:50:52+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2022-02-27T11:48:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=df36d656650198b3cbf140e2982752a95b3f2c6d'/>
<id>df36d656650198b3cbf140e2982752a95b3f2c6d</id>
<content type='text'>
This reverts commit 42807160cfb33af9f3cf2fa6b0ba98f232208cdb.

It makes searching for NON_MATCHING comment descriptions much less
convenient in most text editors or IDEs, and we want the function
CSV to be the single source of truth for function statuses. Having
a function marked as matching but not built because of a stray #ifdef
would be bad.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 42807160cfb33af9f3cf2fa6b0ba98f232208cdb.

It makes searching for NON_MATCHING comment descriptions much less
convenient in most text editors or IDEs, and we want the function
CSV to be the single source of truth for function statuses. Having
a function marked as matching but not built because of a stray #ifdef
would be bad.
</pre>
</div>
</content>
</entry>
<entry>
<title>Game: Finish HardModeManager</title>
<updated>2022-02-09T18:36:26+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2022-02-09T18:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=97f3d2943ba451e1fc864f776c21b5f8a3b01057'/>
<id>97f3d2943ba451e1fc864f776c21b5f8a3b01057</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary usages of sead::StorageFor</title>
<updated>2022-02-08T21:11:09+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2022-02-08T20:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=d893fd5ead7e1061cad38d25d517e1738d383a09'/>
<id>d893fd5ead7e1061cad38d25d517e1738d383a09</id>
<content type='text'>
Turns out they are just value-initialised aggregates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out they are just value-initialised aggregates.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add #ifdef declarations for NON_MATCHING code</title>
<updated>2021-07-26T11:05:19+00:00</updated>
<author>
<name>AlexApps99</name>
<email>alex.apps99@gmail.com</email>
</author>
<published>2021-07-26T09:58:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=42807160cfb33af9f3cf2fa6b0ba98f232208cdb'/>
<id>42807160cfb33af9f3cf2fa6b0ba98f232208cdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Decompiled aoc3/ChampionBalladManager</title>
<updated>2021-06-21T12:20:32+00:00</updated>
<author>
<name>MonsterDruide1</name>
<email>5958456@gmail.com</email>
</author>
<published>2021-06-20T21:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=0e4c71bfd8d0230552fa431af768af6bb74bf28e'/>
<id>0e4c71bfd8d0230552fa431af768af6bb74bf28e</id>
<content type='text'>
Change getBlightRematchCount to s8

Fixing review messages

Decompiled aoc3/ChampionBalladManager
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change getBlightRematchCount to s8

Fixing review messages

Decompiled aoc3/ChampionBalladManager
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename aoc2 to HardModeManager</title>
<updated>2021-04-20T10:08:07+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2021-04-20T10:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=c95a79bbc15d6b20e17acfe4a7299961fd299a65'/>
<id>c95a79bbc15d6b20e17acfe4a7299961fd299a65</id>
<content type='text'>
It seems to have been called HardModeManager according to a leftover
context name for loading Aoc/0010/Ecosystem/HardMode.byml
(which also doesn't exist anymore).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems to have been called HardModeManager according to a leftover
context name for loading Aoc/0010/Ecosystem/HardMode.byml
(which also doesn't exist anymore).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix formatting issues</title>
<updated>2021-04-11T14:10:22+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2021-04-11T14:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=d253711d1bebfdd41b4af31c09460d6f5c2da587'/>
<id>d253711d1bebfdd41b4af31c09460d6f5c2da587</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ksys/res: Give better names to Handle flags and status enum values</title>
<updated>2021-03-30T23:11:13+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2021-03-30T22:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=d3d474b96958498590930d1457db2a5538646a88'/>
<id>d3d474b96958498590930d1457db2a5538646a88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
