Code
Here lie all of the docstrings in the PokemonObserver.jl codebase.
PokemonObserver.GameState
— TypeThe current high-level game state extracted directly from the emulator's memory.
Base.show
— MethodBase.show(io::IO, gs::GameState)
Pretty print the game state to be more glanceable during gameplay.
PokemonObserver.Vision
— ModuleLook for interesting objects on screen.
PokemonObserver.BytesToType.memory_to_location_name
— MethodLookup the name of a location from it's internal byte value (emulator address 0xd35e)