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 occuring. NTSC-U 0405EA08 60000000 Source: The bl instruction (residing at 0x8005EA08) that gets called (to function 0x80030F10) 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