Let's make our own kick-ass version of a multi
To begin, let's continue
Bigblue709's work to create new scripts that have the nag screens removed.
We just need to decompile them, and remove these 3 lines
```
SplashTextOn("Title", "This is a free multi-game image. " & @CR & "If you paid money for it, you got scammed. " & @CR & 'Google "Taito Type X3 Multi" to find the free download link ' & @CR & "Have a lovely day.", 0x1f4, 0x12c, +0xffffffff, +0xffffffff, $dlg_notitle, "", 0x1

Sleep(0xfa0)
SplashOff()
```
Here are the Atomiswave ones done
I have included the compiled ones as direct replacements, plus the uncompiled ones to make it easier to make changes in the future
I will continue to do them from the end of the menu working backwards from SPORTS --> SHMUPS --> PLATFORM --> GUN GAMES --> FIGHTING --> DRIVING etc
Perhaps one or two of you would like to contribute by continuing from the other direction at CPS1 --> CPS2 --> CPS3 --> ES3 etc
Who's with me?