Skip to navigation


Screen buffer: dashDataAddress

Name: dashDataAddress [Show more] Type: Variable Category: Screen buffer Summary: Addresses for copying the first block of dash data between the main game code and screen memory Deep dive: The jigsaw puzzle binary
Context: See this variable in context in the source code References: This variable is used as follows: * CopyDashData uses dashDataAddress
.dashDataAddress EQUW dashData \ The location of the first block in the game code EQUW &8000 - 80 \ The location of the first block in screen memory