Recent content by score_under

  1. S

    Tool: PKSV - Pokémon Script Editor + GUI

    OK, if I ever decide to release a new version (I probably will.... some time... in a few years... :P) then I'm going to make a little indicator as to whether the ROM is open or not.
  2. S

    Tool: PKSV - Pokémon Script Editor + GUI

    The "GBA Only" item is just a label to say that the ROM lock/unlock tool works only on GBA ROMs.
  3. S

    Tool: PKSV - Pokémon Script Editor + GUI

    Which is why there are 2 notepads - one under the "swiss army knife" button on the toolbar, and one when you press ctrl+L. The former is used for taking down any and all info that you need, while the latter is used to catalogue any flags you encounter (by default, it's filled with a small...
  4. S

    Tool: PKSV - Pokémon Script Editor + GUI

    They're just an ID - if you've ever done algebra in mathematics, or if you've ever written a program, you'll know what a variable is. A flag is a variable that has 2 values - set (true) and cleared (false). It starts as cleared. The value you send to setflag/checkflag/etc is just a number which...
  5. S

    Tool: [Released] ASM Compilator

    So this is basically a frontend to another assembler? (Also, the logo... where to start? First off, the ASM example is just plain invalid on both GBA and X86, it seems to be some Frankenstein's monster hybrid of both. The ampersand is only used for hexadecimal in Visual Basic. "Compilator" isn't...
  6. S

    Tool: PKSV - Pokémon Script Editor + GUI

    You need to choose a flag (0x500 should do if you're unsure), set it at the end of the script, and set the Person ID of the sprite (in AdvanceMap) to this number.
  7. S

    Tool: PKSV - Pokémon Script Editor + GUI

    [,,False" impliziert einen logischen Fehler, wenn etwas völlig unwahr ist. Dieser Code ist nicht ,,unwahr", es hat nur einen Fehler - auf diesem Fall sagen wir, es ist ,,Wrong". Z.B. What is wrong (with this code)?] [Ich weiß noch nicht, wann "du" oder "Sie" benutzen.] Deine [Ihre?] Fehler...
  8. S

    Tool: BMD0 Tool Beta 0.5 - A NDS 3D Texture changer

    ... Hello? o_O Anyway, to the point: Are you sure this program is in a state fit to be released? At the moment, it seems like a stylized hex editor written entirely in German and in VB.NET. It doesn't really do anything that can't be done just as easily with a hex editor at the moment, and...
  9. S

    Tool: PKSV - Pokémon Script Editor + GUI

    Nosferatu_Alacard: In that case, I'm not entirely sure about what the source of the problem might be. If you flag the sprite as being a trainer, then the script may only start from the "trainerbattle" command. Try using script events on the ground instead.
  10. S

    Tool: PKSV - Pokémon Script Editor + GUI

    See if this works: #dyn 0x740000 #org @start checkflag 0x226 if true jump 0x81A7AE0 special 0x188 lock faceplayer checksound cry SUDOWOODO 2 waitcry pause 0x14 playsound 0x156 0x0 battle SUDOWOODO 7 IAPAPABERRY setflag 0x807 special 0x138 waitspecial clearflag 0x807 setflag 0x226 release end...
  11. S

    Tool: PKSV - Pokémon Script Editor + GUI

    If that's what you mean (..?), then I've shown the 2 main methods of opening the script.
  12. S

    Tool: PKSV - Pokémon Script Editor + GUI

    I usually try to discourage people from finding lists of flags, as it's pretty much a case of defining them as you go along. There are a few used in-game by ASM, but not very many. All the others are available for re-use in your own scripts (go with 0x500 upwards), assuming you're not going to...
  13. S

    Do you hallucinate?

    Don't worry, I'm sane too. Or rather, sane in the sense of not randomly hallucinating.
  14. S

    The April Fools day Thread

    That's not scary, that's awesome.
Back
Top