.scrollScreenLo EQUB LO(+8) \ Direction 0 = +8 (pan right, scroll left) EQUB LO(-8) \ Direction 1 = -8 (pan left, scroll right) EQUB LO(-320) \ Direction 2 = -320 (pan up, scroll down) EQUB LO(+320) \ Direction 3 = +320 (pan down, scroll up)Name: scrollScreenLo [Show more] Type: Variable Category: Screen buffer Summary: The amount to change the start of screen memory in order to scroll the player's landscape view through each direction (low byte)Context: See this variable in context in the source code References: This variable is used as follows: * ScrollPlayerView uses scrollScreenLo * ShowScreenBuffer uses scrollScreenLo