GsInitFixBg16Initializes high-speed BG work area | |||||
Arguments
Return ValueNone.ExplanationInitialises the work area used by the GsSortFixBg16() function.The size of the work area varies with the screen resolution according to the following formula: ScreenH = screen height in pixels (240/480) ScreenW = screen width in pixels (256/320/384/512/640) CellH = cell height (in pixels) CellW = cell width (in pixels) GsInitFixBg16() should only be executed once. It does not need to be executed every frame. See AlsoGsSortFixBg16(), GsBG |