diff options
author | Gamer2020 <lostatlife2020@hotmail.com> | 2019-04-20 23:00:41 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-23 19:56:44 -0500 |
commit | b1a71de32316cb9a48cbbe4435f7995fd627974d (patch) | |
tree | a23dd55db66f02e161731a7c525e93cce87413d1 | |
parent | 1eb17b1921331db6015516d877c637d29cd25f98 (diff) |
Fix type in CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index de76ef57f..e08a0d2f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ It must be the first include in the file. Other includes will assume you have in ## 2. Include it in the rom -Include `src/cable_car.c` in the rom by adding `src/cable_car.c` to `ld_script.txt`: +Include `src/cable_car.c` in the rom by adding `src/cable_car.o` to `ld_script.txt`: ```diff asm/battle_message.o(.text); asm/choose_party.o(.text); |