<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oot/src/code/z_vr_box_draw.c, 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 "z64" prefix from all headers (#2518)</title>
<updated>2025-06-04T18:38:33+00:00</updated>
<author>
<name>fig02</name>
<email>fig02srl@gmail.com</email>
</author>
<published>2025-06-04T18:38:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=28cc9d68cfe4a037eb232d5465b84a943539bca3'/>
<id>28cc9d68cfe4a037eb232d5465b84a943539bca3</id>
<content type='text'>
* z64 - a

* z64 - b

* z64 - c

* z64 - d

* z64 - e

* z64 - f

* z64 - g

* z64 - h

* z64 - i

* z64 - l

* z64 - m

* z64 - o

* z64 - p

* z64 - q

* z64 - r

* z64 - s

* z64 - t

* z64 - v

* restore file

* fix merge

* fix merge

---------

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* z64 - a

* z64 - b

* z64 - c

* z64 - d

* z64 - e

* z64 - f

* z64 - g

* z64 - h

* z64 - i

* z64 - l

* z64 - m

* z64 - o

* z64 - p

* z64 - q

* z64 - r

* z64 - s

* z64 - t

* z64 - v

* restore file

* fix merge

* fix merge

---------

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</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>Create debug macros for common functions (#1597)</title>
<updated>2024-01-09T12:59:03+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-01-09T12:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=cd917b0cb8c20e457d43805ee27d2597daed63e3'/>
<id>cd917b0cb8c20e457d43805ee27d2597daed63e3</id>
<content type='text'>
* Create debug macros for common functions

* Revert NDEBUG change

* MALLOCR -&gt; MALLOC_R

* DEBUG -&gt; OOT_DEBUG

* Use the same name for debug and non-debug matrix functions

* Fix file/line argument order

* Revert g[s]DPNoOp[Tag]

* Use SystemArena_MallocDebug directly in GameAlloc_MallocDebug

* MTXF_TO_MTX -&gt; MATRIX_TO_MTX</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Create debug macros for common functions

* Revert NDEBUG change

* MALLOCR -&gt; MALLOC_R

* DEBUG -&gt; OOT_DEBUG

* Use the same name for debug and non-debug matrix functions

* Fix file/line argument order

* Revert g[s]DPNoOp[Tag]

* Use SystemArena_MallocDebug directly in GameAlloc_MallocDebug

* MTXF_TO_MTX -&gt; MATRIX_TO_MTX</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation for skybox drawing (#1515)</title>
<updated>2023-07-04T02:30:53+00:00</updated>
<author>
<name>Tharo</name>
<email>17233964+Thar0@users.noreply.github.com</email>
</author>
<published>2023-07-04T02:30:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=100576edc9277c06db3ffcbb0ebf5e392f860d25'/>
<id>100576edc9277c06db3ffcbb0ebf5e392f860d25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add skybox .h and cleanup, `SkyboxDraw_` -&gt; `Skybox_` (#1435)</title>
<updated>2022-11-26T22:53:41+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2022-11-26T22:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=92f081d7f35c91794e5696b6bb1f86541b8b40ea'/>
<id>92f081d7f35c91794e5696b6bb1f86541b8b40ea</id>
<content type='text'>
* Add skybox .h and cleanup

* move forward declared structs to top of file

* `SkyboxDraw_` -&gt; `Skybox_`

* format

* move more forward declared structs to top of file</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add skybox .h and cleanup

* move forward declared structs to top of file

* `SkyboxDraw_` -&gt; `Skybox_`

* format

* move more forward declared structs to top of file</pre>
</div>
</content>
</entry>
<entry>
<title>Add enum for setup dls and name `z_rcp.c` functions (#1196)</title>
<updated>2022-06-03T22:25:48+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2022-06-03T22:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=1a41694d58d436c3728ad627f1b018672a628ed1'/>
<id>1a41694d58d436c3728ad627f1b018672a628ed1</id>
<content type='text'>
* Introduce `SetupDL` enum

* wip

* wip

* Remove comments on each setupdl index

* Name setup dl functions by setupdl index

* `Gfx_SetupDl` -&gt; `Gfx_SetupDL`

* Run formatter

* globalctx -&gt; play

* fix regressions

* `Gfx_SetupDL` -&gt; `Gfx_SetupDL_` (add separating underscore)

* `CallSetupDL` -&gt; `SetupDL`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Introduce `SetupDL` enum

* wip

* wip

* Remove comments on each setupdl index

* Name setup dl functions by setupdl index

* `Gfx_SetupDl` -&gt; `Gfx_SetupDL`

* Run formatter

* globalctx -&gt; play

* fix regressions

* `Gfx_SetupDL` -&gt; `Gfx_SetupDL_` (add separating underscore)

* `CallSetupDL` -&gt; `SetupDL`</pre>
</div>
</content>
</entry>
<entry>
<title>Decomp the remaining functions in vr_box and import its data (#917)</title>
<updated>2021-09-21T08:48:43+00:00</updated>
<author>
<name>petrie911</name>
<email>69443847+petrie911@users.noreply.github.com</email>
</author>
<published>2021-09-21T08:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=b18227e6adade59babf84a5ae4b26374602c39fb'/>
<id>b18227e6adade59babf84a5ae4b26374602c39fb</id>
<content type='text'>
* stuff

* not quite there

* data imported

* fixed some things and adjusted sSetupDLs

* remove setup dls

* remove alloc casts

* format

* palette swap

* Update src/code/z_vr_box_draw.c

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;

* improved loop matches

* fixed some comments

* format and adjustments

* palettes

Co-authored-by: petrie911 &lt;pmontag@DESKTOP-LG8A167.localdomain&gt;
Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* stuff

* not quite there

* data imported

* fixed some things and adjusted sSetupDLs

* remove setup dls

* remove alloc casts

* format

* palette swap

* Update src/code/z_vr_box_draw.c

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;

* improved loop matches

* fixed some comments

* format and adjustments

* palettes

Co-authored-by: petrie911 &lt;pmontag@DESKTOP-LG8A167.localdomain&gt;
Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Decompile z_kankyo (#956)</title>
<updated>2021-09-20T16:51:35+00:00</updated>
<author>
<name>petrie911</name>
<email>69443847+petrie911@users.noreply.github.com</email>
</author>
<published>2021-09-20T16:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=e51f50f0ff9d79cd4c19fb6519183fd00445719c'/>
<id>e51f50f0ff9d79cd4c19fb6519183fd00445719c</id>
<content type='text'>
* working

* start color switch

* progress

* progress

* progress on bgm func

* progress

* game over matched (except the rodata meme)

* start update

* progress

* lightning docs done

* progress

* progress

* progress

* progress

* progress

* can compile at least

* suns state, progress on kankyo_update

* some new names

* progress

* progress

* progress

* new functions

* cleanup

* more matches

* another match

* now functional

* format

* better match

* hugely improved update

* cleanup/review

* remove old changes

* review2

* review3

* missed one

* review4

* change asm filenames

* update doorwarp1

* review5

* Kankyo_ -&gt; Environment_

* format

* merge master and format functions.h

Co-authored-by: Jacob Young &lt;jacobly0@users.noreply.github.com&gt;
Co-authored-by: fig &lt;fig02srl@gmail.com&gt;
Co-authored-by: petrie911 &lt;pmontag@DESKTOP-LG8A167.localdomain&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* working

* start color switch

* progress

* progress

* progress on bgm func

* progress

* game over matched (except the rodata meme)

* start update

* progress

* lightning docs done

* progress

* progress

* progress

* progress

* progress

* can compile at least

* suns state, progress on kankyo_update

* some new names

* progress

* progress

* progress

* new functions

* cleanup

* more matches

* another match

* now functional

* format

* better match

* hugely improved update

* cleanup/review

* remove old changes

* review2

* review3

* missed one

* review4

* change asm filenames

* update doorwarp1

* review5

* Kankyo_ -&gt; Environment_

* format

* merge master and format functions.h

Co-authored-by: Jacob Young &lt;jacobly0@users.noreply.github.com&gt;
Co-authored-by: fig &lt;fig02srl@gmail.com&gt;
Co-authored-by: petrie911 &lt;pmontag@DESKTOP-LG8A167.localdomain&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Some progress on z_vr_box.c (#838)</title>
<updated>2021-07-04T15:43:04+00:00</updated>
<author>
<name>Tharo</name>
<email>17233964+Thar0@users.noreply.github.com</email>
</author>
<published>2021-07-04T15:43:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=cd9a2ed64817321a03a44e85439b811a0304bb9b'/>
<id>cd9a2ed64817321a03a44e85439b811a0304bb9b</id>
<content type='text'>
* z_vr_box.c progress

* Rename dpList to dlistBuf and SKYBOX_CLEAR_SKY to SKYBOX_NORMAL_SKY

* Fix

* renamed dlistBuf to dListBuf and split large string further</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* z_vr_box.c progress

* Rename dpList to dlistBuf and SKYBOX_CLEAR_SKY to SKYBOX_NORMAL_SKY

* Fix

* renamed dlistBuf to dListBuf and split large string further</pre>
</div>
</content>
</entry>
<entry>
<title>Bombchu bowling OK (#496)</title>
<updated>2020-12-06T18:48:51+00:00</updated>
<author>
<name>EllipticEllipsis</name>
<email>73679967+EllipticEllipsis@users.noreply.github.com</email>
</author>
<published>2020-12-06T18:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=dadee87f9423fd7b06ec088bf4bde5f768598d3c'/>
<id>dadee87f9423fd7b06ec088bf4bde5f768598d3c</id>
<content type='text'>
* All functions decompiled, most named

* asm deleted, spec and undefined_syms included

* missed a static

* Some cleanup on comments and osSyncPrintfs

* asm

Co-authored-by: fig02 &lt;fig02srl@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* All functions decompiled, most named

* asm deleted, spec and undefined_syms included

* missed a static

* Some cleanup on comments and osSyncPrintfs

* asm

Co-authored-by: fig02 &lt;fig02srl@gmail.com&gt;</pre>
</div>
</content>
</entry>
</feed>
