summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md2
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);