We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

Requests / To do List: Difference between revisions

From SnesLab
Jump to: navigation, search
(article requests. Add LM, PIXI, GPS tutorials and Mode 7)
 
(Add a series of tutorials targeting homebrew games)
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
List of site article requests. If you would like to have a specific article created here, add it here.
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.


* [[Lunar Magic Tutorial]]
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.
* [[PIXI Tutorial]]
 
* [[GPS Tutorial]]
== Tools ==
=== Emulators ===
* [[BizHawk]]
* [[bsnes]]
* [[bsnes-plus]]
* [[lsnes]]
* [[higan]]
* [[no$sns]]
* [[Mesen-S]]
* [[Snes9x]]
* [[ZSNES]]
=== Music Emulators ===
* [[SNES SPC700 PLAYER]]
* [[BRR Player]]
* [[SNESAPU]]
=== Hardware ===
* [[sd2snes]]
* [[Super NT]]
* [[Super Everdrive]]
* [[FPGA]]
=== Patchers ===
* [[Asar]]
* [[xkas]]
* [[bass]]
* [[Flips]]
* [[Lunar IPS]]
=== Reverse Engineering ===
* [[DiztinGUIsh]]
* [[dispel]]
* [[TLR]]
=== 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 ===
* [[Golden Egg]]
=== F-Zero hacking ===
* [[FZEdit]]
* [[UltraNet]]
=== SMK hacking ===
* [[Epic Edit]]
=== SoM hacking ===
* [[Secret of Mana Ancient Cave]]
=== SMRPG hacking ===
* [[Lazy Shell]]
=== EB hacking ===
* [[PK Hack]]
* [[EBmused]]
=== SMAS hacking ===
* [[MushROMs]]
=== ALTTP hacking ===
* [[ZScream Magic]]
* [[Hyrule Magic]]
 
== 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 ===
* [[Tutorials/bsnes-plus]]
* [[Tutorials/Mesen-S]]
=== 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 ==
* [[Controllers]]
=== SNES CPU and PPU ===
* [[65c816]]
* [[65c816/Reference]]
* [[Mode 7]]
* [[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 ===
* [[SPC]] : redirect to SPC700
* [[SPC700]]
* [[SPC700/Reference]] : all opcodes and cycles
* [[SPC700/IPL ROM]] : the IPL ROM
* [[SPC700/Timing]] : clocks, timers, etc.
* [[DSP]] : redirect to S-DSP
* [[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 ===
* [[DSP-1]]
* [[SA-1]]
* [[Super FX]]
* [[OBC-1]]
* [[Super Gameboy]]
=== Other ===
* [[Checksum]]
== Music ==
(more SNES-exclusive features are at SNES SPC/DSP)
* [[MML]]
* [[Tempo]]
=== Tools ===
* [[PetiteMM]]
* [[TinyMM]]
* [[IT2AMK]]
* [[SPCtoMML]]
==== Not SNES related ====
* [[FL Studio]]
* [[OpenMPT]]
* [[FamiTracker]]
* [[Audacity]]
=== SPC Engines ===
* [[N-SPC Engine]]
* [[Square SPC Engine]]
* [[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]]
* [[Zelda 3]] : redirect to the previous one.
* [[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 ==
* [[TAS]]
* [[TAS Studio]]
* [[Lua]]
== 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 - Story of Steel|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]]
* [[An SMW Central Production|ASMWCP]]
more...?

Revision as of 02:07, 8 October 2019

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

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

Lunar Magic

General ROM hacking

Technical

SNES CPU and PPU

SNES SPC/DSP

Enhancement Chips

Other

Music

(more SNES-exclusive features are at SNES SPC/DSP)

Tools

Not SNES related

SPC Engines

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.

Tool-Assited Speedruns

SNES ROM hacking sites or communities

Known SNES ROM hacks

more...?