Lavorare a MAH v2.0 mi ha portato ad aggiornare anche QUOD INIT EXIT, e ho appena sfornato la v1.8.
Ecco i link per scaricarla:
* itch.io:
https://retream.itch.io/quod-init-exit * CSDb:
http://csdb.dk/release/?id=159349CHANGELOG
1. Fixed mice appearing in the HUD (and maybe even worse things) due to beyond-boundary writes.
2. Fixed flagging of subsequent pill catches (there were actually counted up to 255, although that was not visible in the HUD after catching the poison).
3. Fixed screen initialization ($d016 was not initialized).
4. Fixed poo drop (if started when Zampo was in mid air, the poo would stop in mid air as well).
5. Changed points handling: now they start decreasing only after catching the toilet roll, but do it at twice the speed.
6. Changed pause controls: now [F1] pauses and unpauses.
7. Added return to BASIC by means of [RESTORE].
8. Touched up dawn, morning, and sunset skies graphics.
9. Touched up pill icon.
10. Shifted vertical alignment of text characters 1 line down.
11. Changed intro text.
12. Changed scrolltext.
13. Made a few optimizations (in particular, moved all the variables to the zero page).
14. Added a separate loader (based on the Covert Bitops Autoconfiguring Loader/Depacker) that loads the game more quickly from disk (the game itself is still a single file that can be loaded directly, so who uses other speed-up solutions does not need this loader).
15. Added EasyFlash version.
16. Touched up manual.