Code Monkey home page Code Monkey logo

papermario-dx's Introduction

Paper Mario DX

Release Download Build Status

This is a fork of the Paper Mario decompilation which provides a flexible, easy-to-use base for creating romhacks.

To get started, see docs.starhaven.dev.

List of changes

  • US release only (no JP, PAL, or iQue - none of these are near 100% yet).
  • Default configure flags: --shift --modern-gcc --non-matching --ccache
  • Backtrace (call stack) on crash screen including file names and line numbers.
    • You can call debug_backtrace() to print a backtrace in any function.
    • Failed assertions (ASSERT) will trigger the crash screen and print a backtrace instead of hanging.
    • Backtraces provide filenames and line numbers for files with debug symbols (pass --debug to configure to enable for all files).
  • assets/star_rod_build directory for Star Rod to write assets to.
  • Fixed many bugs / incorrect behaviour.
  • Skip compiling or linking dead code.
  • Link with libgcc_vr4300 to provide compiler intrinsics.
  • Added a debug/cheats menu.
  • Enemy HP is now a s16, increasing the cap to 32767.
  • Added support for badges with negative BP costs.
  • Additional features can be configured in src/dx/config.h.

papermario-dx's People

Contributors

ethteck avatar bates64 avatar z64a avatar pixel-stuck avatar joshduman avatar unnunu avatar brotenko avatar rainchus avatar marijnvdwerf avatar alto1772 avatar jatheplayer avatar threemustyfears avatar mrshigure avatar joshw-7 avatar kelebek1 avatar ponmander avatar lightningth avatar mr-wiseguy avatar rockexe avatar zelllll avatar retrogamedeveloper avatar gota7 avatar savaughn avatar eperdew avatar nasina7 avatar technoman589 avatar gorialis avatar kklions1 avatar dalrik avatar wrymouth avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.