Jump to content

trigger_segfault

Innovator
  • Posts

    286
  • Joined

  • Last visited

Everything posted by trigger_segfault

  1. Would you happen to know where the vars start in Emerald and Ruby/Sapphire? I've located the flags awhile ago but don't know anything about where the vars start and how to understand their offsets. Edit: If anybody can get me an RSE save right before beating the elite 4 that would be really helpful for gender checking. As for progress I've made: Correct Moms in each house. Howdy Neighbor person is in correct house. Unselectable Doll is now placed in the correct bedroom. I'm still unsure if this will fix the script issue after beating the elite 4 and getting shoved into a wall. Edit 2: I should also mentioned I've only done testing on Emerald so far.
  2. The latias flag would have been helpful awhile ago for my emerald run. As for the badge flags I already happen to have them but thanks. (If you haven't tried Trigger's PC recently you'll notice badges are displayed.) I will look into the gender issues today but first I'm going to write a nifty little feature to withdraw Pokemon from the daycare without them learning moves on withdrawal. Edit: So it looks like KonohaDaze's method will most likely be easier. I took a look at the scripts and they were too complicated for my skills in finding the correct settings.
  3. Other than that did it end up making the script impossible to complete? Or did it get you stuck in a wall?
  4. I decided to implement a Fix e-Reader Pokémon feature into my program (Similar to the Fix Roaming IVs feature) that will detect if the Pokemon is an unaltered e-Reader Shadow Pokemon and randomize it's personality, ability, and IVs so people can enjoy them more. Of course it's not required that people do it so anyone that wants their e-Reader Pokémon to remain legit should just avoid it.
  5. Thanks that would be really helpful. If you can compile my source code, I have a nifty little function to find difference data that works with GBA Save Blocks.
  6. I doubt I could program that much logic in a day if I wanted to. It's all new images for the secret fun little feature. (Disclaimer, the feature is purely visual so don't expect anything usable)
  7. Thanks, and fixed! It's not your saves or anything so don't worry. Edit: Hotfix is up too.
  8. Can I have your saves then? Edit: Also most errors are pretty safe assuming they're not happening during a modification to a Pokemon or anything else such as using one of the Pokemon settings.
  9. What version of Trigger's PC are you using? I can't even reproduce it with the latest released version. If you are using the latest version can you send a couple of your affected saves?
  10. 1) Secret Feature randomly happens or not. In the next version it will be more common and if you use the tool enough you'll find it. 2) If OneDrive supports syncing with folders on your computer then yes. 3) Having trouble reproducing the bug. Any more info on what you were doing previously? 4) Sadly that would require a lot of reworking my current code. A lot of Trigger's PC's limitations at the moment are due to my messy unorganized code. If I ever do refactor the code (which would be far in the future) I'll try to implement it.
  11. Nah it's just the e-Reader Pokemon. And no I've used my program to check and normal shadow Pokemon do in fact have IVs right off the bat. Also the save is in English with the US as its region.
  12. I wasn't having any luck with getting it to work on Dolphin. Every time the e-Reader gave me a communication failure message. Is this one of those keep trying until it works deals? Edit: It is in fact one of those deals. I managed to get it to work after the 10th or so time right after posting that. Card loading worked perfectly. Edit 2: Fun fact. If you don't want to deal with the hassle every time you connect, you can in fact save state the loaded Colosseum Data on your emulator then when you want to use it again load up the e-Reader Plus then the save state then goto the registration counter in the e-Reader Room in Colosseum. Edit 3: It seems like all the shadow Pokemon have 0 in every IV. That's a shame. Edit 3.5: All e-Reader Shadow Pokemon. Edit 4: Finished catching them all. Occasionally the e-Reader was finicky or VBA-M crashed but overall it worked a lot better than I expected it to. Here's some screenshots Edit 5: Here's a download with all 3 e-Reader Shadow Pokemon (English US) in Box 2
  13. Most likely. That just leaves the question of what the 2 bytes in RS/FRLG are. For more information. The first 2/4 bytes set to anything but zero will trigger an egg and the 3rd/5th byte will always be zero when there's no egg but I'm not sure what it changes.
  14. I found the bytes that disable the daycare egg if you want them. (Blocks are zero indexed) Ruby/Sapphire: Flags start at Block 2, byte 672. Unset flag 0x86 so the daycare man no longer appears up front. Clear bytes 564-657 in Block 4 to disable the egg. FireRed/LeafGreen: Flags 0x0-0x4FF start at Block 1, byte 3808. Flags 0x500+ start at Block 2, byte 0. Unset flag 0x266 so the daycare man no longer appears up front. Clear bytes 536-538 in Block 4 to disable the egg. Emerald: Flags start at Block 2, byte 752. Unset flag 0x86 so the daycare man no longer appears up front. Clear bytes 712-716 in Block 4 to disable the egg. (yes that's 5 bytes instead of 3 like the other games, most likely due to Emerald having more breeding features.)
  15. I forgot to mention this requires that an egg be ready to pick up as well.
  16. Yeah my intended plan is to find the Has Egg flag and either unset it or prevent the player from withdrawing.
  17. Fun fact me and a friend just discovered. Using Trigger's PC you can breed any Pokemon in the daycare. (Results may vary, may crash the game). Walk up to the daycare man with an egg ready to pickup and save. Then goto Trigger's PC and replace the Pokemon with say a ditto and groudon. And poof! You get a groudon egg! We then proceded to test this with every combination finding ones that did and didn't freeze the game. Fun fact. A latios and latias will force breed as well! I shall patch this soon. Edit 2: You can breed a Pokemon that's still an egg with another Pokemon. You can also breed two female pokemon. Edit 3: You can also levelup eggs in the daycare.
  18. Ah that makes more sense. And it's a neat idea. I'll add that to the next update. You'll have to edit it manually in Settings.xml though.
  19. Ah I see. Well if your saves are stored at the same location (relative to Trigger's PC) on every computer then I guess it would be possible. If you have different usernames on each computer then here's what you do. Go into Settings.xml and change all the filepaths to relative file paths from the directory where Trigger's PC is stored. You will have to store Trigger's PC in your Dropbox Folder as far as I know. For relative filepaths you'll have to place "../" to goto a parent directory.
  20. Yes I actually use Dropbox. Install the Dropbox application on your computer and store your saves in the Dropbox folder somewhere. Add the saves to Trigger's PC from the Dropbox folder and whenever you save it will update them. Syncing GameCube games with Dropbox AND having them ready to play in Dolphin is a lot harder and requires a workaround that most people would prefer not to do. Give me a moment and I'll look up how to set it up if you're interested. I'll probably make an article about it on the Wiki as well. Edit 2: What's REALLY nice about Dropbox is you can restore from previous saves. Each time the file is updated a backup is made that you can restore from. (I haven't done too much extensive testing with the backups but I have used them before)
  21. Thanks for the check in. People don't realize it but it really does help when you report bug free usage. As for the feature, I wouldn't be able to implement it without heavily changing how the row systems work in code so that's going to be a no. Sorry. :\ Still a neat idea none-the-less.
  22. I figured it out! It's funny with the way is saved it was either gonna be really hard or really easy and it was really easy. I figured out the value on my first save modification test. Thanks for the help. @Sonic Blader @Sonic Blader Would you mind if I added you to the Wiki Credits and linked your profiles for helping out with the saves?
×
×
  • Create New...