Difference between revisions of "84PCE:Syscalls:021C48"

From WikiTI
Jump to: navigation, search
(Created page with "DrawLineEndEntry 021C48 - DrawLineEndEntry == Synopsis == '''Hypothesized Official Name:''' DrawLine...")
 
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
  
 
=== Inputs ===
 
=== Inputs ===
CurCol - Line to draw line at
+
* curCol = Line to draw line at
  
 
=== Outputs ===
 
=== Outputs ===
Line drawn to screen
+
* Line drawn to screen
  
 
=== Destroys ===
 
=== Destroys ===
 
* Assume All
 
* Assume All

Latest revision as of 00:49, 26 May 2016

Synopsis

Hypothesized Official Name: DrawLineEndEntry

Syscall Address: 021C48h

Draws the dashed line on the Homescreen after input. Takes into account for the Classic, Split flags, and such. Draws the line located at CurCol when in MathPrint mode.

Inputs

  • curCol = Line to draw line at

Outputs

  • Line drawn to screen

Destroys

  • Assume All