zakthompson / pokescripts.xyz

A web tool for compiling bots for automating repetitive tasks in Pokemon Sword & Shield
https://pokescripts.xyz
MIT License
12 stars 4 forks source link

Infinite Egg Hatcher #3

Closed zhekaiii closed 4 years ago

zhekaiii commented 4 years ago

Used the site to generate the hex. When I plugged in the arduino it doesn't do anything at all. The switch doesn't even register the "controller". Other hex files work as per normal.

zakthompson commented 4 years ago

@exykai Thanks for reaching out! Yes, the Infinite Egg Hatcher is unfortunately broken at the moment, and truthfully was added to the site prematurely. You can keep an eye on this issue and I'll close it once I have time to get it fixed.

zhekaiii commented 4 years ago

I hope you don't mind I copied the original loop code from the .c file and pasted it into brainuuusonic's .c files and got it working somehow. I also edited the commands for talking to the daycare lady as the original code was a bit broken.

InfiniteHatcher.c: https://pastebin.com/6n5uzifF Commands.h: https://pastebin.com/D7gQy1L2

Also, I made a Auto Purple Beam reroller hex and I'd like to share it with you so you can put it up. Would you want me to put a new pull request or do I just do it here?

zakthompson commented 4 years ago

Not at all, all code here is free to use however you wish :) If you're feeling generous and have the time, submitting a pull-request to fix the issue would be greatly appreciated! I have very limited time to dedicate to this at the moment and am always happy to let people contribute