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

  1. H

    Battle Mechanics

    In order to do that, you need to learn language code C and also just inspect around the files (specifically, the battle. files). Just searching around, identifying and piecing together each mechanics is a really good start off!
  2. H

    Git Commands and Visual Studio Code

    Guide to Git and VisualStudioCode: Opening your folder in VisualStudioCode/Atom is possibly the #1 thing you wanna do before you even start editing your files. With VisualStudioCode/Atom, you can search, edit, merge, stage and unstage code throughout the entire folder all in one program. What...
  3. H

    [Tool✓] How do I open my rom with porymap?

    You can open your disassembly in PoryMap by going to File > Open Project and navigate to your pokeemerald folder. It's best you use the word disassembly instead of rom hack so not to confuse ppl. Also, just tweaking around with stuff is the best way to learn, (unless you've done all you can to...
  4. H

    Simple Modifications Directory

    POKEEMERALD: HOW TO CHANGE PLAYER SPRITES/INITIAL SPRITES In order to change the initial sprites, you need to go to src/field_player_avatar, search for these pointers and change the OBJ_EVENT_GFX to the sprite you want. Examples: Changing OBJ_EVENT_GFX_BRENDAN_NORMAL to...
  5. H

    FireRed hack: Pokémon Adventure - Red Chapter NEW BETA + EXPANSION

    It's about to be a good year!
  6. H

    [TUTORIAL] Decomp - From start to finish

    Hi, I was able to successfully merge pokemon_expansion without causing errors by accepting current changes in pokemon.c! Hope this helps!
  7. H

    Instructions unclear.

    Nothing else besides maybe a book/website/videos on C programming if you want to add unique things to your romhack, (unique like Slawter's unique overworld sprites). Notepad ++ is good, (I've used it for about 6-7 years now), but in my opinion, VisualStudiocode is a better program to use for...
  8. H

    Instructions unclear.

    I've used this installer to download the required files. If it's the same devkitpro installer as the one you've used... I'm sorry, I wouldn't know what the cause of DevKitARM is. Maybe move the installation folder to another place. Hope this helps https://github.com/devkitPro/installer/releases
  9. H

    Instructions unclear.

    Before you use the command "Make", you actually have to navigate to where the pokeemerald folder is. Idk where your file is, but in MSYS2, you can type cd, (short for change directory), and drag the pokeemerald file to MSYS2 so it can automatically navigate to it. Make sure to have spaces...
  10. H

    New Pokemon mobile game set to drop by 2020

    Please don't let it be a gacha game.
  11. H

    Looking for guides on TM, Item, Sprites and Pokemon Expansions

    Hi, I'm a new hacker that uses pokeemerald, and I'm wondering if there are any guides on expanding items, sprites, TMs, and Pokemon for Pokeemerald. Thank you in advance and have a great day!
  12. H

    [Pokeemerald] Battle Engine Upgrade

    Thanks for answering. Can't wait for the tutorial!
  13. H

    [Pokeemerald] Battle Engine Upgrade

    Can you tell me which files did you specifically edit, so I can know what files I can import with your pokemon expansion?
  14. H

    Help on custom tilesets and scripting

    Thanks a lot for the help Avara, I hope I'll be able to finish this before Summer starts!
Back
Top