We just reached 30,000 articles on this wiki! 🥳
If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Notes:Wing Force

From The Cutting Room Floor
Jump to navigation Jump to search

This page contains notes for the game Wing Force.

Debug Cheats

This cheat file, made by trap0xf, is very useful for finding unused content in this game.

<mamecheat version="1">

  <cheat desc="Play Track">
    <parameter min="0" max="255" step="1"/>
    <script state="change">
      <action>maincpu.pw@(30142a)=1</action>
      <action>maincpu.pw@(30142a+param)=1</action>
    </script>
  </cheat>

  <cheat desc="Set Stage">
    <parameter min="0" max="255" step="1"/>
    <script state="run">
      <action>maincpu.pw@(30166e)=param</action>
    </script>
  </cheat>

  <cheat desc="Set Loop">
    <parameter min="0" max="255" step="1"/>
    <script state="run">
      <action>maincpu.pw@(301670)=param</action>
    </script>
  </cheat>

</mamecheat>

Internal Track List

0x7 = Stage 2
0x8 = Stage 4
0x9 = Unused 1 (Continue?)
0xA = Boss (Unused Ver.)
0xB = Stage 5
0xC = Stage 1
0xD = Stage Clear
0xE = Stage 1 Boss
0x10 = Stage 1 (Loop)
0x11 = Boss
0x14 = Stage 3
0x15 = Unused 2 (Ending?)
0x16 = Title Screen
0x17 = Name Entry
0x18 = Unused 3 (Final Boss?)
0x19 = Stage Clear (Unused Ver.)
0x1A = Unused 3 Without Voices

The rest of the game's tracks are sound effects/voices.