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).
- 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
- 22:18, 3 June 2025 Stewmat talk contribs uploaded File:LynnaLab-Network-Setup-Start-Server.png
- 22:16, 3 June 2025 Stewmat talk contribs created page File:LynnaLab-Network-Setup-1.png
- 22:16, 3 June 2025 Stewmat talk contribs uploaded File:LynnaLab-Network-Setup-1.png
- 04:53, 25 December 2024 Stewmat talk contribs created page Warp editing (Created page with "==Warp destination edit mode== When you right-click on a warp and select "Edit Destination", this enables warp destination editing mode, a special mode in LynnaLab. In this mode, the room that the warp sends you to is opened, and the destination position is rendered as a purple box with the letter "W". You can select a different room to change the warp's destination, and you can move the warp to change where in the room it sends you. To exit this mode, right-click on t...")
- 16:42, 13 October 2024 Stewmat talk contribs created page Dungeon editing (Created page with "==Dungeon design tips== * You cannot place more than one keyblock in the same room. This is because each room uses only a single bit of the room flags to remember whether a keyblock in that room was opened. If multiple keyblocks are in the same room, they will all become unlocked after just a single one is unlocked, and the room is re-entered. * For the same reason, a room cannot have more than a single key door in each direction (unlocking one will unlock the other...")
- 20:11, 29 September 2024 Stewmat talk contribs changed group membership for FerranArevalo from (none) to verified
- 20:11, 29 September 2024 User account FerranArevalo talk contribs was created by Stewmat talk contribs
- 19:01, 22 September 2024 Stewmat talk contribs uploaded a new version of File:Ishigh Unnamed (Seasons).bps (v1.4)
- 17:27, 20 September 2024 Stewmat talk contribs uploaded a new version of File:Kharon's Crypt.zip (v0.9.1:)
- 16:43, 14 September 2024 Stewmat talk contribs created page File:Kharon's Crypt Preview.webp
- 16:43, 14 September 2024 Stewmat talk contribs uploaded File:Kharon's Crypt Preview.webp
- 16:39, 14 September 2024 Stewmat talk contribs created page File:Kharon's Crypt.zip (v0.9, initial version)
- 16:39, 14 September 2024 Stewmat talk contribs uploaded File:Kharon's Crypt.zip (v0.9, initial version)