I might as well ask this here.
How would I go about finding where bank swapping is in DW2. There is 5+ free bank space, and if I can figure out enough of behavior, which mainly runs from $6000-$6028. Adding or improving some things, would enhance the appeal to this clumsy old rpg. I am in the process of learning how to change Item functions. Adding more equipment options for the two spell casters, would leave almost no room for inventory. Making the Jailers Key open all doors, and renaming it, is one thing I want to do. Having only 1 herb to both heal and cure poison is another one.
The other thing I would like to figure out, is to expand item holding from 8 to 11 or 12. I dont recall off hand how much screen space is available. Im not sure what to look for, and there are too many 08's to look through.
Another thing I would like to find better options, is with the RNG. The encounter rate is way too high.
Finding a way to expand past 255 is another one. There is a broken fragment in the enemy data, which could give them up to 2048 HP, if there were instructions given to RAM.
Any ideas as to the best way to find this stuff, would be great. I know I have to start with load and store operations, absolutes and not immediate.