Is there a way to get all the power-ups in the red mushroom houses in New Super Mario Bros. Wii?

Are there any patterns to the power-up panels in the red mushroom houses in New Super Mario Bros. Wii? Is there a way I can tell where the Bowser/Bowser Jr. panels will be?


Solution 1:

Each level has 6 different layouts. Once I had those in text form I wrote a small program that generated a PDF based on these. The items with green background do not have any Bowser (Jr) in that world in that position and can be safely clicked (if you know the green patterns, you always get at least 3 items from the red mushroom).

enter image description here enter image description here enter image description here enter image description here enter image description here enter image description here enter image description here enter image description here enter image description here

Solution 2:

Each world has 6 possible panel combinations. There is a guide on GameFAQs detailing the different panel combinations, and which ones you should hit to test what the current arrangement is.

Also, here's a visual guide to the panels.

Solution 3:

A bit late ;-) but I wrote a little tool to help you find the correct panel. You can find it here: https://wischi-chr.github.io/MarioWiiPowerUps/

And the source is on github: https://github.com/wischi-chr/MarioWiiPowerUps