mirror of
https://github.com/pret/pokeheartgold.git
synced 2025-02-21 13:53:52 +00:00
Clarify m2ctx instructions & minor edits
This commit is contained in:
parent
d5d7241faa
commit
0d46427f37
@ -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:
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user