Jump to content

majinnaibu

Member
  • Posts

    3
  • Joined

  • Last visited

Reputation

10 Good

About majinnaibu

  • Birthday 12/09/1981
  1. Thanks for the pointer. I was surprised how little was in sram. I think I found what I'm looking for in event_constants. How do I use that to edit the save? Is it something I can do through PKHex or do I need to use a regular hex editor to edit it?
  2. This is my first post. Sorry if it's in the wrong place. I see there is a research tab for other gens, but not gen 1. Specifically I'm looking for a way to reset the fighting gym and the hitmonlee/hitmonchan choice. The buttons for hitmonlee/hitmonchan in the event flags resetter don't activate so I can't use them. Should I be looking in block data?
  3. Here's a tip for your debug code. You mentioned WPF earlier so I'm assuming you're using C#. If you declare a method like this then all calls to it will be removed when you do a release build. Then you don't need to worry about removing and readding individual bits of code before you release. [Conditional("DEBUG")] static void DebugMethod() { } It's explained here https://msdn.microsoft.com/en-us/library/4xssyw96(VS.90).aspx
×
×
  • Create New...