Planet Destruction Modifier Version 2 [Vega] Version 2 is better than Version 1 because now a simple RAM Write is used instead of an ASM Code. Not only that, Version 2 allows planet destructions to occur on non-destructible maps (i.e. Hyperbolic Time Chamber). Some characters have the ability to cause an Planet destruction (change the Earth-based map to Ruined Earth) if they hit the opponent with their best attack (such as Kid Buu's Planet Burst). This code allows you to select the map that gets changed to. Have fun! This code also allows planet destructions to occur on non-destructible maps. XX = Map Link to XX values - https://mariokartwii.com/nonmkwcodes/dbzbt3/values.txt NTSC-U 0408F3DC 3BE000XX Source: 'mr r31, r3' changed to 'li r31, 0xXX'. r3's value is from a function call that returns 3 options. -1 (planet not destructible), 3 (destroy planet to Ruined Earth), or 0xF (destroy planet to Dying Namek). This r31 value is used by the game to set the Map to end up after a planet destruction. Also, since in legit cases (without use of codes) that the r3 can be -1, this code ensures -1 to never be used (placed in r31). What this does is it also allows non-destructible maps to be destructible. Code creator: Vega