From 819893508d7968ef591acb122273b21a9bdbf759 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Sat, 30 Jul 2022 10:13:01 -0300 Subject: [PATCH] Small clarification in the comment of the getseenmon and getcaughtmon macros, because why not --- Useful-Scripting-Specials.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Useful-Scripting-Specials.md b/Useful-Scripting-Specials.md index 1ce98ca..753921f 100644 --- a/Useful-Scripting-Specials.md +++ b/Useful-Scripting-Specials.md @@ -97,12 +97,14 @@ These commands will check the state of either the Seen or the Caught Pokédex fl ```c @ Checks the state of the Pokédex Seen flag of the specified Pokemon + @ The result is stored in VAR_RESULT .macro getseenmon species:req setvar VAR_TEMP_1, \species specialvar VAR_RESULT, GetSeenMon .endm @ Checks the state of the Pokédex Caught flag of the specified Pokemon + @ The result is stored in VAR_RESULT .macro getcaughtmon species:req setvar VAR_TEMP_1, \species specialvar VAR_RESULT, GetSeenMon