• 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.
K
Reaction score
178

Profile posts Latest activity Postings About

  • I'm in UTC -5, so it's 10:12 PM where I'm at. Lemme get the screenshots, it'll take like 5 minutes :) I'll edit this VM once I have them.
    Woah, that's a lot of stuff xD
    Also, I noticed, when I changed to another pokemon, like Chimecho, or something not as close to Nidoran F like Nidorina, there were even more byte changes. Want me to put a picture of those?
    Also, good luck in your report :)
    I have not, guidance would actually be great. And it wasn't really gonna be Turtwig, that was just for testing, lol.
    But what if you can use algebra to not need extra addition.

    Say we have a catch rate of 20. And it has a +40 for being heavy. We want to multiply the catchrate by a ball bonus (x) to obtain 60 (20+40).

    So x will always be equal to (C + heavyweight) / C . This x now has the correct ball bonus.

    So looking at knizz' disassembly calling these routines division will give us the ball bonus to 0 decimal places... I don't know how the remainder will fit in.

    So essentially put (C + heavyweight) = r0 and C = r1.

    I'll find a way to get the remainder working by tomorrow. I need sleep now
    Yeah, you've got integer division, look in knizz' disassembly or here. The thing with the heavy ball is I haven't yet looked where to add a value to the final catch rate. As for the registers, you can use r0-r3 as with most routines, r4 because it's the result, and others you will have to push.
    Well, lsr will indeed set the carry, but it wil be overwritten by the cmp, making it just 8. And I recommend vba-sdl-h and knizz' disassembly (see the credits) for debugging.
    That's the thing, a ton of graphics are stored in the E80000 area. However some graphics refuse to load once leaving that area (the titlescreen has some) and I can never figure it out. It is almost hit or miss.
    Oh there's nothing wrong with anything, the tool works on a clean ROM, and the stones do too. I might keep trying to get the ini to work!
    The source code for the tool is on GitHub. All of my notes on evolution should be there too.

    Mind telling me what is wrong? It may be your stones and not the evo hack.
    The hack is going good due to the poketch
    I guess after Valley Windworks
    Nah I don't need any help :D
    OMGGGGG! I'm a loser...
    So that auxillary table hey! How did I miss them... anyhoo, I really suck at theis sending stuff. I think I owe you at least some overworlds to maybe insert... Or Trainer Sprites?
    not a problem at all to extend. The tutorial also says how to fix them not playing right. It's about the sample. It looks like this: 30 3c 00 00 XX XX XX XX FF 00 FF 00
    The XX is the pointer.
    Change it to 00 3c 00 00 XX XX XX XX FF 00 FF 00
    it will now play correctly.
  • Loading…
  • Loading…
  • Loading…
Back
Top