Difference between revisions of "84PCSE:Flags:4A"

From WikiTI
Jump to: navigation, search
(putmapFlags (unofficial))
 
(Bit 3: More accurate name and description)
 
Line 17: Line 17:
  
 
=== Bit 3 ===
 
=== Bit 3 ===
'''Unofficial Name:''' putmapCmdPixShad
+
'''Unofficial Name:''' putmapUsePixShad2
  
Set if text display routines should use the homescreen pixel shadow buffer rather than the "normal" pixel shadow buffer.  You shouldn't set this flag unless you're intending to draw stuff on the homescreen.
+
Set if text display routines should use the secondary pixel shadow buffer ([[84PCSE:RAM:Page3:AA11|pixelShadow2]]) rather than the "normal" pixel shadow buffer ([[84PCSE:RAM:Page3:8941|pixelShadow]])I'm not sure what this is for, but I guess it could let you switch to an alternate text screen while keeping the previous screen contents in pixelShadow.
  
 
=== Bit 4 ===
 
=== Bit 4 ===

Latest revision as of 21:21, 2 April 2013

Synopsis

Flag Byte: 4Ah

Known Names: putmapFlags

Bit Overview

Bit 0

We do not have information on what this bit does, if anything.

Bit 1

We do not have information on what this bit does, if anything.

Bit 2

We do not have information on what this bit does, if anything.

Bit 3

Unofficial Name: putmapUsePixShad2

Set if text display routines should use the secondary pixel shadow buffer (pixelShadow2) rather than the "normal" pixel shadow buffer (pixelShadow). I'm not sure what this is for, but I guess it could let you switch to an alternate text screen while keeping the previous screen contents in pixelShadow.

Bit 4

Unofficial Name: putmapUseColor

Set if the fixed-width text routines (PutMap, PutS, etc.) should display text in color. If this flag is set, the foreground color is given by (curFGColor) and the background by (curBGColor).

Bit 5

We do not have information on what this bit does, if anything.

Bit 6

We do not have information on what this bit does, if anything.

Bit 7

We do not have information on what this bit does, if anything.