Clarify m2ctx instructions & minor edits

This commit is contained in:
Abaresk 2022-04-16 19:52:40 +00:00
parent d5d7241faa
commit 0d46427f37
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Pokemon HeartGold
# Pokémon HeartGold and SoulSilver
This is a WIP disassembly of Pokemon HeartGold and SoulSilver. For instructions on how to set up the repository, please read [INSTALL.md](INSTALL.md).
This is a WIP disassembly of Pokémon HeartGold and SoulSilver. For instructions on how to set up the repository, please read [INSTALL.md](INSTALL.md).
This repository builds the following ROMs:

View File

@ -5,6 +5,9 @@
## How to use
Before using `m2ctx`, follow the [installation instructions](../../INSTALL.md) to make a vanilla copy of the game.
This generates some header files that may be included in decompiled files.
In this example, you are decompiling an asm file `asm/npc_trade.s` into a new C file `src/npc_trade.c`.
You've created the source file and may have added some imports you know you'll need.
Your file may look like this: