mirror of
https://github.com/pret/pokeruby.git
synced 2026-03-21 17:54:19 -05:00
Fix type in CONTRIBUTING.md
This commit is contained in:
parent
1eb17b1921
commit
b1a71de323
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user