So... I'm hacking FireRed. I want to make an NPC that gives the player a Mystic Ticket (The item that lets you go to Navel Rock) if they have the National Pokedex. I did some research and found out that the flag for a National Pokedex is 16F. But for some reason, the NPC does not give the Ticket. Here's what I've written:
I see no reason why this shouldn't work. And the funny thing is, that when I delete the
"checkflag 0x16F
compare LASTRESULT 0x1
if 0x1 goto @intro"
part (the part that checks for the NatDex, the NPC gives you the Mystic Ticket just fine!
Any help would be greatly appreciated. I've been working quite literally all day to try to fix this, but to no avail.?