Language…
21 users online: Aguiar Salsicha, elegist, Green, Hammerer, Heitor Porfirio,  idol, Maw, Metal-Yoshi94, playagmes169, ppp9q,  Saphros,  Sayuri, Silver_Revolver, SMW Magic, Sweetdude,  Telinc1, The_Uber_Camper, TheKazooBloccGosh, TheXander, tOaO,  yoshi3706 - Guests: 480 - Bots: 330
Users: 64,795 (2,374 active)
Latest user: mathew

UberASM question

So I was trying to insert a patch using UberASm, but when I run UberASM, I get this message:
Code
Line 26 - error: ROM file does not exist.

How could I fix this? I tried changing the name to my ROM hack and I clicked save, but nothing worked.
You don't insert patches using UberASM, you use asar for that.

If you're talking about UberASM code though, you'll need to open list.txt and change the rom name in there. (Probably line 26 judging by the error) or pass it to the tool via command line.
Originally posted by TheBiob
You don't insert patches using UberASM, you use asar for that.

If you're talking about UberASM code though, you'll need to open list.txt and change the rom name in there. (Probably line 26 judging by the error) or pass it to the tool via command line.

I am talking about the code, and I did change the name of the rom name in list.txt. Yet still an error. I also tried asar just to make sure, and also got an error with asar. Thanks anyways!
If the rom is not in the same folder as uberasm tool try putting it there and use just the file name, not the path to it.

Also, make sure to not use special charachters, don't know how well the tool handles stuff like that.


Other than that I can't really tell without seeing it for myself.
Originally posted by TheBiob
If the rom is not in the same folder as uberasm tool try putting it there and use just the file name, not the path to it.

Also, make sure to not use special charachters, don't know how well the tool handles stuff like that.


Other than that I can't really tell without seeing it for myself.

To my surprise, that actually worked! Thanks!