All public logs
Jump to navigation
Jump to search
Combined display of all available logs of ZeldaHacking Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:29, 12 August 2025 Stewmat talk contribs uploaded a new version of File:Kharon's Crypt.zip (v0.9.2.1 (2025-04-29))
- 19:23, 12 August 2025 Stewmat talk contribs created page File:A Link to the Past GBC Preview.png
- 19:23, 12 August 2025 Stewmat talk contribs uploaded File:A Link to the Past GBC Preview.png
- 19:19, 12 August 2025 Stewmat talk contribs created page File:A Link to the Past GBC (Ages).bps (Demo 1)
- 19:19, 12 August 2025 Stewmat talk contribs uploaded File:A Link to the Past GBC (Ages).bps (Demo 1)
- 18:51, 12 August 2025 Stewmat talk contribs deleted page File:Incursion of darkness.bps (content was: "== Summary == v0.5: Initial demo release", and the only contributor was "Stewmat" (talk))
- 18:51, 12 August 2025 Stewmat talk contribs created page File:Incursion of Darkness (Ages).bps (v0.5.1: Fixed a softlock and other minor bugs)
- 18:51, 12 August 2025 Stewmat talk contribs uploaded File:Incursion of Darkness (Ages).bps (v0.5.1: Fixed a softlock and other minor bugs)
- 18:45, 12 August 2025 Stewmat talk contribs created page File:Incursion of darkness preview.png
- 18:45, 12 August 2025 Stewmat talk contribs uploaded File:Incursion of darkness preview.png
- 18:31, 12 August 2025 Stewmat talk contribs uploaded a new version of File:Incursion of darkness.bps (v0.5.1: Fixed a softlock and other minor bugs)
- 07:34, 12 August 2025 Stewmat talk contribs created page File:Incursion of darkness.bps (v0.5: Initial demo release)
- 07:34, 12 August 2025 Stewmat talk contribs uploaded File:Incursion of darkness.bps (v0.5: Initial demo release)
- 23:18, 5 July 2025 Stewmat talk contribs created page Changing Link's palette (Created page with "See [disasm|object_code/common/specialObjects/commonCode.s#L34]: <syntaxhighlight lang="z80"> ; 2 bytes for each SpecialObject id: oamTileIndexBase, oamFlags (palette). @data: .db $70 $08 ; 0x00 (Link) .db $70 $08 ; 0x01 .db $70 $08 ; 0x02 .db $70 $08 ; 0x03 .db $70 $08 ; 0x04 .db $70 $08 ; 0x05 .db $70 $08 ; 0x06 .db $70 $08 ; 0x07 .db $70 $08 ; 0x08 .db $70 $08 ; 0x09 </syntaxhighlight> The second byte in each line, <code>$08</code>, refers to Link's OAM da...")
- 19:00, 30 June 2025 Stewmat talk contribs created page Template:Disasm-hb-game-data (Created page with "<code>data/{game}/{{{1}}}</code><sup>([https://github.com/Stewmath/oracles-disasm/tree/hack-base/data/ages/{{{1}}} ages]/[https://github.com/Stewmath/oracles-disasm/tree/hack-base/data/seasons/{{{1}}} seasons])</sup><noinclude> ==Usage== Gives a link to a file in the data folder of the disassembly (hack-base branch). Assumes that the data exists in both the "ages" and "seasons" directories. <pre> {{disasm-hb-game-data|filename}} </pre> </noinclude>")
- 18:58, 30 June 2025 Stewmat talk contribs created page Template:Disasm-hb-game-path (Created page with "<code>{{{1}}}/{game}/{{{2}}}</code><sup>([https://github.com/stewmath/oracles-disasm/tree/hack-base/{{{1}}}/ages/{{{2}}} ages]/[https://github.com/stewmath/oracles-disasm/tree/hack-base/{{{1}}}/seasons/{{{2}}} seasons])</sup><noinclude> ==Usage== Links to oracles-disasm/hack-base with 1st parameter being before the "game" string, and 2nd parameter being after the "game" string. <pre> {{disasm-hb-game-path|pre-game-path|post-game-path}} </pre> </noinclude>")
- 18:56, 30 June 2025 Stewmat talk contribs created page Template:Disasm-hb (Created page with "[https://github.com/stewmath/oracles-disasm/tree/hack-base/{{{1}}} {{{1}}}]<noinclude> ==Usage== Gives a link to a file in the disassembly, on the hack-base branch. <pre> {{disasm-hb|filename}} </pre> </noinclude>")
- 19:26, 29 June 2025 Stewmat talk contribs created page Custom items (Created page with "==Graphics== ===Menu icons=== In order to set an item's sprite in the inventory menu: * Find a sprite to replace in {{disasm-game-path|gfx|spr_item_icons_1.png}} (or spr_item_icons_2, _3), and replace it with the desired sprite. * Locate the item's entry in {{disasm-game-data|treasureDisplayData.s}}. * Set the second byte in the line to a value between <code>$80</code> and <code>$af</code> in order to set which graphic in spr_item_icons it's using. ** <code>$80</code>...")
- 19:25, 29 June 2025 Stewmat talk contribs created page File:Custom item gfx preview.png
- 19:25, 29 June 2025 Stewmat talk contribs uploaded File:Custom item gfx preview.png
- 01:59, 21 June 2025 Stewmat talk contribs uploaded a new version of File:Bgb-view-linkhealth.png
- 01:58, 21 June 2025 Stewmat talk contribs created page File:Bgb-view-linkhealth.png
- 01:58, 21 June 2025 Stewmat talk contribs uploaded File:Bgb-view-linkhealth.png
- 01:56, 21 June 2025 Stewmat talk contribs created page File:Bgb-goto-variable.png
- 01:56, 21 June 2025 Stewmat talk contribs uploaded File:Bgb-goto-variable.png
- 01:28, 21 June 2025 Stewmat talk contribs created page File:Bgb-panels.png
- 01:28, 21 June 2025 Stewmat talk contribs uploaded File:Bgb-panels.png
- 01:05, 21 June 2025 Stewmat talk contribs created page BGB (Created page with "''BGB'' is a Gameboy emulator with advanced debugging features. An overview of bgb's debugging features is provided here. Debugging is an extremely valuable skill if you're modifying any code in oracles-disasm, as it allows you to inspect variables and follow code flow. See the [https://bgb.bircd.org/manual.html online readme] to see hotkeys, features, etc. ==Symbol files== File:oracles-disasm-debugging.png|thumb|right|BGB debugger showing Seasons with debuggin...")
- 00:55, 21 June 2025 Stewmat talk contribs created page File:Bgb-breakpoint-ld-b-b.png
- 00:55, 21 June 2025 Stewmat talk contribs uploaded File:Bgb-breakpoint-ld-b-b.png
- 02:28, 4 June 2025 Stewmat talk contribs created page File:LynnaLab-Network-Setup-Firewall.png
- 02:28, 4 June 2025 Stewmat talk contribs uploaded File:LynnaLab-Network-Setup-Firewall.png
- 02:13, 4 June 2025 Stewmat talk contribs created page File:LynnaLab-Network-Setup-ipconfig.png
- 02:13, 4 June 2025 Stewmat talk contribs uploaded File:LynnaLab-Network-Setup-ipconfig.png
- 23:35, 3 June 2025 Stewmat talk contribs created page LynnaLab/Networking (Created page with "==Overview== LynnaLab supports cooperative editing over the network. It uses a client/server model, where the server "hosts" their copy of oracles-disasm for others to edit. There is no theoretical limit on the number of clients that can connect to a server. If multiple people make edits that conflict with each other, some clients' changes may be discarded, and a non-fatal error message will be shown. The server's changes always take priority, however, so this only app...")
- 23:14, 3 June 2025 Stewmat talk contribs created page File:LynnaLab-Network-Setup-Completed.png
- 23:14, 3 June 2025 Stewmat talk contribs uploaded File:LynnaLab-Network-Setup-Completed.png
- 22:43, 3 June 2025 Stewmat talk contribs created page File:LynnaLab-Network-Setup-Accept-Client.png
- 22:43, 3 June 2025 Stewmat talk contribs uploaded File:LynnaLab-Network-Setup-Accept-Client.png
- 22:39, 3 June 2025 Stewmat talk contribs created page File:LynnaLab-Network-Setup-Connect-Dialog.png
- 22:39, 3 June 2025 Stewmat talk contribs uploaded File:LynnaLab-Network-Setup-Connect-Dialog.png
- 22:37, 3 June 2025 Stewmat talk contribs created page File:LynnaLab-Network-Setup-Connect-To-Server.png
- 22:37, 3 June 2025 Stewmat talk contribs uploaded File:LynnaLab-Network-Setup-Connect-To-Server.png
- 22:29, 3 June 2025 Stewmat talk contribs created page File:LynnaLab-Network-Setup-Home-Hub-Port-Forwarding-2.png
- 22:29, 3 June 2025 Stewmat talk contribs uploaded File:LynnaLab-Network-Setup-Home-Hub-Port-Forwarding-2.png
- 22:25, 3 June 2025 Stewmat talk contribs created page File:LynnaLab-Network-Setup-Home-Hub-Port-Forwarding-1.png
- 22:25, 3 June 2025 Stewmat talk contribs uploaded File:LynnaLab-Network-Setup-Home-Hub-Port-Forwarding-1.png
- 22:19, 3 June 2025 Stewmat talk contribs created page File:LynnaLab-Network-Setup-Server-Started.png
- 22:19, 3 June 2025 Stewmat talk contribs uploaded File:LynnaLab-Network-Setup-Server-Started.png
- 22:18, 3 June 2025 Stewmat talk contribs created page File:LynnaLab-Network-Setup-Start-Server.png