We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!

Notes:Pop'n stage

From The Cutting Room Floor
Revision as of 22:08, 22 July 2020 by Tikal. (talk | contribs) (Created page with "{{notes}} 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 {{he...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>