From 2f33c4827df509fabeea6ba66ded6136650d4fbb Mon Sep 17 00:00:00 2001 From: psf <77138753+pkmnsnfrn@users.noreply.github.com> Date: Sun, 11 Aug 2024 19:30:24 -0700 Subject: [PATCH] fixed typo in GetCaughtMon --- 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 917585a..86a7e89 100644 --- a/Useful-Scripting-Specials.md +++ b/Useful-Scripting-Specials.md @@ -142,7 +142,7 @@ These commands will check the state of either the Seen or the Caught Pokédex fl @ The result is stored in VAR_RESULT .macro getcaughtmon species:req setvar VAR_TEMP_1, \species - specialvar VAR_RESULT, GetSeenMon + specialvar VAR_RESULT, GetCaughtMon .endm ```