C# Class MM2Randomizer.Utilities.MiscHacks

Mostrar archivo Open project: duckfist/MM2Random

Public Methods

Method Description
DrawTitleScreenChanges ( Patch p, int seed ) : void
EnablePressDamage ( Patch Patch ) : void
FixPortraits ( Patch Patch, bool is8StagesRandom, RStages randomStages, bool isWeaponGetRandom, RWeaponGet randomWeaponGet ) : void

Enabling Random Weapons or Random Stages will cause the wrong Robot Master portrait to be blacked out when a stage is completed. The game uses your acquired weapons to determine which portrait to black-out. This function changes the lookup table for x and y positions of portraits to black-out based on what was randomized.

SetBurstChaser ( Patch p, bool jVersion ) : void

TODO

SetFastText ( Patch p, bool jVersion ) : void

TODO

Method Details

DrawTitleScreenChanges() public static method

public static DrawTitleScreenChanges ( Patch p, int seed ) : void
p MM2Randomizer.Patcher.Patch
seed int
return void

EnablePressDamage() public static method

public static EnablePressDamage ( Patch Patch ) : void
Patch MM2Randomizer.Patcher.Patch
return void

FixPortraits() public static method

Enabling Random Weapons or Random Stages will cause the wrong Robot Master portrait to be blacked out when a stage is completed. The game uses your acquired weapons to determine which portrait to black-out. This function changes the lookup table for x and y positions of portraits to black-out based on what was randomized.
public static FixPortraits ( Patch Patch, bool is8StagesRandom, RStages randomStages, bool isWeaponGetRandom, RWeaponGet randomWeaponGet ) : void
Patch MM2Randomizer.Patcher.Patch
is8StagesRandom bool
randomStages MM2Randomizer.Randomizers.Stages.RStages
isWeaponGetRandom bool
randomWeaponGet MM2Randomizer.Randomizers.RWeaponGet
return void

SetBurstChaser() public static method

TODO
public static SetBurstChaser ( Patch p, bool jVersion ) : void
p MM2Randomizer.Patcher.Patch
jVersion bool
return void

SetFastText() public static method

TODO
public static SetFastText ( Patch p, bool jVersion ) : void
p MM2Randomizer.Patcher.Patch
jVersion bool
return void