• 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.

Recent content by Asith

  1. Asith

    FireRed hack: Spectrobes GBA ~ Sci-Fi Space Pokemon ~ Something a little different :)

    Hello to any Spectrobes fans following this hack on pokecommunity! The new update, V0.3 - Nessa, of Spectrobes GBA was recently released! The first post has been updated and you can find the download link for the hack's update there or here...
  2. Asith

    FireRed hack: Spectrobes GBA ~ Sci-Fi Space Pokemon ~ Something a little different :)

    Hello to anyone following this project on pokecommunity! I'm posting because... well because I forget to post updates here :P If you want constant progress updates, consider following my twitter! https://twitter.com/AsithDevs I can confirm that the next update of Spectrobes GBA - The Nessa...
  3. Asith

    [Graphics] An efficient way to change tileset block palettes for Fire Red en masse?

    Hex Maniac Advance does have a python module to write python code to automate menial tasks such as this. In theory the python module can do everything the editor can do... but I'm not sure how you'd begin editing map block/tile data with it. You might want to consider joining HMA's discord and...
  4. Asith

    [Other] I need help on installing a rombase

    You're using things that are a decade old. Binary hacking is solely done in hexmaniacadvance now
  5. Asith

    How do i make these texts transparent?

    It's just the BW HUD, they probably just used this c injection to modify things: https://www.pokecommunity.com/showthread.php?t=465589
  6. Asith

    [ASM & Hex] DPE twice

    Who knows, why don't you simply make a backup of your rom, apply the dpe again and see what happens? If it "ruins everything" just use the backup
  7. Asith

    [Tool✓] i need a download link for advance trainer that doesnt require a password to access

    Passwords are probably applied by whatever third party website you're using, they should tell you what it is somewhere In any case advance trainer is old and outdated and may break your rom. HexManiacAdvance replaced all old hacking tools as a better and safer option that does everything they did
  8. Asith

    Title screen help

    Use HexManiacAdvance
  9. Asith

    [Other] Is it possible to apply Shedinja's 1 max HP modifier to another Pokémon?

    Giving this to multiple pokemon would be tricky in binary. The vanilla code is a literal check for species == Shedinja. You can change that to check for a different species easily, but to make it check for two species would increase the length of the function, which is not fun to deal with in...
  10. Asith

    [Script] Duplicate Dynamic Label Problem

    You can't use the same dynamic label multiple twice. You've got "#org @alredy" used for a script block and for some text. That's just the first one I found Want to avoid all this? Use hexmaniacadvance's script editor instead. It handles the compile step internally so you don't have to worry...
  11. Asith

    [Graphics] Custom sprite Animations show colored background.

    Please just use hexmaniacadvance. It's much easier, safer (won't break your rom) and handles stuff like this automatically or makes fixing them a 1-click process. Importing all pokemon sprites is a walk in the park It even has its own image editor, you don't need "character maker pro" It has all...
  12. Asith

    [Other] Edit Heal Amount Points HP

    Use hexmaniacadvance
  13. Asith

    [FIRE RED] Claw Fossil and Root Fossil reviving script

    I recommend you just try to make one and post it here. Then people can check for any mistakes. That way you actually learn how to do it. Also try to use HMA for scripting instead of XSE. With the way HMA works, messing up a script is never a problem. You can just edit it at any point without...
  14. Asith

    [FIRE RED] Claw Fossil and Root Fossil reviving script

    I can't remember if there's a special method for fossils, but you could achieve the same thing by just using checkitem, removeitem, and givepokemon
  15. Asith

    Can Binary and Decomp work in tandem without much issue?

    Binary hacking edits a rom. Decomp hacking builds a brand new rom. There is no practical way that decomp hacking uses binary hacking. The only way that's possible would be compiling a pokeemerald rom and then using a HexManiacAdvance (you mentioned a large amount of binary tools, but for the...
Back
Top