mirror of https://github.com/nmlgc/ReC98.git
[Naming] [th02] text_wipe
This commit is contained in:
parent
61a2df2d71
commit
29385dd7cb
|
@ -2120,7 +2120,7 @@ var_C = byte ptr -0Ch
|
||||||
push ax
|
push ax
|
||||||
call sub_B396
|
call sub_B396
|
||||||
mov vsync_Count1, 0
|
mov vsync_Count1, 0
|
||||||
call sub_BF7B
|
call text_wipe
|
||||||
call graph_scrollup pascal, 0
|
call graph_scrollup pascal, 0
|
||||||
graph_accesspage 1
|
graph_accesspage 1
|
||||||
call graph_clear
|
call graph_clear
|
||||||
|
@ -2976,15 +2976,15 @@ sub_BCB1 endp
|
||||||
; =============== S U B R O U T I N E =======================================
|
; =============== S U B R O U T I N E =======================================
|
||||||
|
|
||||||
; Attributes: bp-based frame
|
; Attributes: bp-based frame
|
||||||
|
public TEXT_WIPE
|
||||||
sub_BF7B proc near
|
text_wipe proc near
|
||||||
push bp
|
push bp
|
||||||
mov bp, sp
|
mov bp, sp
|
||||||
call text_clear
|
call text_clear
|
||||||
call text_fillca pascal, (' ' shl 16) + TX_BLACK + TX_REVERSE
|
call text_fillca pascal, (' ' shl 16) + TX_BLACK + TX_REVERSE
|
||||||
pop bp
|
pop bp
|
||||||
retn
|
retn
|
||||||
sub_BF7B endp
|
text_wipe endp
|
||||||
|
|
||||||
|
|
||||||
; =============== S U B R O U T I N E =======================================
|
; =============== S U B R O U T I N E =======================================
|
||||||
|
|
Loading…
Reference in New Issue