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

  1. H

    [Other] Making new items [FIRERED]

    So I've expanded the tables for the items and all that, and now I need to give the items an effect. I was thinking of using a tool like Item Manager, but there's all these specials and all that. And I'm planning to make some items that are from GEN IV, so I'm going to make some asm routines for...
  2. H

    [Other] Script not compiling

    So I can use goto to go to a pointer that came before the command? Like if on line 1 i have #org @lol and i line 45 i put goto @lol it would still work?
  3. H

    [Other] Script blacks out when talked to

    So I should just change the flags and it will work? Thanks!
  4. H

    [Other] Script blacks out when talked to

    So I wrote a script to give the player a pokemon, then some pokeballs, and finally a battle. When I plug it into the game, the script just fadescreens and gets stuck there. Help? (Sorry for the consistent help threads) XDD
  5. H

    [Other] Script not compiling

    Could you explain a little more? Did you mean to check if line 75 was written right? Because i wrote [msgbox @chapples 0x5] and defined @chapples like 10 lines down.
  6. H

    [Other] Script not compiling

    Hi guys, I'm writing a script to replace the traditional starter pokemon script. I made one where a person asks you three yes/no questions and if you say yes, the person gives you a pokemon and leaves. When I try to compile the script in XSE, it keeps on giving an error, which I have linked a...
  7. H

    [Other✓] Script not working as it should

    So all I have to do is add the release command if the flag is set, then change the people id of the sprite to one of the flags in the list and the rest should work? BTW is the sprites in a-map properly placed? Like is the fields on the right hand pane properly filled out with the "unknown"s and...
  8. H

    [Other✓] Script not working as it should

    lol thanks and btw this is firered XD sorry for not mentioning it so that list would help a lot
  9. H

    [Other✓] Script not working as it should

    So I'm writing a script where if the player steps on a green S tile with a script, then a person event rushes up to them, says some stuff, then battles them, and leaves. I wanted the person event to be hidden until the script is activated (to make it seem like they were coming from afar) and I...
  10. H

    Hey! I was just wandering about your ips patch for pokemon sprite animations. I plan to use it...

    Hey! I was just wandering about your ips patch for pokemon sprite animations. I plan to use it, with credits given, and I was wondering how many frames it can support.
  11. H

    Development: Animated Sprites in Ruby and FireRed

    Hey, do you think we could do this for trainer sprites in battle as well?
  12. H

    Thanks XP that makes life easier

    Thanks XP that makes life easier
  13. H

    [Other✓] 4th/5th Gen Abilities in 3rd Gen Games?

    You don't have to know what hex are used for each character. What I did for each description was I wrote a script with a string like #dynamic 0x0800000 #org @string = This is a description for our new\nability. and then implemented it. Then in PGE I just repointed the description offset. As...
  14. H

    so like in this equation: Xn+1 = [(a * Xn) + c] mod m, it would be Xn plus one equals Xn...

    so like in this equation: Xn+1 = [(a * Xn) + c] mod m, it would be Xn plus one equals Xn multiplied by "a" and then added to "c" and the result of [(a * Xn) + c] would be divided by m, right? and i know what you mean. i got this like 4 hours later XP
Back
Top