Requests / To do List: Difference between revisions
Vitor Vilela (talk | contribs) m (→Music) |
(lists Category) |
||
(12 intermediate revisions by 7 users not shown) | |||
Line 69: | Line 69: | ||
== Tutorials == | == Tutorials == | ||
=== Homebrew === | |||
* [[Tutorials/Homebrew]]: this will cover how to create the setup environment for using asar and batch tools. Then initialize the SNES and display a simple flashing color animation on the screen. Then it will have an index for the other articles. | |||
* [[Tutorials/Homebrew/Graphics]]: how to convert some images to the SNES format and display a background using Mode 3 (8BPP). | |||
* [[Tutorials/Homebrew/Sprites]]: how to set up the OAM and display a few static sprites at random positions at bootup. | |||
* [[Tutorials/Homebrew/Controllers]]: how to read controllers using auto joypad and start moving the sprites from the previous part. | |||
* [[Tutorials/Homebrew/Top-Down View]]: creating a basic top-down view using a static 256x256 background, where you have a simple walkable tile and a solid tile. | |||
* [[Tutorials/Homebrew/Top-Down with Scrolling]]: expand to a 512x512 background and introduce the basic background scrolling principles. Together that, introduce the basic camera principles and make a system for sprites only appearing when they are on screen. | |||
* [[Tutorials/Homebrew/Multiple Scenes]]: let's create more block types. Now we have a teleport block where we can switch to another scene. That will teach how to load/unload scenes at real time and teach initial positioning of sprites. | |||
=== Debuggers === | === Debuggers === | ||
* [[Tutorials/bsnes-plus]] | * [[Tutorials/bsnes-plus]] | ||
Line 101: | Line 109: | ||
* [[Tutorials/Lunar Magic/Extra]] | * [[Tutorials/Lunar Magic/Extra]] | ||
* [[Tutorials/Lunar Magic/Music]] | * [[Tutorials/Lunar Magic/Music]] | ||
=== General ROM hacking === | |||
* [[Tutorials/PIXI]] (basics) | * [[Tutorials/PIXI]] (basics) | ||
* [[Tutorials/GPS]] (basics) | * [[Tutorials/GPS]] (basics) | ||
Line 109: | Line 119: | ||
* [[Tutorials/FZEdit]] | * [[Tutorials/FZEdit]] | ||
* [[Tutorials/Epic Edit]] | * [[Tutorials/Epic Edit]] | ||
* [[Tutorials/Lazy Shell] | * [[Tutorials/Lazy Shell]] | ||
* [[Tutorials/PK Hack] | * [[Tutorials/PK Hack]] | ||
== Technical == | == Technical == | ||
=== SNES CPU and PPU === | |||
=== SNES CPU | |||
* [[65c816]] | * [[65c816]] | ||
* [[65c816/Reference]] | * [[65c816/Reference]] | ||
* [[Mode 7]] | * [[Mode 7]] | ||
* [[Graphics Format]] | * [[Graphics Format]] | ||
* [[Tilemap Format]] | |||
* [[IRQ]] | * [[IRQ]] | ||
* [[NMI]] | * [[NMI]] | ||
Line 129: | Line 139: | ||
* [[H-DMA]] | * [[H-DMA]] | ||
* [[Open Bus]] | * [[Open Bus]] | ||
* [[Mode 0]] | |||
* [[Mode 1]] | |||
* [[Mode 2]] | |||
* [[Mode 3]] | |||
* [[Mode 4]] | |||
* [[Mode 5]] | |||
* [[Mode 6]] | |||
* [[Sprites]] | |||
* [[OAM]] | |||
* [[Controllers]] | |||
=== SNES SPC/DSP === | === SNES SPC/DSP === | ||
* [[SPC700]] | * [[SPC700]] | ||
* [[SPC700/Reference]] : all opcodes and cycles | * [[SPC700/Reference]] : all opcodes and cycles | ||
* [[SPC700/IPL ROM]] : the IPL ROM | * [[SPC700/IPL ROM]] : the IPL ROM | ||
* [[SPC700/Timing]] : clocks, timers, etc. | * [[SPC700/Timing]] : clocks, timers, etc. | ||
* [[S-DSP]] | * [[S-DSP]] | ||
* [[S-DSP/BRR]] | * [[S-DSP/BRR]] | ||
Line 174: | Line 193: | ||
=== SPC Engines === | === SPC Engines === | ||
* [[N-SPC Engine]] | * [[N-SPC Engine]] | ||
* [[Square SPC Engine]] | * [[Square SPC Engine]] (Should be a disambiguation page containing these entries below...) | ||
** [[Minoru Akao SPC Engine]] | |||
** [[Hidenori Suzuki SPC Engine]] | |||
** [[Itiki SPC Engine]] | |||
* [[Rareware SPC Engine]] | * [[Rareware SPC Engine]] | ||
Line 189: | Line 211: | ||
* [[Trials of Mana]] | * [[Trials of Mana]] | ||
* [[The Legend of Zelda - A Link to the Past]] | * [[The Legend of Zelda - A Link to the Past]] | ||
* [[Super Mario Kart]] | * [[Super Mario Kart]] | ||
* [[Super Mario All-Stars]] | * [[Super Mario All-Stars]] | ||
Line 225: | Line 246: | ||
* [[SMW Central]] | * [[SMW Central]] | ||
* [[STARMEN.NET]] | * [[STARMEN.NET]] | ||
* [[Acmlm | * [[Acmlm's Board]] | ||
* [[Kafuka Boards]] | |||
* [[nesdev]] | * [[nesdev]] | ||
* [[superfamicom.org]] | * [[superfamicom.org]] | ||
* [[Zophar]] | * [[Zophar]] | ||
* [[byuu.org/net]] | |||
== Known SNES ROM hacks == | == Known SNES ROM hacks == | ||
* [[Brutal Mario]] | * [[Brutal Mario]] | ||
* [[K-16]] | * [[K-16 - Story of Steel|K-16]] | ||
* [[I HATE YOU]] | * [[I HATE YOU]] | ||
* [[VIP and Wall Mix]] | * [[VIP and Wall Mix]] | ||
Line 251: | Line 274: | ||
* [[The Bob-omb Mafia]] | * [[The Bob-omb Mafia]] | ||
* [[Armageddon]] | * [[Armageddon]] | ||
* [[ASMWCP]] | * [[An SMW Central Production|ASMWCP]] | ||
more...? | more...? | ||
[[Category:Lists]] |
Latest revision as of 07:16, 18 July 2023
List of site article requests. If you would like to have a specific article created here, add it here. If you would like to create or improve an article in particular, click on it and then on settings (gear icon), click on edit icon! If you can't edit articles, make sure to register an account on SnesLab and contribute with us.
The article does not need to be detailed. The idea is each article get its improvements though the time, but most important is to take an initial step and start contributing! The more you do, the better will be for the site.
Tools
Emulators
Music Emulators
Hardware
Patchers
Reverse Engineering
SMW hacking
- PIXI
- GPS
- BTSD
- AddmusicK
- UberASM Tool
- Romi's Sprite Tool
- HFD Addmusic
- GIEPY
- Blockreator
- Effect Tool
- Lunar Magic
- Lunar Magic/LMSW
YI hacking
F-Zero hacking
SMK hacking
SoM hacking
SMRPG hacking
EB hacking
SMAS hacking
ALTTP hacking
Tutorials
Homebrew
- Tutorials/Homebrew: this will cover how to create the setup environment for using asar and batch tools. Then initialize the SNES and display a simple flashing color animation on the screen. Then it will have an index for the other articles.
- Tutorials/Homebrew/Graphics: how to convert some images to the SNES format and display a background using Mode 3 (8BPP).
- Tutorials/Homebrew/Sprites: how to set up the OAM and display a few static sprites at random positions at bootup.
- Tutorials/Homebrew/Controllers: how to read controllers using auto joypad and start moving the sprites from the previous part.
- Tutorials/Homebrew/Top-Down View: creating a basic top-down view using a static 256x256 background, where you have a simple walkable tile and a solid tile.
- Tutorials/Homebrew/Top-Down with Scrolling: expand to a 512x512 background and introduce the basic background scrolling principles. Together that, introduce the basic camera principles and make a system for sprites only appearing when they are on screen.
- Tutorials/Homebrew/Multiple Scenes: let's create more block types. Now we have a teleport block where we can switch to another scene. That will teach how to load/unload scenes at real time and teach initial positioning of sprites.
Debuggers
Asar
- How to apply ASM patches
- Tutorials/Asar/Basics (opcodes, org, autoclean, math, freecode, defines)
- Tutorials/Asar/Advanced (macros, loops, advanced math, prot, char tables, etc)
Lunar Magic
- Tutorials/Lunar Magic (anchor to the other pages)
- Tutorials/Lunar Magic/Beginning
- Tutorials/Lunar Magic/How to Insert Custom Graphics
- Tutorials/Lunar Magic/Level Design Principles
- Tutorials/Lunar Magic/Locking ROMs
- Tutorials/Lunar Magic/Conditional Map16
- Tutorials/Lunar Magic/ExAnimation
- Tutorials/Lunar Magic/Map16
- Tutorials/Lunar Magic/Porting ROMs
- Tutorials/Lunar Magic/Palettes
- Tutorials/Lunar Magic/Sprites
- Tutorials/Lunar Magic/Layer 3
- Tutorials/Lunar Magic/Screens and Exits
- Tutorials/Lunar Magic/Hidden Features
- Tutorials/Lunar Magic/Overworld/Basics
- Tutorials/Lunar Magic/Overworld/Events
- Tutorials/Lunar Magic/Credits
- Tutorials/Lunar Magic/Title Screen
- Tutorials/Lunar Magic/Overworld/Layer 3
- Tutorials/Lunar Magic/Overworld/ExAnimation
- Tutorials/Lunar Magic/Overworld/Palettes
- Tutorials/Lunar Magic/Message Boxes
- Tutorials/Lunar Magic/Extra
- Tutorials/Lunar Magic/Music
General ROM hacking
- Tutorials/PIXI (basics)
- Tutorials/GPS (basics)
- Tutorials/AddmusicK
- Tutorials/Golden Egg
- Tutorials/Golden Egg/Basics
- Tutorials/Golden Egg/Sprites
- Tutorials/FZEdit
- Tutorials/Epic Edit
- Tutorials/Lazy Shell
- Tutorials/PK Hack
Technical
SNES CPU and PPU
- 65c816
- 65c816/Reference
- Mode 7
- Graphics Format
- Tilemap Format
- IRQ
- NMI
- Blanking
- Timing
- Windowing
- Color Math
- Address Bus
- DMA
- H-DMA
- Open Bus
- Mode 0
- Mode 1
- Mode 2
- Mode 3
- Mode 4
- Mode 5
- Mode 6
- Sprites
- OAM
- Controllers
SNES SPC/DSP
- SPC700
- SPC700/Reference : all opcodes and cycles
- SPC700/IPL ROM : the IPL ROM
- SPC700/Timing : clocks, timers, etc.
- S-DSP
- S-DSP/BRR
- S-DSP/Envelope
- S-DSP/ADSR
- S-DSP/GAIN
- S-DSP/Pitch Modulation
- S-DSP/Noise
- S-DSP/Echo
- S-DSP/FIR Filter
- S-DSP/Gaussian Filter
Enhancement Chips
Other
Music
(more SNES-exclusive features are at SNES SPC/DSP)
Tools
SPC Engines
- N-SPC Engine
- Square SPC Engine (Should be a disambiguation page containing these entries below...)
- Rareware SPC Engine
Games
The purpose of these articles is informing about the games, release date, a few screenshots and then doing some brief citations about its ROM hacking. Note that SnesLab is not JUST SNES ROM hacking, it's *everything* about SNES.
- Super Mario World
- Super Mario World 2 - Yoshi's Island
- Secret of Mana
- Top Gear
- Top Gear 2
- Top Gear 3
- F-Zero
- Trials of Mana
- The Legend of Zelda - A Link to the Past
- Super Mario Kart
- Super Mario All-Stars
- Final Fantasy IV
- Final Fantasy V
- Final Fantasy VI
- Gradius III
- Contra III
- R-Type III
- Super R-Type
- SimCity
- SimCity 2000
- Star Fox
- Star Fox 2
- Super Mario RPG
- Super Metroid
- Kirby's Dream Land 3
- Kirby Super Star
- Chrono Trigger
- Act Raiser
- Act Raiser 2
- Donkey Kong Country
- Donkey Kong Country 2
- Donkey Kong Country 3
- Earthbound
- Super Bomberman
Tool-Assited Speedruns
SNES ROM hacking sites or communities
- RHDN
- SMW Central
- STARMEN.NET
- Acmlm's Board
- Kafuka Boards
- nesdev
- superfamicom.org
- Zophar
- byuu.org/net
Known SNES ROM hacks
- Brutal Mario
- K-16
- I HATE YOU
- VIP and Wall Mix
- Item Abuse
- SMW2+2
- Touhou Mario
- Mario Kart R
- Oh No More Zombies
- Super Mario Kart Pro Edition
- Super Mario World: Return to Dinosaur Land
- VLDC8
- VLDC9
- Hyper Metroid
- The Legend of Zelda Parallel Worlds
- Earthbound: Halloween Hack
- Kaizo Mario World
- Mario Gives Up 2
- The Bob-omb Mafia
- Armageddon
- ASMWCP
more...?