diff --git a/Useful-Scripting-Specials.md b/Useful-Scripting-Specials.md index daa7935..1478331 100644 --- a/Useful-Scripting-Specials.md +++ b/Useful-Scripting-Specials.md @@ -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.