If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Notes:pop'n stage

From The Cutting Room Floor
Jump to navigation Jump to search

This page contains notes for the game Pop'n stage.

By placing the following MAME code in popnstex.xml, it is possible to modify the displayed object in the Object Character Test, which normally caps at ID 9. Note that some sprites need to be reloaded, as they can appear glitchy. To reload a sprite, change the object value in-game (it will not affect the modified counter itself).

  <cheat desc="Replace Obj. ID in Object Test">
    <parameter min="0000" max="0465" step="1"/>
    <script state="run">
      <action>maincpu.pw@405E02=param</action>
    </script>
  </cheat>