Blah
Free supporter
- 1,924
- Posts
- 12
- Years
- Unknown Island
- Seen Feb 19, 2025
No, That is Not what I mean, I know that routines usage. what I mean is The game will check not only the Specie and Item but also party slot,
example: A bulbasaur holding Master ball in 1st slot only.
I'm telling you that is exactly what it does...
Code:
#dyn 0x740000
#org @start
lock
faceplayer
setvar 0x8000 0xspecies
setvar 0x8001 0xItemID
storevar 0x0 0x8000
storevar 0x1 0x8001
callasm 0x[Where you inserted the above routine +1]
compare 0x8000 0x6
if == jump @notFound
storevar 0x2 0x8000
msgbox @result
callstd MSG_NORMAL
release
end
#org @notFound
msgbox @failed
callstd MSG_NORMAL
release
end
#org @failed
= No match found for /v/h02 with a /v/h03
#org @result
= /v/h02 with a /v/h03 found in /v/h04