document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. draw_win:
  2.     ld      hl, _SCRN1
  3.     ld      de, SCRN_VX_B - GUI_ICON_WIDTH * 8
  4.     ld      bc, _72B_WIN_TLS
  5. REPT    GUI_ICON_HEIGHT
  6. REPT    GUI_ICON_WIDTH * 8
  7.     ld      a,  [bc]
  8.     inc     bc
  9.     ld      [hli],  a
  10. ENDR  
  11.     add     hl, de
  12. ENDR
  13.     ret
');