Execute Planet Destruction at Any Time Version 1 [Vega] Normally in order to execute a Planet destruction, you need a specific character (such as Kid Buu) and you need to land that character's most powerful attck on the opponent (such as Kid Buu's Planet Burst). However, with this code, you can now destroy the Planet with a press of a button using any character you want. You still need to be on a Earth-based starting map or Plane Namek for this to work. NTSC-U 0405E9FC 41820024 0405EA04 4082000C 283BXXXX YYYYZZZZ 0405E9FC 60000000 0405EA04 60000000 E0000000 80008000 Fyi, you can only execute the Planet Destruction once per match. And yes, you can use this along side my Earth Destruction Modifier code. Source: At 0x8005E9FC, beq- 0x24 is nopped (when activator is pressed). At 0x8005EA04, bne- 0xC is nopped (when activator is pressed). When the button activator(s) are pressed, the two branch routes (constantly checked every frame that can determine if a planet destruction was going to occur) are nopped. Thus, automatically making the game call the planet destruction function (0x80030F10; void/no-args). Code creator: Vega