Fixed small typos.

LOuroboros 2022-07-30 10:18:03 -03:00
parent ea0021c060
commit cf2aaeb2e3
1 changed files with 1 additions and 1 deletions

@ -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.