# LSD: Dream Emulator Research

Our goal for this project is to find out as much information as we can about the game through a mix of:

* Static analysis, through disassembly.
* Dynamic analysis, by using a debugger whilst playing.
* Gathering evidence, in the form of screenshots and video recordings.

Once we have gathered a sizeable amount of confirmed information, we will be moving it over into the game's Wiki, it's no use keeping it all for ourselves!

## Areas of research

* Reverse engineering of the game code (static analysis)
* Poking/watching bits of memory during game events and seeing what happens (dynamic analysis)
* Recording which tiles link you where
* Recording rare events
* Recording where sound effects are used
* Recording how music soundfonts change
* Recording which objects appear in which map patterns
* Cataloguing every animation of every object
* Recording sky/fog colours


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lsdrevamped.net/lsd-de-research/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
