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

  1. A

    [Script] help with checkflag

    After a bit more research while developing other parts of my hack, I realized the problem. This tile script I placed was using var 0x4050, which the value is changed to 0x1 after the first time you meet Prof Oak. (found that tidbit here Since the tile script stops working when the value is...
  2. A

    [Script] Changing text from special menus

    Obviously this thread is very old now and you most likely figured out how to achieve this already, but in case anyone else is trying to do something like this, here goes. The easiest way to change this text is probably to use a hex editor (if you're comfortable with it). Using the list of values...
  3. A

    Flags, Vars, & Script Tiles

    Awesome post! It will come in handy the more I get into scripting!
  4. A

    ASM Tutorials

    I am very noobish with ASM right now and I find it intimidating because of how tedious it appears to be to make advanced routines... nonetheless, these tutorials are very informative and very well put together! Thanks!
  5. A

    Sierra's MEGA-HUGE XSE Scripting Tutorial

    Very handy tutorial! I'm just getting started with scripting, and I'm sure I will be jumping back for keywords and values often!
  6. A

    Tool: Text Hex Convert

    This has helped me out a few times already! Makes it easy to search for test via hex strings!
  7. A

    [Script] help with checkflag

    I am trying to make a script to turn the player around if they try to enter a door I placed in Oak's lab (Fire Red). The script seems to work in the beginning, before trying to leave Pallet Town, but after Oak brings you to his lab it no longer works. Here is my code so far. I am attempting to...
Back
Top