Exemplo n.º 1
0
 def description(self) -> str:
     return _('Implements shared experience points between all members (GtI style). \n'
              'This is disabled during Special Episodes and dungeons with level 1 or no exp. restrictions. \n'
              'Needs the ExtractDungeonData patch to be applied to free some space used by this.')
Exemplo n.º 2
0
 def description(self) -> str:
     return _("This patch adds a new overlay 36 to the game, which is loaded at address 0x023A7080 and provides extra space for patches to place code and data in.")
Exemplo n.º 3
0
 def description(self) -> str:
     return _(
         'Extracts the floor ranks, forbidden mission floors, items available in dungeon tables and put them in files. Provides support for reading them from the rom file system.'
     )
Exemplo n.º 4
0
 def description(self) -> str:
     return _('Reduces the amount of time the game pauses for before changing the PoV when far-off pals is enabled, from 60 frames to 12. This is already applied in the CTC hack.')
Exemplo n.º 5
0
 def description(self) -> str:
     return _(
         'Fixes the evolution glitch that freezes the game when attempting to evolve a pokémon whose name has 10 characters.'
     )
 def description(self) -> str:
     return _(
         'Recommended for CTC. Without this patch, partners cannot trigger hidden traps - this balances the game, as making your partners dodge traps with manual movement is easy, but this patch is not recommended for mods which use pitfall traps, as they instakill partners which step on them.'
     )
Exemplo n.º 7
0
 def description(self) -> str:
     return _(
         'Makes the game always move the PoV to your partners when they use moves or are attacked, even if the partner is only one tile away, when far-off pals is enabled. Recommended for CTC since the PoV stays on your last pokemon at the end of a manual movement round without this, and CTC already reduces the amount of time the game pauses for between PoV changes.'
     )
 def description(self) -> str:
     return _('Pressing start in a dungeon toggles between automatic and manual mode. In manual mode, you can control your partners on their turns. You must apply the extra code overlay made by End45 before applying this patch.')