Click or drag to resize

Zyrenth.Zora Namespace

The Zyrenth.Zora namespace provides classes for working with secrets used in the Legend of Zelda Oracle of Ages and Oracle of Seasons video games.
Classes
  ClassDescription
Public classAssemblyDetail
Provides quick access to details of an assembly
Public classBatteryFileLoader
Battery file loader.
Public classExtensions
Extension methods used within the library
Public classGameInfo
Represents the user data for an individual game
Public classGameInfoJsonConverter
A javascript converter for the GameInfo class
Public classGameSecret
Represents a secret used to start a new game in the Zelda Oracle series
Public classInvalidChecksumException
Represents the exception that is thrown when a secret is invalid.
Public classJapaneseEncoding
Encodes bytes to characters, or characters to bytes, for japanese text. Only used for Link and Child names; not for secret encoding.
Public classMemorySecret
Represents a secret used to transfer memories between the games in the Zelda Oracle series.
Public classRingInfoAttribute
Provides additional information about a Rings value
Public classRingSecret
Represents a secret used to transfer rings between games in the Zelda Oracle series.
Public classSecret
Represents a secret used in the Zelda Oracle series games.
Public classSecretException
Represents the exception that is thrown when a secret is invalid.
Public classSecretParser
A convenience class used to convert raw secret data into the display format used by the games.
Public classUnknownMemoryException
Represents the exception that is thrown when a secret is invalid.
Public classUSEncoding
Encodes bytes to characters, or characters to bytes, for US and PAL text. Only used for Link and Child names; not for secret encoding.
Enumerations
  EnumerationDescription
Public enumerationAnimal
Specifies the animal friend.
Public enumerationGame
Specifies the game in the Zelda Oracle series.
Public enumerationGameRegion
Specifies the region for the game.
Public enumerationMemory
Specifies the type of memory.
Public enumerationRings

Specifies which rings a player has obtained.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.