Hiei-YYH wrote:
Pal'Drem Mil'bereth wrote:
Thanks for the input, I'm fiddling with the NDS Convert now.
Edit:: Now I'm having some problems here's what I'm using
AR v1.52
Game ID:YF4E-99358F97
Original by Hiei Infinite Gil 220D8288 0098967F and the convert 020D8288 0098967F
This was a success, worked when using a new game
Original by Hiei Max Gil After Buying Something D2108FAC 00004AA0 12108FAE 0000603A and the convert 92108fac 00004aa0 02108FAE 0000603A This did nothing, the appropriate amount of gil was subtracted from my total when both buying and selling items.
Original by Hiei Max Gil After Selling Something D210908E 00002100 12109090 0000603A and the convert 9210908e00002100 02109090 0000603A This crashed when selling an item, the music kept playing but all buttons became unresponsive.
Anyone got any ideas on what I'm doing wrong? I'm stumped why the first one would work and the others not. All input was triple checked for possible user or equipment error.
you're using a 32bit write on a 16bit write code, that's what you're doing wrong.
D210908E 00002100
12109090 0000603A
to
9210908E 00002100
12109090 0000603A
D2000000 00000000
Ah, I see... hmm The NDS convert spits it out that way. I don't think it has something that will allow me to change from 32 to 16 bit code. Now I just need to figure out how to change the codes I get when converting from 32 to 16.
Thank you for your help.
Edit:
While trying to convert some of the other codes over to AR I ran into this.
"Unconvertable code on line 1; CB 16-bit conditional with condition that cannot be converted to AR."
(Trying "Have All Items & Equipments [Press L+R]" by Hiei-YYH)
I assume again, this is due to the conversion writing 32 bit?
D4000130 2E400300 the first line would not convert.
I'm assuming this would be the fix?
94000130 2E400300 (first line)
D4000000 00000000 (last line)
I will try it and report if successful. Again, thanks for the help.
Edit 2:
Ok, that failed, this was what I got when trying to convert the Item code
020D8080 000000F1
D5000000 00631389
C0000000 0000001F
D6000000 020D7A80
D4000000 00000001
DC000000 00000000
D2000000 00000000
D5000000 006313AB
C0000000 0000001C
D6000000 020D7AFC
D4000000 00000001
DC000000 00000000
D2000000 00000000
020D7B6C 00631432
020D7B70 00631446
020D7B74 00631447
D5000000 00631771
C0000000 00000014
D6000000 020D7B78
D4000000 00000001
DC000000 00000000
D2000000 00000000
D5000000 006317D5
C0000000 00000008
D6000000 020D7BC8
D4000000 00000001
DC000000 00000000
D2000000 00000000
D5000000 00631839
C0000000 00000004
D6000000 020D7BE8
D4000000 00000001
DC000000 00000000
D2000000 00000000
020D7BF8 0063189D
020D7BFC 0063189E
D5000000 00631901
C0000000 00000006
D6000000 020D7C00
D4000000 00000001
DC000000 00000000
D2000000 00000000
D5000000 00631965
C0000000 00000003
D6000000 020D7C14
D4000000 00000001
DC000000 00000000
D2000000 00000000
D5000000 006319C9
C0000000 00000004
D6000000 020D7C20
D4000000 00000001
DC000000 00000000
D2000000 00000000
D5000000 00631A2D
C0000000 00000006
D6000000 020D7C30
D4000000 00000001
DC000000 00000000
D2000000 00000000
D5000000 00631A91
C0000000 00000008
D6000000 020D7C48
D4000000 00000001
DC000000 00000000
D2000000 00000000
D5000000 00631AF5
C0000000 00000007
D6000000 020D7C68
D4000000 00000001
DC000000 00000000
D2000000 00000000
D5000000 00631B59
C0000000 00000007
D6000000 020D7C84
D4000000 00000001
DC000000 00000000
D2000000 00000000
D5000000 00631BBD
C0000000 0000000C
D6000000 020D7CA0
D4000000 00000001
DC000000 00000000
D2000000 00000000
D5000000 00631C21
C0000000 00000005
D6000000 020D7CD0
D4000000 00000001
DC000000 00000000
D2000000 00000000
020D7CE4 00631C85
020D7CE8 00631C86
020D7CEC 00631CE9
020D7CF0 00631CEA
D5000000 00631F41
C0000000 0000000D
D6000000 020D7CF4
D4000000 00000001
DC000000 00000000
D2000000 00000000
D5000000 00631FA5
C0000000 00000015
D6000000 020D7D28
D4000000 00000001
DC000000 00000000
D2000000 00000000
D5000000 00632009
C0000000 0000001C
D6000000 020D7D7C
D4000000 00000001
DC000000 00000000
D2000000 00000000
D5000000 0063206D
C0000000 00000015
D6000000 020D7DEC
D4000000 00000001
DC000000 00000000
D2000000 00000000
since it wouldn't convert the joker, I tried using 94000130 2E400300 (first line) D4000000 00000000 (last line). Did not work with those codes in or out. Either I messed something up or NDS just isn't spitting out the correct output. If anyone can help that would be cool, if not I understand, you all got your own things you're doing.