mirror of https://github.com/pret/pokeemerald.git
fixed typo in GetCaughtMon
parent
cd6239c20a
commit
2f33c4827d
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue