Credit to @kangarookooper (microgame idea), zep (Jelpi Test), PopCap (Peashooter), @ChachorroLouco234 (stage jingles), and @TheScarfedStickman (idea of TV stage) I remember seeing this microgame at the time of WarioWare 2023 submissions and wanting to remix it, but there was another one I wanted to fix so that could get in instead. So I'm remixing it now. Also, Announcer from WarioWare: Get It Together! makes an appearance! Here's a list of what has changed: - Support for speed up to 2.5. - Realistic backdrop and remotes. - You now have two remotes with a large arrow button each, because why not? - The channel to match is now represented by a doodle in a thought bubble from someone else. - TV static and color bar channels added. - Added difficulty levels. The original idea was incorporated as Level 1. - Level 1: There are four channels. - Level 2: There are eight channels, four of which are invalid. Two invalid channels of have TV static and the other two have color bars. - Level 3: There are five channels, with one invalid channel. After picking the desired channel, the other person changes their mind and thinks of a different channel. - All four channels are more animated. - The first channel has flowers, mountains, and dirt scrolling in the scene. - The second channel has animated noise and the TV thumps. - The third channel has a more detailed Peashooter. - The fourth channel more clearly depicts what is happening. - Incorporated speech into win and lose outcomes. - Changed sound effects and added voice. - Remixed music at 120 BPM. - Combined everything into one sprite. [BEGIN DEVELOPER NOTE] = ASSETS = Besides the commands and stuff, this microgame has 47 costumes and 1 backdrop. = ID = No scripts rely on the microgame ID. = INTEGRATION = To integrate this into a full project, the following must be done: - IMPORTANT: Update the microgame count. - Import these as normal: the sprite, the backdrops, the music, the broadcast script (into the chain of if-loops), and the practice menu costumes. - Add the microgame ID to the list of long microgames. - Add the microgame ID to the list of keyboard microgames. - If applicable, add it to one of the speed lists. - Import the command and voice into normal Action. - Import the 1 extra [channelguy] script in Stage. The local timer is really getting a lot of mileage. - If applicable, update the credits. [FINISH DEVELOPER NOTE]