User contributions for Stewmat
Jump to navigation
Jump to search
8 July 2025
- 18:5718:57, 8 July 2025 diff hist +144 Background information →Useful links current
- 18:5618:56, 8 July 2025 diff hist −136 Background information →Useful links
- 18:5418:54, 8 July 2025 diff hist −49 Background information →Useful links
5 July 2025
- 23:2223:22, 5 July 2025 diff hist 0 Tutorials No edit summary current
- 23:2023:20, 5 July 2025 diff hist 0 Changing Link's palette No edit summary current
- 23:2023:20, 5 July 2025 diff hist +2 Changing Link's palette No edit summary
- 23:2023:20, 5 July 2025 diff hist +195 Changing Link's palette No edit summary
- 23:1823:18, 5 July 2025 diff hist +691 N 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..."
- 23:1623:16, 5 July 2025 diff hist +30 Tutorials No edit summary
4 July 2025
- 00:0800:08, 4 July 2025 diff hist +107 BGB No edit summary current
30 June 2025
- 21:3021:30, 30 June 2025 diff hist +4,017 Custom items →Code current
- 19:0019:00, 30 June 2025 diff hist +455 N 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>" current
- 18:5918:59, 30 June 2025 diff hist +4 Template:Disasm-game-data No edit summary current
- 18:5818:58, 30 June 2025 diff hist +462 N 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>" current
- 18:5618:56, 30 June 2025 diff hist +216 N 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>" current
- 18:2118:21, 30 June 2025 diff hist +1 Custom items →Treasure sprite
- 18:2018:20, 30 June 2025 diff hist +28 Custom items →Graphics
29 June 2025
- 19:4319:43, 29 June 2025 diff hist −61 Treasure →Indices current
- 19:4219:42, 29 June 2025 diff hist +30 Treasure →treasureDisplayData
- 19:4019:40, 29 June 2025 diff hist +80 Treasure →treasureDisplayData
- 19:3919:39, 29 June 2025 diff hist −8 Treasure →Overview
- 19:3919:39, 29 June 2025 diff hist +77 Treasure →Data structures
- 19:3619:36, 29 June 2025 diff hist +30 Custom items →Treasure sprite
- 19:3519:35, 29 June 2025 diff hist +18 Custom items →Graphics
- 19:3419:34, 29 June 2025 diff hist +97 Custom items →Graphics
- 19:3319:33, 29 June 2025 diff hist +139 Custom items →Graphics
- 19:3219:32, 29 June 2025 diff hist +13 Tutorials →Pure ASM
- 19:3119:31, 29 June 2025 diff hist +59 Custom items →Treasure sprite
- 19:3019:30, 29 June 2025 diff hist +59 Custom items No edit summary
- 19:2619:26, 29 June 2025 diff hist +4,854 N 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:2519:25, 29 June 2025 diff hist 0 N File:Custom item gfx preview.png No edit summary current
21 June 2025
- 02:0502:05, 21 June 2025 diff hist −5 BGB →Panels
- 02:0402:04, 21 June 2025 diff hist +58 BGB →Panels
- 02:0302:03, 21 June 2025 diff hist −7 BGB →Code flow
- 02:0302:03, 21 June 2025 diff hist +201 BGB →Code flow
- 02:0102:01, 21 June 2025 diff hist +738 BGB →Variables
- 01:5901:59, 21 June 2025 diff hist 0 File:Bgb-view-linkhealth.png Stewmat uploaded a new version of File:Bgb-view-linkhealth.png current
- 01:5801:58, 21 June 2025 diff hist 0 N File:Bgb-view-linkhealth.png No edit summary
- 01:5601:56, 21 June 2025 diff hist 0 N File:Bgb-goto-variable.png No edit summary current
- 01:4901:49, 21 June 2025 diff hist +64 BGB No edit summary
- 01:4801:48, 21 June 2025 diff hist +304 Background information →Registers
- 01:4401:44, 21 June 2025 diff hist +19 Background information →Registers
- 01:4301:43, 21 June 2025 diff hist +2 Background information No edit summary
- 01:4301:43, 21 June 2025 diff hist +416 Background information →Advanced topics
- 01:4001:40, 21 June 2025 diff hist +142 BGB →Panels
- 01:3701:37, 21 June 2025 diff hist +1,022 BGB No edit summary
- 01:2801:28, 21 June 2025 diff hist 0 N File:Bgb-panels.png No edit summary current
- 01:1701:17, 21 June 2025 diff hist +103 BGB →Breakpoints
- 01:1601:16, 21 June 2025 diff hist +551 BGB →Breakpoints
- 01:1301:13, 21 June 2025 diff hist +35 BGB →Symbol files