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