Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
How do I search for numbers in a hex editor? For example ,08 05 A0 EC. I'm using HxD. Tried copy pasting into the search and doesn't find it. Even offsets won't work.
Any suggestions for a better hex editor if there are any?
Your problem is you haven't reversed your pointer.
To find the pointer to '08 05 A0 EC' (aka 05A0EC) you must split it up and reverse. So search for EC A0 05 08 (added on the end). Then do as DS says :) ctrl-f, pick 'hex values' in the drop down menu, etc. Best to tick 'all' rather than forward/backward as well.