• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Which Pokémon Masters protagonist do you like most? Let us know by casting a vote in our Masters favorite protagonist poll here!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Pokeemerald] pokévial

PSF

fangame developer
  • 10
    Posts
    4
    Years
    [Pokeemerald] pokévial

    [PokeCommunity.com] pokévial

    [PokeCommunity.com] pokévial


    This branch allows developers to use the Pokévial item in their decomp projects. This item (or similar items) is found in many classic RPGs. This implementation was inspired by the Pokévial found in Inclement Emerald, Radical Red, or the Temessence Phial from Temtem.

    Thank you very much to BuffelSaft, Horo, and Karathan for their contributions.

    Features
    Installation
    git merge (recommended)
    These instructions assume that you are able to build pokeemerald, have a basic understanding of C, and are familiar with using the ingame scripting language. If you do not, please watch the tutorial series from Team Aqua's Hideout.
    From the root directory of your project, run the following commands in your terminal program of choice:
    Code:
    git remote add psf_emerald https://github.com/PokemonSanFran/pokeemerald/ # This adds our team's pokeemerald branch as a remote repo.
    git pull psf_emerald pokevial # This pulls in the pokevial feature branch

    Manual merge
    If your project is:
    • Too far behind pokeemerald
    • Using a different base (pokeemerald-expansion or pokefirered)
    • Some other reason that I can't think of
    You can manually implement the features using the diff between this branch and vanilla pokeemerald as a guide. You will need to manually edit or create each of these files in your own project to properly recreate the feature.

    Contributors
    BuffelSaft
    • Named the Pokévial
    Karathan
    • Refactored Task_PokevialLoop
    • Suggested use of bitfields and converting pokevial into a struct for increased reability and use of use
    Horo
    • Created the Pokévial icon
     
    Back
    Top