Hi,
if you have the Custom Fields extension then you can make the gallery required by editing the Gallery field in [adverts_add] using Custom Fields plugin.
If you do not have it, then you make the Gallery required using Limit File Uploads snippet https://github.com/simpliko/wpadverts-snippets/blob/master/limit-file-uploads/limit-file-uploads.php, how to install it you can read here https://github.com/simpliko/wpadverts-snippets/ at the bottom of the page.
The first validator (lines 36 to 44) makes the Gallery field required the others (lines 46 to 75) run other file validators if you do not want to apply them you can remove these lines.