Oh. Okay. Thanks.
EDIT: Now I have another problem. I used G3HS to expand the number of evolutions per mon after expanding the type count by four, but it deleted all the evolution methods for every Poke. In trying to restore the evolution methods, I got an error loop, and now, every time I try to load up the rom in G3HS, I get an error, try to use your parameters you told me to enter (but using 28 instead of 24 for the number of types), and then I get another error:
Traceback (most recent call last):
File "E:\Secret-Tool\build\mainWIN\out00-PYZ.pyz\wx._core", line 16767, in <lambda>
File "<string>" in reload_all_tabs
File "<string>" in LoadHexEditor
File "E:\Secret-Tool\build\mainWIN\out00-PYZ.pyz\lib.HexEditor.hexeditor", line 1039, in LoadFile
File "E:\Secret-Tool\build\mainWIN\out00-PYZ.pyz\lib.HexEditor.hexeditor", line 987 in SetBinaryFile
MemoryError
I then enter the parameters again, only to get this error:
Traceback (most recent call last):
File "E:\Secret-Tool\build\mainWIN\out00-PYZ.pyz\wx._core", line 16767, in <lambda>
File "<string>", line 439, in reload_all_tabs
File "<string>", line 478, in LoadHexEditor
File "E:\Secret-Tool\build\mainWIN\out00-PYZ.pyz\lib.HexEditor.hexeditor", line 1039, in LoadFile
File "E:\Secret-Tool\build\mainWIN\out00-PYZ.pyz\lib.HexEditor.hexeditor", line 989 in SetBinaryFile
File "E:\Secret-Tool\build\mainWIN\out00-PYZ.pyz\lib.HexEditor.hexeditor", line 980 in SetBinary
File "E:\Secret-Tool\build\mainWIN\out00-PYZ.pyz\lib.HexEditor.hexeditor", line 335 in _init_
File "E:\Secret-Tool\build\mainWIN\out00-PYZ.pyz\ctypes", line 66, in create_string_buffer
MemoryError
And the cycle repeats. What can I do to salvage this? I have a backup of the modified rombase, but It's been a while since I last backed it up, meaning I'll lose quite a few added Pokemon. What do I do?
EDIT 2: I managed to fix that problem, amazingly on my own, but now I have another problem. All the extra evolution methods you added vanished, so i can no longer assign them. What do I do?