Legendary Silke
[I][B]You like dragons?[/B][/I]
- 5,925
- Posts
- 14
- Years
- Seen Dec 23, 2021
This is weird. I can't even give the player a preset Pokémon. It just crashes the game. Did I mess up somewhere?
Code:
#include stdpoke.rbh
#include stditems.rbh
#dynamic 0x9C1BEC
#org @givepkmn
checkflag 0x1019
if 0x1 call @skip
msgbox @startmsg 0x6
givepokemon PKMN_EEVEE 0xA ITEM_SITRUSBERRY 0x0 0x0 0x0
setflag 0x1019
setflag 0x860
end
#org @startmsg
= (Where am I?)\p(Oh, better check my Pokémon.)\p(I still have that Eevee. That's\ngood.)
#org @skip
end