NDSummary.OnToolTipsLoaded("File:scroll.h",{897:"
u8 Scroll_Initialize(
u16 map
)
Initialize scrolling module.
",898:"
void Scroll_SetOffsetH(
i8 offset
)
Set scrolling horizontal offset
",899:"
void Scroll_SetOffsetV(
i8 offset
)
Set scrolling vertical offset
",900:"
void Scroll_HBlankAdjust(
u8 adjust
)
Adjust screen offset. Function to be called in the H-Blank handler
",901:"
void Scroll_Update()
Update scrolling module
"});