Skip to navigation

Screen buffer: scrollScreenHi

Name: scrollScreenHi [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 (high byte)
Context: See this variable in context in the source code References: This variable is used as follows: * ScrollPlayerView uses scrollScreenHi * ShowScreenBuffer uses scrollScreenHi
.scrollScreenHi EQUB HI(+8) \ Direction 0 = +8 (pan right, scroll left) EQUB HI(-8) \ Direction 1 = -8 (pan left, scroll right) EQUB HI(-320) \ Direction 2 = -320 (pan up, scroll down) EQUB HI(+320) \ Direction 3 = +320 (pan down, scroll up)