Add missing documentation about passing an overlay number
This commit is contained in:
parent
00341388de
commit
2c6b0963de
|
@ -219,6 +219,7 @@ draw_str_to_overlay_loop:
|
||||||
; r2: Y coordinate
|
; r2: Y coordinate
|
||||||
; r3: foreground color
|
; r3: foreground color
|
||||||
; r4: background color
|
; r4: background color
|
||||||
|
; r5: overlay number
|
||||||
; outputs:
|
; outputs:
|
||||||
; r1: X coordinate of end of text
|
; r1: X coordinate of end of text
|
||||||
draw_decimal_to_overlay:
|
draw_decimal_to_overlay:
|
||||||
|
@ -254,6 +255,7 @@ draw_decimal_to_overlay:
|
||||||
; r2: Y coordinate
|
; r2: Y coordinate
|
||||||
; r3: foreground color
|
; r3: foreground color
|
||||||
; r4: background color
|
; r4: background color
|
||||||
|
; r5: overlay number
|
||||||
; outputs:
|
; outputs:
|
||||||
; r1: X coordinate of end of text
|
; r1: X coordinate of end of text
|
||||||
draw_hex_to_overlay:
|
draw_hex_to_overlay:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user