|
#6
|
||||
|
||||
![]()
So! Ended up working on this utility again and added a couple new features.
Has anyone here gotten frustrated that you've played through the whole game, see less than 20 full hearts in Link's HUD, and cannot remember what heart piece you could have possibly missed? That's happened to me a few times...very frustrating. I think I've read a couple users outside of here who desperately were trying to remember what heart piece they missed and had to go back and get for completion. So now, with the -v flag (no parameters necessary), you can get a full list of heart pieces and heart containers (in case you killed a boss and got their remains but somehow overlooked collecting the heart container for some reason) missing in your game save: ![]() Yeah, it'll show other stuff as well, like the number of times you've saved your game with the Song of Time or by defeating Majora. (I'd have to double-check, but I think saving with owl statues also increments the times saved counter as well...not sure off hand.) In the future I plan to also implement missing stray fairies detection. Sure, it's easy enough to use this save editor to load the game up with all 15 stray fairies for every temple you want, but just as we can be frustrated with not remembering what heart piece we missed, some of us who are genuinely trying to complete the game might want to save with an owl statue and have this tool print out which stray fairies they've forgotten. (Besides, unlike with heart pieces, the 1s and 0s of the stray fairy collections are contiguously stored in linear pairs of bits, which means each stray fairy has a fixed number that is the shift amount in that struct bitfield...makes me curious about documenting the internal ID numbers for stray fairy locations. I can already tell it doesn't match Nintendo Power's stray fairy numbers.) Names of heart pieces I have just copied off of the naming in Nintendo Power's magazine for MM. I've tossed my old Prima Games strategy guide for the game many years ago and can't find an online copy, so I went with Nintendo Power. My preferred (and in my not-so-humble opinion, far superior) numbers of ordering the heart pieces are given first, followed by "(Nintendo Power ###)" at the end with the number you can look up in their magazine if you don't recognize the HP. As an aside, I've also since implemented a new -W command switch for the 800-bit flags array of event-based stuff Link has done during the 3-day cycle. This includes infinite magic from drinking Chateau Romani, which is what the -W 115 true is for in the screenshot above. It gives Link infinite magic upon beginning the game. (Previously I had to accomplish this by putting Chateau Romani in Link's inventory with the save editor, but I think this saves an extra step and an empty bottle.) For anyone curious, bit addresses of the heart pieces and storage of the names are all documented in the commit to source: https://github.com/cxd4/zs-flash/com...e77b4e4c086fdc
__________________
http://theoatmeal.com/comics/cat_vs_internet |