Rockman level editor

0. Contents

This is the documentation of rockedit-0.9.2.
   1. Purpose
      1.1. Goals
   2. Sample
   3. See also
   4. Copying
   5. Downloading

1. Purpose

This program reads a Megaman 1 ROM and patches it to become a hacked game.

All the level edits are hardcoded into the program. This is Bisqwit's pet project.

1.1. Goals

2. Sample

How would you edit levels without graphics? Here's how. This is an example screen from the game. Can you recognize where?

    {
    "..............|="   "                "
    "..............|="   "                "
    "..............|="   "                "
    "..............|="   "                "
    ".......======##="   "  ee            " /* e=small energy */
    "..==.........##."   "                "
    "..........===##="   "                "
    "......=....==##="   "                "
    "............=##="   "                "
    ".............##."   "                "
    ".....=.......##="   "            P   " /* P=big weapon refill */
    "...........==##="   "                "
    "=============##="   "v     v         " /* v=spread cannon in floor*/
    ".............##."   "                "
    "=============##="   "                "
    ".............##="   "                "
    , 0 // monster graphics index
    ,Up}, // where the path continues

3. See also

The commented disassembly of the game ROM is available at http://bisqwit.iki.fi/jutut/megamansource/.

It is updated occassionally, when I need to clarify something for myself.

4. Copying

rockedit has been written by Joel Yliluoma, a.k.a. Bisqwit,
and is distributed under the terms of the General Public License (GPL).

Note: This program is only available as C++ source code on these pages. To run the program, you need a C++ compiler to compile it. To make your own edits, you need to have some programming understanding in order to edit the proper files in a proper way.

5. Downloading

The official home page of rockedit is at http://iki.fi/bisqwit/source/rockedit.html.
Check there for new versions.

Generated from progdesc.php (last updated: Mon, 28 Nov 2005 15:02:16 +0200)
with docmaker.php (last updated: Sun, 12 Jun 2005 06:08:02 +0300)
at Mon, 28 Nov 2005 15:02:18 +0200