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

  1. K

    Hi, It’s been a while since I came here, I used to hack emerald but more or less lost every...

    Hi, It’s been a while since I came here, I used to hack emerald but more or less lost every ressource I had. Most of them I can find on the internet except for the emerald IDB database. Do you happen to have one? Thank you!
  2. K

    It means the routine must probably be rewritten, I haven't looked back at what it does yet One...

    It means the routine must probably be rewritten, I haven't looked back at what it does yet One last thing you can try is removing the two first indexes at the beginning of silvally/eevee tables, the "SilvallyNormal, SilvallyNormal," Otherwise you'd have to change the routine to account for you...
  3. K

    Something like this https://hastebin.com/qakuhapate.makefile

    Something like this https://hastebin.com/qakuhapate.makefile
  4. K

    What could work is removing the 0 at the end of the first two tables, create two new sets of...

    What could work is removing the 0 at the end of the first two tables, create two new sets of items for silvally and eevee. The reason you only get arceus, is that at the time I've done this, I assumed the only mon that could be transformed through holding a plate was arceus
  5. K

    Show me your routine, I'll see what I can do

    Show me your routine, I'll see what I can do
  6. K

    Have you tried adding more entries in the table following the same pattern ?

    Have you tried adding more entries in the table following the same pattern ?
  7. K

    You'll have to be more accurate, what exactly do you want to achieve here ? Have more than 17 or...

    You'll have to be more accurate, what exactly do you want to achieve here ? Have more than 17 or 18 forms of arceus ?
  8. K

    [ASM & Hex✓] Help with this ASM routine for evolution based on a flag.

    This routine looks completely broken to me, I'm surprised it doesn't crash all the time. Maybe try this : .text .align 2 .thumb .thumb_func .global setflagevo main: push {r0-r7} add r0, r6, r7 lsl r0, r0, #0x3 add r0, r2, r0 add r3, r0, r3 ldrh r2, [r3, #0x2] mov r0, r8 @ THIS is...
  9. K

    Development: Dynamic Pokémon Data

    In the Generation III games, almost everything in the data of a pokémon is dynamic. Moves, level, IVs, EVs, nickname. But there are things that have always been tied to their 0x1C bytes-long data in the ROM, like type, abilities -you can only have two different-, basestats. I always found that...
  10. K

    Hey So, I messed around with the pokemon data, and was able to reorganize them completely...

    Hey So, I messed around with the pokemon data, and was able to reorganize them completely without using a decomp. So, that's a thing if you're interested. I also looked at the list of bugs present. Maybe that's the best place to start. I have a pretty good idea on how to fix number of them. Just...
  11. K

    Glad to come back for a little while actually! Everything is fine IRL, I hope it is for you too...

    Glad to come back for a little while actually! Everything is fine IRL, I hope it is for you too. Weird times ! Anyways! Yes I did have some specific things in mind actually! Not music, that not my thing at all :p Some of the ideas I have depend on whether you will use the decomp/CFRU or not. I...
  12. K

    Hey Sphice, how you're doing ? I haven't been here for a few years, and I've seen the progress...

    Hey Sphice, how you're doing ? I haven't been here for a few years, and I've seen the progress on Gaia, it's incredible. I have some free time currently, whith all the things going on, so I'm slowly getting back in RH. I thought I could help developping/improving features for Gaia, if you're...
  13. K

    Hey Sorry but I'm not really active as you probably noticed Glad you made it work though...

    Hey Sorry but I'm not really active as you probably noticed Glad you made it work though! However, the routine is old and after giving a glance at it, it doesn't seem safe to me. Like r9 is used without saving its content, maybe that's why some commands don't work
  14. K

    Quick Research & Development Thread

    In addition to that, you can also change the total of EV each pokémon can get:
  15. K

    Hi, it's been a while How are you? At least regarding Rom hacking, I can see you're doing...

    Hi, it's been a while How are you? At least regarding Rom hacking, I can see you're doing great. Congrats for you work! I wanted to get back into rom hacking, but it seems everyone left the IRC chat, I guess you're all on discord now, could you give me a link or something? Anyways, keep it up...
Back
Top