<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oot/include/variables.h, branch main</title>
<subtitle>Decompilation of The Legend of Zelda: Ocarina of Time</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/'/>
<entry>
<title>Remove Variables.h; Decouple z64.h from global.h (#2507)</title>
<updated>2025-04-20T02:04:08+00:00</updated>
<author>
<name>fig02</name>
<email>fig02srl@gmail.com</email>
</author>
<published>2025-04-20T02:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=2278bcb2c3383553d136216a7fc1600cd86485f3'/>
<id>2278bcb2c3383553d136216a7fc1600cd86485f3</id>
<content type='text'>
* progress

* z64.h issues sorted

* remove variables.h

* format

* n64 fix

* another fix

* did the wrong fix

* fix libleo

* fix bss

* review

* remove instead of comment</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* progress

* z64.h issues sorted

* remove variables.h

* format

* n64 fix

* another fix

* did the wrong fix

* fix libleo

* fix bss

* review

* remove instead of comment</pre>
</div>
</content>
</entry>
<entry>
<title>variables.h: migrate all remaining varaibles, remove other dependencies except z64.h (#2505)</title>
<updated>2025-04-16T12:22:42+00:00</updated>
<author>
<name>fig02</name>
<email>fig02srl@gmail.com</email>
</author>
<published>2025-04-16T12:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=655ec771387927eda89d89b5bc2751192b075909'/>
<id>655ec771387927eda89d89b5bc2751192b075909</id>
<content type='text'>
* move remaining variables from variables.h

* fix other dependencies

* extra newline

* fix and adjust comment

* is this the problem

* fix bss</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* move remaining variables from variables.h

* fix other dependencies

* extra newline

* fix and adjust comment

* is this the problem

* fix bss</pre>
</div>
</content>
</entry>
<entry>
<title>variables.h cleaning: migrate audio variables (#2504)</title>
<updated>2025-04-11T06:10:19+00:00</updated>
<author>
<name>fig02</name>
<email>fig02srl@gmail.com</email>
</author>
<published>2025-04-11T06:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=0c5282ba66bec5eba8f11fa5922b893b1deed7e7'/>
<id>0c5282ba66bec5eba8f11fa5922b893b1deed7e7</id>
<content type='text'>
* migrate audio variables, fix libultra thing

* remove extra newlines

* fix

* add required pragmas

* fix bss

* audio table fixes

* fix bss</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* migrate audio variables, fix libultra thing

* remove extra newlines

* fix

* add required pragmas

* fix bss

* audio table fixes

* fix bss</pre>
</div>
</content>
</entry>
<entry>
<title>variables.h cleaning: migrate libultra variables (#2503)</title>
<updated>2025-04-07T02:32:40+00:00</updated>
<author>
<name>fig02</name>
<email>fig02srl@gmail.com</email>
</author>
<published>2025-04-07T02:32:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=80564bf40b7891eb38eae56b7e3c1780c080a075'/>
<id>80564bf40b7891eb38eae56b7e3c1780c080a075</id>
<content type='text'>
* variables.h cleaning: migrate libultra variables

* another increment_block_number

* fix bss</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* variables.h cleaning: migrate libultra variables

* another increment_block_number

* fix bss</pre>
</div>
</content>
</entry>
<entry>
<title>SoundMode -&gt; SoundOutputMode (#2475)</title>
<updated>2025-03-27T05:47:44+00:00</updated>
<author>
<name>fig02</name>
<email>fig02srl@gmail.com</email>
</author>
<published>2025-03-27T05:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=7416f413db78e8638bcb51bb9b4415c97a4d16c6'/>
<id>7416f413db78e8638bcb51bb9b4415c97a4d16c6</id>
<content type='text'>
* SoundOutputMode, and move SoundSetting

* missed a couple

* format

* move SoundSetting</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* SoundOutputMode, and move SoundSetting

* missed a couple

* format

* move SoundSetting</pre>
</div>
</content>
</entry>
<entry>
<title>Some functions.h and variables.h work (#2491)</title>
<updated>2025-03-26T20:08:10+00:00</updated>
<author>
<name>fig02</name>
<email>fig02srl@gmail.com</email>
</author>
<published>2025-03-26T20:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=ecf65e797ea688c2b25af6993b8e0791ffb8d5e0'/>
<id>ecf65e797ea688c2b25af6993b8e0791ffb8d5e0</id>
<content type='text'>
* sort fuctions and variables

* bss</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sort fuctions and variables

* bss</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce dependencies on global.h (10) (#2490)</title>
<updated>2025-02-26T22:18:30+00:00</updated>
<author>
<name>mzxrules</name>
<email>mzxrules@gmail.com</email>
</author>
<published>2025-02-26T22:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=cf1a39c26fca0f7827fef79d08b114fde1c43cce'/>
<id>cf1a39c26fca0f7827fef79d08b114fde1c43cce</id>
<content type='text'>
* reduce z64.h size

* fix z_cheap_proc.inc.c

* ,bss

* remove temp delcaration</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* reduce z64.h size

* fix z_cheap_proc.inc.c

* ,bss

* remove temp delcaration</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce dependencies on global.h (9) (#2488)</title>
<updated>2025-02-25T01:55:55+00:00</updated>
<author>
<name>mzxrules</name>
<email>mzxrules@gmail.com</email>
</author>
<published>2025-02-25T01:55:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=2e4c42719b4dd10b328810cd2c58391063497d41'/>
<id>2e4c42719b4dd10b328810cd2c58391063497d41</id>
<content type='text'>
* split game states

* split all GameState headers

* match fig names

* deduplicate headers from bad merge

* split z64actor.h into z64actor_profile.h, z_actor_dlftbls.h

* fix compile error

* .bss</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* split game states

* split all GameState headers

* match fig names

* deduplicate headers from bad merge

* split z64actor.h into z64actor_profile.h, z_actor_dlftbls.h

* fix compile error

* .bss</pre>
</div>
</content>
</entry>
<entry>
<title>Clean out z64.h (#2484)</title>
<updated>2025-02-22T19:01:09+00:00</updated>
<author>
<name>fig02</name>
<email>fig02srl@gmail.com</email>
</author>
<published>2025-02-22T19:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=5ddb3e68b6f7a08d7c670402168d52969933dc5f'/>
<id>5ddb3e68b6f7a08d7c670402168d52969933dc5f</id>
<content type='text'>
* Clean out z64.h

* fix version include

* overlay.h

* pr suggestion

* try fixing main.c

* add back forward declare

* fix bss

* header guard

* prefix</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Clean out z64.h

* fix version include

* overlay.h

* pr suggestion

* try fixing main.c

* add back forward declare

* fix bss

* header guard

* prefix</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce overlay dependencies on global.h (8) (#2478)</title>
<updated>2025-02-19T10:54:39+00:00</updated>
<author>
<name>mzxrules</name>
<email>mzxrules@gmail.com</email>
</author>
<published>2025-02-19T10:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=981af4b6af34cdd9e4f55f8f9f4fce803600fa62'/>
<id>981af4b6af34cdd9e4f55f8f9f4fce803600fa62</id>
<content type='text'>
* move variables into z64environment.h

* z_room.h

* z64sram.h, z64ss_sram.h, z64font.h, kanread.h

* z64lifemeter.h, z64debug.h, debug_arena.h

* buffers.h

* remove z_bgcheck global

* gamealloc.h

* suggestions

* .bdd</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* move variables into z64environment.h

* z_room.h

* z64sram.h, z64ss_sram.h, z64font.h, kanread.h

* z64lifemeter.h, z64debug.h, debug_arena.h

* buffers.h

* remove z_bgcheck global

* gamealloc.h

* suggestions

* .bdd</pre>
</div>
</content>
</entry>
</feed>
