From cf2aaeb2e3b81fae2729bb789df8513fb6fe7d8a Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Sat, 30 Jul 2022 10:18:03 -0300 Subject: [PATCH] Fixed small typos. --- Useful-Scripting-Specials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.