Disable Planet Destruction [Vega] Some characters have the ability to change the Earth-based map to Ruined Earth or Planet Namek to Dying Namek if they hit the opponent with their best attack (such as Kid Buu's Planet Burst). This code disables that from ever occurring. NTSC-U Rev1 0405EB20 60000000 Source: The bl instruction (residing at 0x8005EB20) that gets called (to function 0x80031020) gets nopped. Right above it in memory are the instructions of cmpwi r29, 1 then a bne branch. If a planet destruction was going to occur, the bne instruction is skipped and the next instruction (the bl) gets executed. Code creator: Vega