• 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 Team Embrace

  1. T

    Script: Essentials Deluxe [v20.1] [DEPRECATED]

    “ Battle Deluxe/Midbattle_Config script. In here, you will find this module. You can create and store specific mid-battle hashes here, and then simply call on them in your events. For example, in this file, there is a defined hash called DEMO_WILD_ROTOM.” I’m trying to make the double battle...
  2. T

    Script: Essentials Deluxe [v20.1] [DEPRECATED]

    I am trying to add the double battle to mid battle config but get this error: [2022-11-14 11:16:17 -0600] [Pokémon Essentials version 20.1] [v20.1 Hotfixes 1.0.4] Error in Plugin: [Essentials Deluxe] Exception: SyntaxError Message: [Essentials Deluxe] Midbattle_Config.rb:209: syntax error...
  3. T

    [ASM & Hex✓] help with inserting the colored stats for Ruby routine

    hi guys I'm having trouble with my Ruby ROM hack inserting ASM code specifically the colored stats by nature routine. The original instructions to do this are "After compiling the routine in a free offset, go to 0x09FFBC and overwrite the bytes with 00480047xxxxxx08. Instead of the XX, will...
  4. T

    [Other] How To Add My New Item ?

    try this tutorial and see if it helps Luiz https://www.pokecommunity.com/showthread.php?t=258426 a follow-up question would be what Pokémon Rom(Game) are you hacking? If it is fire red or emerald there are a lot of resources for those games but for example hacking Pokémon Ruby will prove more...
  5. T

    [ASM & Hex] Wally ralts fight offsets for ruby?

    I saw those offsets posted a while back but can't find them now.. Any help is great!
  6. T

    [Script] [firered] Location/offset of the flying map?

    I am trying to make HM fly be called from an item. Is their already a single special command (like special 0x0 for healing) that pulls up the map that allows the player to pick a town to fly to?
  7. T

    [ASM & Hex✓] Finding surf offset in hex?[Emerald]

    I am trying to learn how to search for things in hex did the above on a clean Emerald Rom search for checkattack had zero results. Any idea why I can't find it? The OP of the quote seems to have found it without issue. OG by Danny0317 on p.22 of Quick R&D
  8. T

    [Tool] Can't Give Trainers Newly Added Pokemon

    forgot to quote.. Try G3T link :https://www.pokecommunity.com/showthread.php?t=311461
  9. T

    [Tool] Can't Give Trainers Newly Added Pokemon

    Try G3T link :https://www.pokecommunity.com/showthread.php?t=311461
  10. T

    Code: ASM Resource Thread

    Naming the Rival from the Overworld: OG post by tajaros
  11. T

    [Script] How To Write a "Trade Script"? (Advance Map/XSE)

    @JustinCG2807 to follow the Guide in XSE you need a program to edit/add to the trades in your ROM. Here's a link: http://www.mediafire.com/?e6i197rjo2jp2jc
  12. T

    [Script] How To Write a "Trade Script"? (Advance Map/XSE)

    The trading scripts used by the game use assembly language (also called ASM) code to both verify you have selected the right Pokémon for trading and to set which Pokémon will be traded to you. I'm actually in the process of trying to unravel the trading script secrets as well. Until I figured it...
  13. T

    Code: ASM Resource Thread

    Thanks for your reply Super Dark. I think my last post wasn't clear enough I am not talking about updating an editor's tool like PGE to support the expanded move table I've already done that. What I'm asking about is how to update Andrea's ASM routine to support the expanded move table in my...
  14. T

    Code: ASM Resource Thread

    Hey everybody. First I would like to thank Andrea for successfully porting the physical/special split to Pokémon Ruby. Can someone take his ASM routine and update it to work with an expanded move table? In my modification the attack table starts at offset 0x900000. If more information is...
  15. T

    [ASM & Hex] Physical/special split with expanded attack table?

    Hi everyone. I'm working on a hack of Pokémon Ruby and have managed to follow destinedjagold's tutorial (https://www.pokecommunity.com/showthread.php?t=309896) on how to expand the attack table. I'm now attempting to follow Andrea's tutorial...
Back
Top