mirror of https://github.com/pret/pokeemerald.git
Updated How to add a new ability (markdown)
parent
6c4ccb3096
commit
d222b1f71f
|
@ -14,7 +14,7 @@ This tutorial is for how to add a new ability. As an example, we'll add Snow War
|
|||
|
||||
## 1. Define an ability constant
|
||||
|
||||
Edit [include/constants/abilities.h](../blob/master/include/constants/abilities.asm):
|
||||
Edit [include/constants/abilities.h](../blob/master/include/constants/abilities.h):
|
||||
|
||||
```diff
|
||||
#ifndef GUARD_CONSTANTS_ABILITIES_H
|
||||
|
|
Loading…
Reference in New Issue