1 page
^^
vv
List results:
Search options:
Use \ before commas in usernames
I don't know how to make Xkas to work.
When I double-click the marked spot a window pops up but for only 3m.s and then it closes
however I can make other ASM patches to work.
Please help!





Thread title: 
The pic shows you how you run Xkas. First, change the directory to go into your xkas folder, then type "xkas theasmfilehere.asm theromhere.smc"

attachment:
Yo.
Not sure if this a large specification, but if you're compiling for a Super Metroid rom (or another SNES rom,) you want to make sure you've grabbed bhu's deprecated version of xkas. It can be found at http://byuu.cinnamonpirate.com/programming/; grab it from the "Discontinued" section. Good luck!
Quote from Deep_Space_Observer:
The pic shows you how you run Xkas. First, change the directory to go into your xkas folder, then type "xkas theasmfilehere.asm theromhere.smc"


I already know that.
The problem is that I can't open the marked file.
You aren't supposed to "open" Xkas like that. Why would you even need to?
Acclaimed Threshold
Constant Sorrows
Xkas doesn't have a frontend, you need to open it through command prompt, using the instructions DSO provided in that screenshot.
--Lawrence of Arrakis--
Zhs2:

Quote from Zhs2:
Not sure if this a large specification, but if you're compiling for a Super Metroid rom (or another SNES rom,) you want to make sure you've grabbed bhu's deprecated version of xkas. It can be found at http://byuu.cinnamonpirate.com/programming/; grab it from the "Discontinued" section. Good luck!


Not necessarily. The particularly evident difference between versions of xkas is the syntax. You can write whatever code you want to with the new one for whatever game you want. PJBoy actually uses the new one iirc. Either way, I only use the old one so I can ask the guys on #jzd how to do stuff and they'll be able to give me definite answers, as most of them use the old one as well. I probably should use the new one anyway...


Steyiak:

Go make yourself a batch file. I assume you're trying to compile my boostball code, right? I included a batch file in it. If you aren't too familiar with the concept of batch files, run a google search on them. A batch file basically copies whatever text you put into the file into a command prompt window when you double click on it. It automates the step of typing the same thing over and over again.


Everybody else:

I've been tending to spend more of my time on other things lately. I'll probably be taking another break from hacking for a while. Go ahead and cry some rivers or whatever, I'll be back.
Wait a minute...

Is Xkas useful only to compine ASM patches with a Rom?
Acclaimed Threshold
Constant Sorrows
Quote from Deep_Space_Observer:
You type the code in notepad and save it as a .asm file.


DUN DUN DUNN!
Acclaimed Threshold
Constant Sorrows
Yeah, it's a compiler, that's kind of what it does.
Quote from Deep_Space_Observer:
You type the code in notepad and save it as a .asm file.


Thanks.
I though that the marked file would create a ASM file.
Then how do I create a ASM file?
You type the code in notepad and save it as a .asm file.