Recent content by colcolstyles

  1. C

    Emblem master-list / request thread

    Hey-o. May I have a "Manly Ex-Staff" emblem, please?
  2. C

    Script Help Thread (DO NOT REQUEST SCRIPTS)

    Try this: #define V_DAY 0x8005 #define V_HOUR 0x8006 #define V_MIN 0x8007 #erase 0x800000 0x1000 #dynamic 0x800000 #org @main call @day call @hour setvar V_MIN 0 copybyte 0x20370C6 0x3005543 buffernumber 2 V_MIN compare V_HOUR 10 if B_>= goto @ht compare V_MIN 010 if B_< goto @nhm msgbox...
  3. C

    Script Help Thread (DO NOT REQUEST SCRIPTS)

    Yup, as long as you use the "#include" preprocessing directive with "stditems.rbh". Also, you can just use "1" instead of "0x1" if you want.
  4. C

    FireRed hack: Pokemon Dimension Legends:Alternate Worlds

    lucexpress, please don't revive threads that have been dead for over a month. Closed
  5. C

    Script Help Thread (DO NOT REQUEST SCRIPTS)

    The third parameter is not a buffer. It determines the text that is displayed. The options (MSG_OBTAIN and MSG_FIND) will display something along the lines of "PLAYER obtained/found a ITEM" depending on which value is used. Also, you should just insert a "#include stditems.rbh" statement at the...
  6. C

    FireRed hack: Roguelike Fire Red

    But what if the player has pokémon deposited in the PC?
  7. C

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

    Try this post. Why are you using Tile Molester to insert a tile map? Tile Molester is for editing & inserting graphics. Tile maps are not graphics (more like data/metadata) and can be inserted with a hex editor or even unLZ if it needs to be compressed.
  8. C

    Originality

    So what's your plan to help improve the originality of hacks?
  9. C

    Script Help Thread (DO NOT REQUEST SCRIPTS)

    You told the game to "goto" the naming script so the return command doesn't function correctly. If you change the "goto" to "call," it should work. Also, the question mark glitch is caused by not initializing variable 0x8004 to the number of the pokemon that you want to nickname. Changes are in...
  10. C

    XSE vs. Pokéscript

    Please don't post unless you know what you're talking about. And pokescript is not good for anyone, novice or not. It's because of people like you that people still use pokescript over XSE.
  11. C

    XSE vs. Pokéscript

    XSE. There is no debate. I don't know why people continue to think that Pokéscript is an option. It's not. Don't use it. Ever.
  12. C

    ROM Hacking Discussions

    No, it is not wrong. If you haven't asked the original creator and gotten their consent, it doesn't matter. You have every right to remake/ alter their hack in any way shape or form because that's what every hack is. Video game creators put a lot of time and effort into their games so they...
  13. C

    Development: Adding New Moves to Gen 3

    Yeah, I've been doing some research and that seems to be the case. In Emerald, the table of animation scripts is at 0x2c8d6c and the table of animation commands is at 0x525e98. I only just started so I don't know what the majority of the commands do but (and these are just educated guesses) 0x00...
  14. C

    Sierra's MEGA-HUGE XSE Scripting Tutorial

    Did you make sure that flag 0x405 is not set before stepping on the tile? Because if it's set, the script won't activate.
  15. C

    Development: The 4th gen class split in 3rd gen

    While writing up a reply to this question, I realized that the hijack was a very kludgey means of accomplishing something which could be done a lot more simply. So I removed the hijack part and replaced it with a simple byte edit at 0x69bcc which does the same thing. Once again, I've re-uploaded...
Back
Top