Jump to content

Zekira

Member
  • Posts

    47
  • Joined

  • Last visited

Everything posted by Zekira

  1. I don't have an AR :\ I wanted a .pkm file.
  2. Yeah, it says met a place 3002 (Faraway Place) and Hatched at Location 2002 (link trade [met])
  3. I'm still not sure of the details on how it works on Platinum (the hex values of Pokemon from HGSS transform when put into Platinum...), so I just need this: I'm actually going to put this in Platinum before I transfer it back to HGSS, so... yeah. I need a .pkm for the above. I will also hatch it in HGSS, too. I don't have an AR.
  4. Well there are a lot of changes to the hex values... and I felt like spreading more info. The next .pkm here is a Kingdra. It originally was an egg that came from Platinum, with the appropriate locations for where the egg was obtained. But the catch here is that it was hatched in SS. After hatching it there, I put it back in Platinum to investigate and I found that even the Egg Obtained and Met At values changed... along with the 44h-46h and the 86h value again. (if the statement about 86h is indeed about the ball, then this is the second case where the 86h is 04, and both of these .pkms have pokeballs). It kind of made me curious as to how much the details suddenly changed. Look at the Met, Egg, and Hex data for this .pkm. HGSS2.pkm
  5. I just recently transferred a Pokémon from my SS file and I was going to look at it and see some similarities, when I found that 86h values are used by HGSS. I just posted it here for some added info... here's a .pkm. (it's a party pokemon btw) HGSS.pkm
  6. Would've been nice if you linked it rofl, but w/e, I'm going to look for it. EDIT: Maybe you'll want to link it to the main post too: http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6&displaylang=en
  7. Zekira

    Pokemon Class ID

    I've quite looked into this. Class 1 and Class 2 do exist on RSEFRLG already. If the Pokémon from RSEFRLG are Class 2, and they gain new abilities as they're migrated and evolve, their abilities do change. So far I've tested this on Breloom, Linoone, and Mightyena. All 3 of them changed abilities and all of them were class 2, and obviously they were Shroomish-Zigzagoon-Poochyena originally. Though these are just 3 tests and it's still insufficient because not all 100>x<386 Pokémon with new abilities have been tested yet, but in theory it should work like this.
  8. Hi, troubleshooting here. I get an error from Microsoft .NET Framework everytime I try to use this. You know, the "Unhandled exception has occurred..." ...well I'll be straightforward and post the details of the error: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.InvalidOperationException: An error occurred creating the form. See Exception.InnerException for details. The error is: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified. File name: 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' at PKMDS_Pokémon_Generator_by_Codemonkey85.dlgOrigins.rdDP_CheckedChanged(Object sender, EventArgs e) at System.Windows.Forms.RadioButton.OnCheckedChanged(EventArgs e) at System.Windows.Forms.RadioButton.set_Checked(Boolean value) at PKMDS_Pokémon_Generator_by_Codemonkey85.dlgOrigins.InitializeComponent() at PKMDS_Pokémon_Generator_by_Codemonkey85.dlgOrigins..ctor() WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. --- End of inner exception stack trace --- at PKMDS_Pokémon_Generator_by_Codemonkey85.My.MyProject.MyForms.Create__Instance__[T](T Instance) at PKMDS_Pokémon_Generator_by_Codemonkey85.frmMain.btnNext_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- PKMDS Pokémon Generator by Codemonkey85 Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///G:/Pokesav/PKMDS%20Pok%E9mon%20Generator%20by%20Codemonkey85.exe ---------------------------------------- Microsoft.VisualBasic Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Runtime.Remoting Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- PokemonDSLib_2009 Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///G:/Pokesav/PokemonDSLib_2009.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. I can actually understand some of that but obviously I won't bother to gather everything to fix it myself. Any ideas? EDIT: It also looks like it's an error on .NET framework side. Any leads on this? I mean, there wasn't anything specified on the main post about the details for the minimum .NET Framework use...
  9. Personal ID. It's a complicated thing. Anyway, I just really need the details of this... argh!
  10. The main problem I'm having with this is that the thing is shiny, and it's an event. And I don't know which PID to use for that. I'm not even sure if the SID is even 06199! If you also know it, the details of the NZone Jirachi too?
  11. So if it says 'The recepient's Pokémon', it's the one I'm battling in the vid, then? Whew, that's a relief.
  12. I just have one question, though. What if the egg was hatched in Diamond/Pearl, then transferred to Platinum? Would I need to change the 44-45h values? I'm having doubts about this just now, since I saw that if you migrated from the Pal Park in D/P, I saw that you don't need to change the 46h value? Or am I wrong? Hm, to make it more simple, I just want to clarify what I would do with the hex values of the following Pokémon: 1.) Linoone gotten from Pal Park in Pearl, traded over to Platinum 2.) Mime Jr. hatched in Pearl, traded over to Platinum So speaking that both of them originated in Pearl. Would they both go 00 in everything, or would one/both of them change hex values?
×
×
  • Create New...