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

  1. DrFuji

    wait no way is that mr giradalka that one guy who makes the good doot doots???

    wait no way is that mr giradalka that one guy who makes the good doot doots???
  2. DrFuji

    :ooooo

    :ooooo
  3. DrFuji

    ahhh scary

    ahhh scary
  4. DrFuji

    Totally, are you available on Saturday night your time?

    Totally, are you available on Saturday night your time?
  5. DrFuji

    hello bestie. am good how u??

    hello bestie. am good how u??
  6. DrFuji

    Help with Pedometer / Step-Counter Script

    The garbled part of the script is because the loadpointer command is only supposed to load text, rather than other scripting commands. XSE is trying to display all of the commands as a text string which obviously doesn't work out too well, but the data should still be okay in-game :P I'm not...
  7. DrFuji

    Help with Pedometer / Step-Counter Script

    The variable 0x4025 is only used for Daisy's massages in the post-game. It counts up to a max of 500 steps so while it works as a pedometer, its somewhat limited. Here's a type 2 level script that utilises the CFRU pedometer system that should do what you're looking for with some comments to...
  8. DrFuji

    [Script] An error, please help!

    The issue is that that the variable LASTRESULT isn't being parsed correctly into becoming 0x800D. I suspect that you're using an outdated version of XSE so try using this one. Alternatively, you could replace both instances of LASTRESULT in your script into 0x800D.
  9. DrFuji

    [Other] B/W Repel System Script compile error

    Your XSE probably doesn't have the defines for operators like 'b_>='. Thankfully these operators can be expressed via values instead. Try this script: #dynamic 0x800000 #org @Main lock checkitem 0x800E 1 compare 0x800D 0x1 if 0x4 goto @ThereAreMore msgbox @RepelExpired 0x3 release end #org...
  10. DrFuji

    FireRed hack: Pokémon FireRed: Rocket Edition (Completed)

    Moved to the ROM Hacks Studio~ Congrats on finishing the game. I've got to take a peek and see what you've added now :P
  11. DrFuji

    [Script✓] Help with custom debug menu script

    For the commands that you're having issues with, aside from switching to the decomps and changing things in there, the best way to get them to work would require using eval (missingyep uses a more complicated version of what I use but they have the same result). It basically involves setting up...
  12. DrFuji

    You can still show those battle images, you just need to add three more screenshots that meet...

    You can still show those battle images, you just need to add three more screenshots that meet the requirements. Six is only a minimum number, not the maximum.
  13. DrFuji

    [Other] XSE crashes everytime I compile a script

    When I tried to compile your script, I got two 'subscript out of range errors' as you're using some characters that don't exist in XSE. You need to change all of the ellipses into '[.]' (there's 14 problematic ones and 17 triple full-stops in your script) and the apostrophe in the @org13 string...
  14. DrFuji

    Advanced Map: World Map Editor not working?

    A-Map 1.95 doesn't support world map editing, you'll have to use 1.92 instead.
  15. DrFuji

    Can't Activate Scripts in the Safari Zone Secret House? (and why are some maps linked?)

    For your script, it seems like you've mixed up the 'var number' and 'var value' boxes in A-Map. As its set up right now, you're checking if variable 0x0 has a value of 0x4017, which as you've experienced, isn't healthy for the ROM. As for the linked maps, that's a pretty common thing that...
Back
Top