Ejemplo n.º 1
0
 void Eon_em_butClick(object sender, EventArgs e)
 {
     MessageBox.Show("This will enable the Eon ticket event as distributed in Japan.\nKeep in mind this event was never available outside Japan.\nIf you want a legit EON ticket in Emerald, you have to Mix Records with a Ruby/Saphire game with distributable EON ticket.");
     sav3file.enable_eon_emerald();
     MessageBox.Show("Mystery event EON Ticket injected.\n\nNote: if you saved in the 2nd floor of Pokémon Center, you'll have to exit and enter for the Blue man to appear.");
     FileIO.save_data(sav3file.Data, savfilter);
 }