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

From WikiTI
Jump to: navigation, search
(Inputs)
 
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