A mahjong tile-themed puzzle game where one must choose a tile, and then select a place to drop it in which it will sandwich another tile with another of its own kind, by which it will erase the offending tile in between. Make sure to exercise caution, as going erase crazy will leave you with no choice but to use the only too useful erasing item (by highlighting it with the cursor and pressing the main button then selecting a desired tile), should you have any in reserve. A stylistic TIME bar swirls away at the top of the screen to keep the player on their toes.
The actual goal is to move tiles in such a way they will sandwich tiles between two or more of the same one, until only one kind of tile is left on the board, though a tile can be used to erase itself when put in between like ones (A A A). Only one may be pressed in between two given tiles, though a sort of combo can be performed if enough moves are done so that tiles have been put in between a series of the same one being moved during a turn (A B A B A...). You may take back a previous action by pushing P1 Button 2.
Here's some to start, any others would be appreciated. Note to turn time off after completing a round to continue onward, and turn it on again when the next one has started to avoid slightly messing up the graphics at the end of the bar. Getting extra time by crushing a TIME tile out of play will also mess up same with the current setting.
Code: Select all
<cheat desc="Infinite Credits">
<script state="run">
<action>maincpu.pb@F820=63</action>
</script>
</cheat>
<cheat desc="Infinite Time">
<script state="run">
<action>maincpu.pb@FCF1=31</action>
</script>
</cheat>
<cheat desc="Infinite Bombs">
<script state="run">
<action>maincpu.pb@F858=05</action>
</script>
</cheat>