fixed typo in GetCaughtMon

psf 2024-08-11 19:30:24 -07:00
parent cd6239c20a
commit 2f33c4827d
1 changed files with 1 additions and 1 deletions

@ -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 @ The result is stored in VAR_RESULT
.macro getcaughtmon species:req .macro getcaughtmon species:req
setvar VAR_TEMP_1, \species setvar VAR_TEMP_1, \species
specialvar VAR_RESULT, GetSeenMon specialvar VAR_RESULT, GetCaughtMon
.endm .endm
``` ```