mirror of https://github.com/pret/pokeemerald.git
Fixed small typos.
parent
ea0021c060
commit
cf2aaeb2e3
|
@ -170,7 +170,7 @@ bool8 SetCaughtMon(void)
|
|||
}
|
||||
```
|
||||
|
||||
Keep in mind that in order to access `FLAG_GET_SEEN` and `FLAG_GET_CAUGHT`, you must use the `#include` directive to read the contents of the `include/pokedex.h`.
|
||||
Keep in mind that in order to access `FLAG_SET_SEEN` and `FLAG_SET_CAUGHT`, you must use the `#include` directive to read the contents of the `include/pokedex.h`.
|
||||
|
||||
In other words, you need to add a `#include "pokedex.h"` to the list of headers at the top of the file.
|
||||
|
||||
|
|
Loading…
Reference in New Issue