• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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 AKDeko

  1. A

    [Other] Decap for expansion repo

    Did you figure anything out? I have had a similar question for a while but keep getting busy
  2. A

    [Script] New Starting Location

    This was my mistake, I was using the map names from a different file. Thank you so much!
  3. A

    [Script] New Starting Location

    Actually, I did this: static void WarpToTruck(void) { SetWarpDestination(MAP_GROUP(Tlachitz_Village), MAP_NUM(Tlachitz_Village), WARP_ID_NONE, 19, 10); WarpIntoMap(); }
  4. A

    [Script] New Starting Location

    That is exaclty what I did. I added the coordinates of where I wanted to start which are (19,10) but other than that it looks the same.
  5. A

    [Script] New Starting Location

    Back again. Where do I have to add my maps to get a new game to start me right in the map I want. When I follow the instructions in Simple Modifications, it says my new map doesn't work. I have added it everywhere that I can think of, including: include/constants/region_map_sections...
  6. A

    [Script] HealSpots

    I will have to start a clean save, thank you so much for the help!
  7. A

    [Script] HealSpots

    After checking the include section, I realized I was using the wrong letter case. It builds without errors now, but after healing at the desired location and fainting all my pokemon, it takes me back to Oldale Town, where I healed right before getting the running shoes.
  8. A

    [Script] HealSpots

    I will have to check the include section, but this error pops up when I add the to the sMapHealLocations list in src/region_map.c
  9. A

    [Script] HealSpots

    I had already added it to the first two, I think it does automatically. When I add them to the end of the list in src/region_map.c it gives me this error and I don't know what it means:
  10. A

    [Script] HealSpots

    Do healspots have to work with a Pokemon Center or can they work with the out of center heal in Pokeemerald? I have one set up, it is in the table that lists all the healspots, but when I use it with the out of center heal script and then faint all my Pokemon, it sends me all the way back to...
  11. A

    [Script] Make Issues

    Is there an up to date version, or should I just change every instance of SIZE to FONT?
  12. A

    [Script] Make Issues

    Back again. I tried to put the Decapitalization in from Prof Leon, but when I resolve all merging errors and try to make the ROM, it comes up with the message in the image. I checked the lines in strings.c and Makefile, but they don't seem to have anything wrong or different to lines that do...
  13. A

    [Map✓] Porymap Edits

    I decided to rebuild my decomp from scratch and it fixed my issue.
  14. A

    [Map✓] Porymap Edits

    I added a new map into my pokeemerald decomp, but I can't actually get it to load into the rom when I build it again. I am very new to decomp hacking, I am wondering if someone can walk me through how to do this. I have been searching for a week now with no success anywhere. My issue is that...
  15. A

    [Pokeemerald] Fully Decapitalized Pokefirered and Pokeemerald

    For some reason it spits all this out at once when I use "git pull leon decapitalization": From https://github.com/ProfLeonDias/pokeemerald * branch decapitalization -> FETCH_HEAD *** Please tell me who you are. Run git config --global user.email "[email protected]" git...
Back
Top