Fix type in CONTRIBUTING.md

This commit is contained in:
Gamer2020 2019-04-20 23:00:41 -04:00 committed by huderlem
parent 1eb17b1921
commit b1a71de323

View File

@ -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);