Skip to content

DPad Cheats

widberg edited this page Jan 12, 2024 · 5 revisions

See also: atk wiki WALL-E Debug Tools

DPad cheats are a series of DPad/Arrow key inputs that can be made on certain screens in the game to execute some action.

// In Ratatouille LEFT and RIGHT are swapped.
enum DPadCheatButton : std::int32_t {
    UP = 2,
    LEFT = 3,
    DOWN = 4,
    RIGHT = 5,
    END = -1,
};

bool IsDPadCheatPressed(void *_this, ...);

// Example
if (IsDPadCheatPressed(gSomething, UP, UP, RIGHT, DOWN, END))
    do_a_cheat();

Dialog_MainMenuFirst

This menu is unused in the game.

Down, Right, Up, Left

Runs the DisplayFPS command

Up, Up, Right, Down

Runs the SetAutoCompletion command

Dialog_TRCMessage

This is the auto-save warning screen during the startup sequence. When you see the string "THE GAME SAVES DATA AUTOMATICALLY AT CERTAIN POINTS. PLEASE DO NOT TURN OFF THE SYSTEM WHILE THE SAVE ICON IS DISPLAYED." on screen, this DPad cheat is accepted. It is named TRCMessage because displaying a message like this is one of the requirements commonly found on a Technical Requirements Checklist (TRC).

Up, Up, Right, Down

Runs the EnablePopupMenu command

Home
FAQ

For FMTK Users and Mod Developers

Read the Docs

For FMTK Developers

Asobo BigFile Format Specification
Asobo Classes
      Animation_Z
      Binary_Z
      Bitmap_Z
      Camera_Z
      CollisionVol_Z
      Fonts_Z
      GameObj_Z
      GenWorld_Z
      GwRoad_Z
      Keyframer*_Z
      Light_Z
      LightData_Z
      Lod_Z
      LodData_Z
      Material_Z
      MaterialAnim_Z
      MaterialObj_Z
      Mesh_Z
      MeshData_Z
      Node_Z
      Omni_Z
      Particles_Z
      ParticlesData_Z
      RotShape_Z
      RotShapeData_Z
      Rtc_Z
      Skel_Z
      Skin_Z
      Sound_Z
      Spline_Z
      SplineGraph_Z
      Surface_Z
      SurfaceDatas_Z
      UserDefine_Z
      Warp_Z
      World_Z
      WorldRef_Z
Asobo File Format Idioms
Asobo CRC32
Asobo LZ Compression
Asobo Arithmetic Coding Compression
Asobo Save Game File Format Specification
Asobo Audio Formats
TotemTech/ToonTech/Zouna/ACE/BSSTech/Opal Timeline
Zouna Modding Resources
Miscellaneous

Clone this wiki locally