<feed xmlns='http://www.w3.org/2005/Atom'>
<title>2ship2harkinian/mm/src/code/z_map_exp.c, branch develop-mion</title>
<subtitle>2Ship2Harkinian: Majora’s Mask PC port</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/'/>
<entry>
<title>z_map decompiled (#1032)</title>
<updated>2025-09-14T18:46:30+00:00</updated>
<author>
<name>mzxrules</name>
<email>mzxrules@gmail.com</email>
</author>
<published>2024-06-21T01:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=6db5585539f18b2a32b83f452fab7baceea303c7'/>
<id>6db5585539f18b2a32b83f452fab7baceea303c7</id>
<content type='text'>
* First batch of functions

* more ok

* z_map_data OK

* More OKs, MinimapList ZAPD breaking change

* func_80103A58 improvements, more OK

* func_80106D5C and func_801091F0 decomped

* func_801031D0 decomped and some fixes

* house cleaning, more OKs more decomp

* Even more OKs

* func_80105C40 almost OK, more OKs

* func_80108AF8 OK and more

* All functions attempted

* func_8010534C OK

* Start documentation, rename DoorCtx

* More OKs, split map_data.data, more doc

* incremental clean-up, more function names

* more function names

* func_801068FC OK

* old uncommitted changes

* minor tweaks

* implement easy fixes

* more fixes

* z_map_disp OK, implement more suggestions

* delete utility program

* migrate data

* TransiActor -&gt;TransitionActor

* Major documentation pass

* first pass of changes

* warning fix attempt, revert ZFile.cpp

* Fix FAKE match

* Easy fixes

* implement gDPLoadTextureBlock_Runtime

* z_demo bss patch

* Extract white square texture

* Implement more suggestions

* rework MapIndex/DungeonIndex

* revert dungeonSceneIndex -&gt; mapIndex in some spots, implement suggestions

* more suggestions

* minor nits

* fix #include
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* First batch of functions

* more ok

* z_map_data OK

* More OKs, MinimapList ZAPD breaking change

* func_80103A58 improvements, more OK

* func_80106D5C and func_801091F0 decomped

* func_801031D0 decomped and some fixes

* house cleaning, more OKs more decomp

* Even more OKs

* func_80105C40 almost OK, more OKs

* func_80108AF8 OK and more

* All functions attempted

* func_8010534C OK

* Start documentation, rename DoorCtx

* More OKs, split map_data.data, more doc

* incremental clean-up, more function names

* more function names

* func_801068FC OK

* old uncommitted changes

* minor tweaks

* implement easy fixes

* more fixes

* z_map_disp OK, implement more suggestions

* delete utility program

* migrate data

* TransiActor -&gt;TransitionActor

* Major documentation pass

* first pass of changes

* warning fix attempt, revert ZFile.cpp

* Fix FAKE match

* Easy fixes

* implement gDPLoadTextureBlock_Runtime

* z_demo bss patch

* Extract white square texture

* Implement more suggestions

* rework MapIndex/DungeonIndex

* revert dungeonSceneIndex -&gt; mapIndex in some spots, implement suggestions

* more suggestions

* minor nits

* fix #include
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `z64pause_menu.h` header (#1505)</title>
<updated>2025-09-14T02:53:07+00:00</updated>
<author>
<name>Anghelo Carvajal</name>
<email>angheloalf95@gmail.com</email>
</author>
<published>2024-04-01T03:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=3743630df1e882301434d0cae27c71b2c12158ea'/>
<id>3743630df1e882301434d0cae27c71b2c12158ea</id>
<content type='text'>
* z64pause_menu.h

* move functions and variables

* Move PauseMenuPage

* move stuff that seems public to the new header

* KALEIDO_OVL_MAX

* bss

* review

* IS_PAUSED

* format

* add argument to pause macros

* Update include/z64pause_menu.h

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;

* bss

* More IS_PAUSED I missed

* early returns

* bss

* empty commit to trigger GHA

* bss

* bss

* bss

* includes

* bss

---------

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

* move functions and variables

* Move PauseMenuPage

* move stuff that seems public to the new header

* KALEIDO_OVL_MAX

* bss

* review

* IS_PAUSED

* format

* add argument to pause macros

* Update include/z64pause_menu.h

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;

* bss

* More IS_PAUSED I missed

* early returns

* bss

* empty commit to trigger GHA

* bss

* bss

* bss

* includes

* bss

---------

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[Enhancement] Cycle Arrows (#901)</title>
<updated>2025-01-06T19:41:58+00:00</updated>
<author>
<name>mckinlee</name>
<email>mckinlee@ymail.com</email>
</author>
<published>2025-01-06T19:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=f5c0d21a5e9b62842506a01e3be7fa66afa01cf6'/>
<id>f5c0d21a5e9b62842506a01e3be7fa66afa01cf6</id>
<content type='text'>
* initial implementation

* update tooltip

* clang format

* Fix linux?

* how bout now?

* pain

* ...

* linux fix

Co-Authored-By: sitton76 &lt;58642183+sitton76@users.noreply.github.com&gt;

* clang format

* add sfx, requirements, cooldown, etc.

* clang format

* bug fix and remove unneeded logic

* bug fix for the bug fix lol

* add auto cycling when out of magic and visual/sfx indicators

* forgot about clang format as usual

* forgot about that while refactoring

* le sigh

* Feedback Changes and Refactor

Co-Authored-By: Archez &lt;Archez@users.noreply.github.com&gt;

* remove VB_MAGIC_ARROW_CONSUME

* add more restrictions

* Update mm/2s2h/Enhancements/Equipment/ArrowCycle.cpp

Co-authored-by: Garrett Cox &lt;garrettjcox@gmail.com&gt;

---------

Co-authored-by: sitton76 &lt;58642183+sitton76@users.noreply.github.com&gt;
Co-authored-by: Archez &lt;Archez@users.noreply.github.com&gt;
Co-authored-by: Garrett Cox &lt;garrettjcox@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* initial implementation

* update tooltip

* clang format

* Fix linux?

* how bout now?

* pain

* ...

* linux fix

Co-Authored-By: sitton76 &lt;58642183+sitton76@users.noreply.github.com&gt;

* clang format

* add sfx, requirements, cooldown, etc.

* clang format

* bug fix and remove unneeded logic

* bug fix for the bug fix lol

* add auto cycling when out of magic and visual/sfx indicators

* forgot about clang format as usual

* forgot about that while refactoring

* le sigh

* Feedback Changes and Refactor

Co-Authored-By: Archez &lt;Archez@users.noreply.github.com&gt;

* remove VB_MAGIC_ARROW_CONSUME

* add more restrictions

* Update mm/2s2h/Enhancements/Equipment/ArrowCycle.cpp

Co-authored-by: Garrett Cox &lt;garrettjcox@gmail.com&gt;

---------

Co-authored-by: sitton76 &lt;58642183+sitton76@users.noreply.github.com&gt;
Co-authored-by: Archez &lt;Archez@users.noreply.github.com&gt;
Co-authored-by: Garrett Cox &lt;garrettjcox@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix (Un stub) minimaps</title>
<updated>2024-05-22T14:04:57+00:00</updated>
<author>
<name>louist103</name>
<email>35883445+louist103@users.noreply.github.com</email>
</author>
<published>2024-01-12T22:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=9f7414bd00fedd81201afc15327de50e97958551'/>
<id>9f7414bd00fedd81201afc15327de50e97958551</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit for 2S2H</title>
<updated>2024-05-22T14:04:51+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2024-01-05T16:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=2332f63f5a9ca4b949f029c11a9744d601d7155f'/>
<id>2332f63f5a9ca4b949f029c11a9744d601d7155f</id>
<content type='text'>
Co-authored-by: Louis &lt;35883445+louist103@users.noreply.github.com&gt;
Co-authored-by: Nicholas Estelami &lt;NEstelami@users.noreply.github.com&gt;
Co-authored-by: Random06457 &lt;28494085+Random06457@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Louis &lt;35883445+louist103@users.noreply.github.com&gt;
Co-authored-by: Nicholas Estelami &lt;NEstelami@users.noreply.github.com&gt;
Co-authored-by: Random06457 &lt;28494085+Random06457@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move source into subdirectory</title>
<updated>2024-01-05T23:00:59+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2024-01-05T15:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=9be74e0026b563ba680e1dc157521eccc89fc03f'/>
<id>9be74e0026b563ba680e1dc157521eccc89fc03f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
