Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmir committed Jan 4, 2025
1 parent 07997c0 commit 65ac8df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ Disassemblies of Landstalker ROMs
## Build instructions

- Run the `build.bat` (Windows) or `build.sh` (Linux) script - this will assemble the previously disassembled files. If no changes have been made to the disassembly, you should end up with a file identical to the US release ROM.
- Run the `build_expanded.bat` (Windows) or `build_expanded.sh` (Linux) script to build an expanded 4MByte rom, functionally equivalent to the original US ROM but with plenty of additional space for new content.
- The following command line parameters can be passed to the build script:
- `-r`: Specify ROM region. Can be one of 'JP', 'US'.
- `-e`: Build a 4MByte expanded ROM. This increases the size of the ROM to 4 Megabytes, significantly increasing the available storage space for modifications.
- `-o`: Specify the output ROM filename.

Note: Linux users will need to install wine in order to build the ROM.
Note: Linux users will need to install wine in order to build the ROM. Python is required for generating the ROM checksum.

Enjoy!

Expand Down

0 comments on commit 65ac8df

Please sign in to comment.