Skip to content

Commit

Permalink
Message: Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Mar 12, 2024
1 parent 1c8050f commit f8bbb95
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions desk.acc/message.s
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ font: .incbin "../mgtk/fonts/ATHENS"
data: .addr buf
length: .byte .strlen(res_string_message_placeholder)
width: .word 0 ; for `TextWidth` call
.endparams

.params spaces_params
data: .addr spaces
length: .byte 50
spaces: .res 50, ' '
.endparams

DEFINE_RECT rect, 0, (kScreenHeight - kFontHeight)/2, kScreenWidth-1, (kScreenHeight + kFontHeight)/2
Expand Down

0 comments on commit f8bbb95

Please sign in to comment.