• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

[Question] Remove Back sprites (Repost)

Somnus

- Silence Speaks -
13
Posts
3
Years
    • Seen Aug 26, 2022
    Pokémon Infinite Fusion lets you fuse pokémon (which was really cool by the way) but since the game couldn't handle the stress of back sprites for every fusion, they just didn't exist. I want to know how to do something similar and make all the front sprites show as the back sprites too.
     

    Pokeminer20

    PDM20, Coder of Chaos!
    412
    Posts
    10
    Years
  • you'll want to modify
    def pbLoadPokemonBitmapSpecies
    def pbLoadSpeciesBitmap
    def pbCheckPokemonBitmapFiles
    and remove everything relating to back
     

    StCooler

    Mayst thou thy peace discover.
    9,301
    Posts
    4
    Years
    • Seen May 5, 2024
    You can download Infinite Fusion, the scripts are easily accessible in the Data/Scripts folder. Look for the functions Pokeminer named. If you use Notepad++ to edit the scripts, you can search them in the whole folder (press Ctrl+Shift+F and select the right folder).
     

    Somnus

    - Silence Speaks -
    13
    Posts
    3
    Years
    • Seen Aug 26, 2022
    You can download Infinite Fusion, the scripts are easily accessible in the Data/Scripts folder. Look for the functions Pokeminer named. If you use Notepad++ to edit the scripts, you can search them in the whole folder (press Ctrl+Shift+F and select the right folder).

    When I use Notepad++ it shows up as gibberish and shifting letters. Does this mean it's encrypted?
     

    StCooler

    Mayst thou thy peace discover.
    9,301
    Posts
    4
    Years
    • Seen May 5, 2024
    When I use Notepad++ it shows up as gibberish and shifting letters. Does this mean it's encrypted?
    ?

    Check the folder Data/Scripts, not the file Data/Scripts.rxdata ^^
     

    Somnus

    - Silence Speaks -
    13
    Posts
    3
    Years
    • Seen Aug 26, 2022
    you'll want to modify
    def pbLoadPokemonBitmapSpecies
    def pbLoadSpeciesBitmap
    def pbCheckPokemonBitmapFiles
    and remove everything relating to back

    Where in the script editor are these? (Essentials v18.1)
     
    Back
    Top