0m3ga_S1nn3r
Beginner Hacker :)
- 80
- Posts
- 17
- Years
- In my house
- Seen Dec 18, 2008
Score_Under is great... isn't he!It works! Thank you SO much! Now text editing can be fun again :D
Score_Under is great... isn't he!It works! Thank you SO much! Now text editing can be fun again :D
So just random numbers?!? A screen-shot would be most appricieted.this is a weird script editor because when i load a rom some random numbers and letters come up, why ?
You don't open it with File->Open, you open it with Rom Tools-> Open ROM, or click the icon on the toolbar that looks like a hard-disk.this is a weird script editor because when i load a rom some random numbers and letters come up, why ?
You have an old (possibly buggy) version of advancemap. To get up to date: link.I was doing your guide for it and i got to the Advance Map thing but my advance map doesnt have that option what do i do? the one were you set the program to read yours
A flag is a number used to keep an event from happening again (analogous to a numbered checklist).Can anyone tell me what a flag is in scriptgen.
You do know that you could either read the first post for that information or download the source and see for your self. If you are too lazy to do that, I doubt you can help programming this.What is this written in? Yes, all of a sudden I am interested in writing programs.
score_under said:Tech stuff:
PKSV is a GPL-licenced decompiler and compiler for Pokémon Advance ROMs, currently with only one developer - me!
If you get PKSVUI, there are 2 executables: pksvui.exe is the frontend (the graphical IDE) and pksv.exe is the backend.
It is programmed in a mixture of C and ASM, and compiled with MinGW (and passing the -O2 switch to the compiler which reduces filesize, at the expense of being slightly more difficult to debug).
If anyone wanted to know, that annoying crashing bug was a result of a misplaced addition (supposed to be inside an "if") causing memory 1 byte after the command-line argument list to be read. This didn't crash most XPSP2 computers, but caused serious problems on some others.