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

  1. Robinlukke

    Simple Modifications Directory

    [pokefirered] Disable Quest Log At src/main_menu.c: Go to Task_ExecuteMainMenuSelection. In case MAIN_MENU_CONTINUE; find TryStartQuestLogPlayback(taskId) and replace it with these lines: SetMainCallback2(CB2_ContinueSavedGame); DestroyTask(taskId); It should look like this: case...
  2. Robinlukke

    Simple Modifications Directory

    Extra code you can add (lines highlighted in RED): if (sPartyMenuInternal->numActions < 5 && CanMonLearnTMHM(&mons[slotId], ITEM_HM02 - ITEM_TM01) && (Overworld_MapTypeAllowsTeleportAndFly(gMapHeader.mapType) == TRUE)) // If map allows FLY AppendToList(sPartyMenuInternal->actions...
  3. Robinlukke

    Simple Modifications Directory

    [pokeemerald] Berries grow faster Very simple edit, in "src/berry.c" go to: static u16 GetStageDurationByBerryType(u8 berry) { return GetBerryInfo(berry)->stageDuration * 60; } And replace 60 with the number of your choice (that's the number of minutes a growth stage lasts). (I usually...
  4. Robinlukke

    Simple Modifications Directory

    [pokeemerald] Running speed by default This simple change is made at "src/field_player_avatar.c" Go to "static void PlayerNotOnBikeMoving(u8 direction, u16 heldKeys)" Find and swap the following highlighted code at the end: if (!(gPlayerAvatar.flags & PLAYER_AVATAR_FLAG_UNDERWATER) &&...
  5. Robinlukke

    What are you currently playing? V4

    Yu-Gi-Oh! Master Duel. Also I've been playing Duel Links for a while, but maybe I'll drop it for MD. It's a LOT easier to complete decks, and I've been enjoying it a lot more.
  6. Robinlukke

    Simple Modifications Directory

    pokeemerald: Competitive IVs for Eggs At "include/constants/daycare.h" delete the line "#define INHERITED_IV_COUNT" (it won't be used). Next, open "src/daycare.c" Go to "static void InheritIVs(struct Pokemon *egg, struct DayCare *daycare)" and replace it with this: // Competitive IVs for...
  7. Robinlukke

    Simple Modifications Directory

    [pokeemerald] Inherit moves from both parents In vanilla Emerald, only the male parent can pass its moves to the offspring. How to fix that: Now when breeding for egg moves & TM/HM moves it will also check if the mother knows them.
  8. Robinlukke

    Simple Modifications Directory

    [pokeemerald] Feed any number of pokéblocks All changes are made at src/use_pokeblock.c: From the following code, delete what is in RED:
  9. Robinlukke

    Simple Modifications Directory

    [Pokéemerald] - Register pokémon you battle at the Battle Frontier in the Pokédex This also works for e-reader, link, recorded, and Trainer Hill battles. At src/battle_main.c search and comment/delete the following: static void BattleIntroDrawTrainersOrMonsSprites(void): static void...
  10. Robinlukke

    Simple Modifications Directory

    [EM] Always inherit nature when holding an Everstone Pretty simple. At src/daycare.c search for : Then delete " / 2" It should look like this: Now when a parent is holding an Everstone, the offspring will inherit its nature 100% of the time (only females or Ditto tough, I'm still trying...
  11. Robinlukke

    [Tutorial] Adding new prizes at BF's Exchange Corner

    Since it took me forever to find which files I had to modify in order to make this work, I decided to make a tutorial so you don't have to waste your time looking for them. In this tutorial I'm adding new items as available prizes (the Regi trio dolls ♥) at the Exchange corner in the Battle...
  12. Robinlukke

    Want a taken username? Check here

    Old username: Robinluk New username: Robinlukke
  13. Robinlukke

    [Giveaway] Free Zeraora codes!

    I can has code? :blush:
  14. Robinlukke

    Member username change requests (November) CLOSED

    Old username: the_true_fido New username: Robinluk
  15. Robinlukke

    Least favourite Pokémon from each gen?

    Gen IV: Magmortar and Rhyperior (dear Gamefreak, please make alternative evolutionary lines for Magmar and Rhydon). Gen V: Munna (love Musharna tough). Gen VI: Binacle and Barbaracle (I though they were fake the first time I saw them). Gen VII: Gumshoos and Celeswaifu.
Back
Top