0 Members and 1 Guest are viewing this topic.
Feeling decent enough now, finally getting some progress done with the pokemon shift routine, from when you catch it in the wild. Absorbing it into the party of 6 is complete (on paper, not tested) and I am currently writing the code out to put them in the proper PC box. This code is a bit.. complex, to say the least. I am writing code, that will create a program and write code based on which box number was last successfully uploaded to, and scans it for an open slot. If all slots are full, it moves on to the next pc box and starts the process over again. So.. I am writing code.. that has to write code as a dynamic program, which calls an asm program to convert a list to a string, and then unarchive the proper pc box appvar, and write the pokemon data to it.Probably the most complex BASIC/Celtic hybrid code I have written yet.