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

  1. J

    Development: New Battle System

    Kleenexfeu has just told me about this, and I am definitely interested in helping or getting involved - especially since I need a battle engine myself and it makes sense to have the same battle engine at the core of my engine and your FireRed proposal. I can worry about porting it to C++ and to...
  2. J

    Research: Exploring Ruby and Emerald

    That's because the ASM code behind the damage calculator doesn't know whether to categorise moves of that type as physical or special, and so does neither - simply returning 1 as the final damage. It's fairly easy to fix with a little ASM knowledge, but fundamentally the change you're making is...
  3. J

    Quick Research & Development Thread

    You're not getting it, sadly. While it IS possible to do, and in fact should be fairly simple from a coding standpoint, it's not something that can feasibly achieved as a hack to an existing game. The GBA renders objects on a per object basis. Meaning that data for one object can be interpreted...
  4. J

    Quick Research & Development Thread

    Without significant hacking of the game, no. The GBA is technically able to support such a sprite, but you would need to have intimate knowledge of the OAM system and how the palettes can be used in such a manner. Basically, no, you can't do it.
  5. J

    Code: Move Resource Thread

    It's legal on an emulator, but not on the real hardware. Good catch, as I missed this. Also this: Can be combined into a single check: #org @hex jumpifstatus 0x0 0xFF @doubledamage goto 0x81D6900 #org @doubledamage setbyte damagemultiplier 0x2 goto 0x81D6900
  6. J

    Code: Move Resource Thread

    Then you have chosen poorly. When writing a script or a programme of any description, the last thing you should be concerned about is the ROM space, as there is 114 times as much ROM space as there is RAM space in a GBA ROM (assuming a 32 meg ROM). But that isn't even the biggest issue. Your...
  7. J

    "This is unfair that all young hackers ideas was dissbaned and everyone blindly follow...

    "This is unfair that all young hackers ideas was dissbaned and everyone blindly follow progresses of JAMBO51 and other most famous hackers." Seriously? Are you really that cowardly and pathetic? At no stage did any of us ever forbid you from attempting to come up with alternative solutions...
  8. J

    More pertinently, if you have a problem with what we've said or done, tell us to our faces...

    More pertinently, if you have a problem with what we've said or done, tell us to our faces instead of being a little snide *censored for my own good*. It's not clever or in any way brave to whine about us behind our backs on other people's threads. Have some dignity.
  9. J

    Really? You don't seem to understand that myself and karatekid552 are actually trying to help...

    Really? You don't seem to understand that myself and karatekid552 are actually trying to help your development as a hacker. Snide remarks like your one on the platinum blue and red thread aren't going to win you any friends, and could get you into bother. I implore you, listen to our advice, we...
  10. J

    Expanding Pokedex Entries for RUBY

    No, you don't understand what I'm saying at all. Your method is far from safe and what I posted is not spam. It is a legitimate warning to anybody who is considering following this "tutorial" which does not deal with any of the actual major issues related to the Pokédex. FACT: Ruby's (and...
  11. J

    Expanding Pokedex Entries for RUBY

    This method does not work. Both myself and karatekid552 have said so on several occasions. 1) You do not account for the seen and caught flags, meaning this works purely by dumb luck for the first 25, and not at all for any above that. 2) It will NOT work on FR, LG or Emerald, because all 3 of...
  12. J

    Research: Keeping TMs After Use

    Actually, everyone always uses FireRed 1.0, not 1.1. Not entirely sure why this is, but if you look around the site, you'll see plenty of threads for fixing the bugs left by Game Freak in 1.0. Reason this matters is that 1.0 and 1.1 have differing locations for many of their structures and only...
  13. J

    Development: The Follow Me Script

    You are correct. NPC movement in general is handled purely by ASM code mixed with a little lookup table (trust me, I checked this one out myself when I was developing my own version of this). Said lookup table has 9 entries, of which only 5 are ever used. I can't recall where this lookup table...
  14. J

    People, please stop bombarding me with random friends requests. I don't accept them from people...

    People, please stop bombarding me with random friends requests. I don't accept them from people I don't know. Also, in case you somehow missed it, I have quit hacking and have started working on a homebrew engine instead.
  15. J

    Thanks man, you too. :)

    Thanks man, you too. :)
Back
Top