Conversation Between Blah and karatekid552
Showing Visitor Messages 121 to 135 of 683
-
January 7th, 2014 8:18 AMBlahHaha, sounds like fun.
-
January 6th, 2014 6:36 PMkaratekid552I guess so, lol. Go for it!
-
January 6th, 2014 5:14 PMBlahYou're just copy-pasting VMs at this point, aren't you? Btw, they have a course for Computer Organization which includes ASM at my University. Probably gonna take it and see what happens :D
-
January 6th, 2014 4:23 PMkaratekid552Haha, sounds like fun.
-
January 6th, 2014 4:08 PMBlahThis keyboard is the best. Takes me so long to type stuff out lol
-
January 6th, 2014 3:56 PMkaratekid552Lol, sounds like fun.:P
-
January 6th, 2014 3:41 PMBlahNope, will play once my broadband gets reset. Downloaded a **** ton of torrents and it went over the monthly limit. Using my phone's 3G :D
-
January 6th, 2014 1:05 PMkaratekid552Alright, cool. I finished the ini last night, so now it should work on all roms.:) Have you played with the extra evolutions yet?
-
January 6th, 2014 4:35 AMBlahThese hobby projects always revolve around free time. Don't worry if you don't have time to automate it, it's not too big a deal (I'm just nitpicking mostly).
-
January 6th, 2014 4:22 AMkaratekid552Alright, that looks good. My system works, so changing it is only going to happen if I have some spare time.:P
-
January 5th, 2014 7:33 PMBlahWhat. In the ini you should store like this:
pointer[separating character]value\n
pointer[separating character]value\n
...
pointer[separating character]value
Read and load into a list/dictionary, then iterate over the list/dict and check values per pointer. Ez Pz. -
January 5th, 2014 7:31 PMBlahAhh, this is where it doesn't matter if you over complicate it! Since I doubt that a single person would have many exclusive copies of FR ROMs opened by the program. At most we're looking at probably 10. Iterating over a small amount of pointers is no big deal if you code it well (I can help you here if you want).
-
January 5th, 2014 4:39 PMkaratekid552Now you are over complicating this.:P You do realize, that I would then need to go through each section of the ini, jump to the offset specified and check it to see if it matches? I would need to check every single section before creating a new one. AND, there is a fairly good chance that that offset could hold a rom id (for example, 0000 can be found all over the rom).
-
January 5th, 2014 3:36 PMBlahWoah, you don't need to have the ROM ID in a fixed offset. Just put it in the first free spot you can find with enough space while having a pointer in the ini. If the ROM ID at the pointer doesn't match then you should make a new entry in the ini.
-
January 5th, 2014 1:41 PMkaratekid552

