This is kind of newbish, but I need some help. I'm trying to do an asm hack for a game gear game and am not sure what the best way to go about it is. I've traced through to the code I want to edit using MEKA's debugger and I can find the what I'm trying to edit in its memory editor, but the program won't let me directly edit the asm. Is it possible to directly edit the game like this a la fceuxd sp? Or is there a way to determine where exactly in the rom the code is so it can be edited that way?
If it can't be done that way, then could someone help me use WLA DX properly? I'm using a disassembler called smsexamine which generates code for wla dx, but every time I try to assemble the mess, all I get is a file with the instructions on how to use the program. As this is my first asm hack I'm very lost and would appreciate any guidance.