Mike
Mike
Hi @StraDaMa, I'm one of the developers working on the Phantom Hourglass and Spirit Tracks randomizers (https://github.com/phst-randomizer/). We are interested in including dpad support in the randomizer as an optional...
The `desmume.emulator.DeSmuME().cycle()` method advances execution by one _frame_, but there doesn't seem to be a way to advance by one _instruction_. Does such a capability exist in py-desmume? I wasn't...
When placing certain items (such as the boomerang) in locations they aren't found in in the original game, the "Got item" text when picking up the item doesn't appear. Instead,...
The mechanics around the spawning of the ghost ship dungeon need to be reworked. - When all three spirits are obtained, the ghost ship must spawn in the NW sea...
An optional randomizer setting that adds a visual cue on the spots to dig that aren't obvious (like on Maze Island)
At the very least we should make it so the bomb upgrade is randomizable, not sure yet if it would make sense to do the other rewards as I think...
code for giving bombchu bag for goron game is at 0x219613C
The RUPY actor approach works well enough, but the models/sprites for the items don't work. The end result of this PR will hopefully make it possible to spawn any item...
This doesn't change how the function works; essentially it just relocates it somewhere else so we have the ability to make changes/extend it.