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

  1. D

    Help Thread: Quick Questions & Answers

    I added a bunch of new tiles, music, and progressive scripts to my hack, quite a bit of work off an on when I have time. To view all the progress in game I was loading saved states until I did a trial run from the beginning and after I got through naming my character in the oak intro instead of...
  2. D

    Development: ipatix' High Quality Sound Mixer | V2.1 released!

    Yeah i tried it on a clean new fire red rom and it works fine i guess something on my current modified rom is preventing the routine from working properly. Nice job on this sounds really good when i import songs to the clean rom.
  3. D

    Development: ipatix' High Quality Sound Mixer | V2.1 released!

    Mmmph so i changed the start of your routine so i could use it for fire red and inserted it at 0x800660 then i entered this pointer: (60 06 80 08) at 0x1DD0B4 and the game freezes everytime it tries to play sound i also tried (61 06 80 08) the plus 1 thumb pointer and still no good so i'm...
  4. D

    Research: Pre-Battle Mugshots in FireRed

    Mmmph...for the last routine I inserted my table location but I'm not 100% sure how to put the pointers to the games existing palettes...I know dumb but inexperienced simple problem Code: ... table2: .word 0x08800790 ... I always get the picture of the sprites hand starting to...
  5. D

    Script Help Thread (DO NOT REQUEST SCRIPTS)

    I was just wondering if someone could explain to me how the "set world map" script work such as the one in saffron city in fire red: '--------------- #org 0x167365 setworldmapflag 0x89A checkflag 0x23C if 0x0 call 0x8167372 end '--------------- #org 0x167372 movesprite2 0x6 0x21 0x1F return
  6. D

    FireRed hack: Pokemon Battle Brown

    Looks good and sounds very Canadian keep up the great work!
  7. D

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    Well I only documented the offset of one of my asm routines; the trainer class based music one, in case I wanted to go back and add more music specific battles. That asm was at 0x850150. I had two other routines but I don't remember where I inserted them specifically. One was to make your player...
  8. D

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    So I have done quite a bit of work on a hack ive been playing around with...dreadfully worked with lots of music and then imported it, did asm routines, sprites, palettes; I did a lot of mapping and scripting yada yada a lot of time you know. Anyway I had someone test it out and it was all...
  9. D

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    No matter what map I run this script on either the screen goes black upon entering the map or upon successfully entering the map and stepping on the script box the script will only run halfway through and then the script freezes and your stuck hearing the background music and seeing endless...
  10. D

    [Fire Red]: Class Based Trainer Battle Music

    Here's a YouTube tutorial for this: youtube.com/watch?v=EtlUiGeydHQ
  11. D

    Tool: Galooloo's sappy.xml

    I've downloaded six different sappy files, mod 15, 16, 17, and this Galooloo's sappy.xml and no matter what I do I still get the: "RUNTIME ERROR 339" MISSING THE GODAMM vbakCbEx6.ocv FILE! Please tell me what The hell is wrong, I'm running windows vista 64 bit, and I'm having no sucess...
  12. D

    Script Help Thread (DO NOT REQUEST SCRIPTS)

    Yeah haha I was looking at it and I realized I missed it I was going to post that I'm an idiot before anyone replied but you beat me to it.
  13. D

    Script Help Thread (DO NOT REQUEST SCRIPTS)

    Whenever I try to compile this script I get the following error: "No#org/seek directives found" any suggestions? SCRIPT: #dynamic 0x805300 lockall checkflag 0x1391 if 0x1 goto @done checkflag 0x1385 if 0x1 goto @start releaseall end #org @start setweather 0x5...
Back
Top