This repository contains my work toward scripting tool-assisted inputs in Haskell. The HTas directory provides hooks into a slightly modified libgambatte, while the Red directory provides helpers specifically for Pokemon Red.
If you want to compile and run this code yourself, here are the steps.
- Install Stack
- Run
stack setup - To compile, run
stack build - To run, run
stack exec (program name). Currently the program names aretest(for Main.hs),moonsearch(for MoonSearch.hs), andmoonigt60(for MoonIGT60.hs).