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

Ushio to Tora (SNES)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Ushio to Tora

Developer: Natsume
Publisher: Yutaka
Platform: SNES
Released in JP: January 25, 1993


DebugIcon.png This game has debugging material.
LevelSelectIcon.png This game has a hidden level select.


A game based on the manga series of the same name.

Stage Select Menu

Ushio to Tora SNES Stage Select.png

In Option Mode, on controller 2 hold the D-Pad Down + L shoulder button + A, and press Select to open the Stage Select menu. The programming for the button check is located at SNES address $00D209-00D222.

Health Button Code

Hmmm...
To do:
Identify specifically which areas this works for (seems to be specific boss battles?)

During gameplay, on controller 1 hold L shoulder button, on controller 2 hold X + Y + Select, and press L shoulder button. When used in certain areas, this code enables you to increase or decrease the size of your health bar by holding R on controller 2 and pressing L or R on controller 1.

The programming is located at SNES address $00B38B-00B3C2.

Invincibility Button Code

This cheat is unused and not called from anywhere. The programming is located at SNES address $00B41C-00B444. It toggles invincibility after following these instructions: on controller 2 hold A + B + Select, and press L shoulder button.

Pro Action Replay code 7E063801 can be used to toggle invincibility on.

Cutscene Button Code

Another unused cheat that's not called from anywhere. The programming is located at SNES address $00B445-00B462. It displays a cutscene from the current stage after following these instructions: on controller 2 hold X + Y and press A. It writes $06 to memory address $7E00E6 (i.e., Pro Action Replay code 7E00E606).