Recent content by opakedragon

  1. O

    Simple Modifications Directory

    I didn't have any softlocks when I implemented this.
  2. O

    Simple Modifications Directory

    This snippet needs to be placed after the "else if (JOY_NEW(B_BUTTON))" statement in that method not at the end of the method (inside the last bracket before the end bracket). It should look like this: Also I looked into the code and it seems to make "gMain.newKeys & R_BUTTON" obsolete...
  3. O

    [Pokeemerald] Capture/Battle Combos

    Can you be more specific? how does one add it? Why do you turn the dynamic values (USE_RANDOM_IVS, MAX_IV_MASK; seen below) with static values (quoted) in src/pokemon.c? The values are effectively identical. Are your edits from a previous pret/pokeemerald commit? Does not appear to be...
  4. O

    Simple Modifications Directory

    Thanks! May I request a reply to this post if you update it, please?
  5. O

    Simple Modifications Directory

    In the wiki it says: But this `if` statement is missing in the `ItemUseCB_Medicine` function.
  6. O

    [Battle✓] Changing Battle Speed

    Has there been any progress on this front?
  7. O

    [Script] [EM] Adding a msg to a battle script

    Hello All! I am trying my hand at scripting using pokeemerald. I have a small base of knowledge regarding c++, but this is a totally different beast. I am having a hard time understanding how the battle_message(.c)s are actually sent to a msgbox. I have tried to trace the text from...
  8. O

    Tool: DNS - Day, Night and Seasons

    Does anyone have the source code for the RTC and DAN? Obviously I have the hex code that this tool produces but I want to understand how it works to implement something with it.
  9. O

    Code: ASM Resource Thread

    Would you be willing to reshare the script (the link is no longer working) in code tags? I am relatively new and trying to figure this stuff out.
  10. O

    FireRed hack: Pokémon Throwback v211001: Kanto, Your Way

    I investigated the Legendary Beasts and managed to caputure them all. Can anyone assist with the day/night system? I don't know how to turn it on. It is the last thing I need to finish my national dex. Do I need to find my own room hack to apply to the ROM? Or is there a flag I need to change...
  11. O

    FireRed hack: Pokémon Throwback v211001: Kanto, Your Way

    Hey folks, I have gotten most of the Pokemon but I still need to evolve Eevee via day/night high friendship and I need to get the two other legendary beasts (some call them legendary dogs), but I do not know how to go about it because they are not available in the vanilla FireRed. Do I just...
  12. O

    FireRed hack: Pokémon Throwback v211001: Kanto, Your Way

    In the download there is a folder called ASM with three files (Umbreon.asm, rtc.asm, and Espeon.asm), but there are no instructions on how to use them. I assume they are for implementation of the day night system so we could evolve Eevee into Espeon and Umbreon, but I don't want to mess anything up.
  13. O

    FireRed hack: Pokémon Throwback v211001: Kanto, Your Way

    Hey so I eventually found a Tauros in Area 3, but I did find more Pinsir as I looked. I have recently (past 36hr?) familiarizing myself with the tools of hacking ROMs and trying to script a single player BERRY CRUSH (turns out I spent waaaaaaaay too much energy trying to figure that out because...
Back
Top