Quote:
Originally Posted by ExdeAth20
Hey guys can you help me?? I've got a problem in Step 2.. I really don't understand at all! also when i test the game, after the copyrights, it becomes black screen..
Can you explain this more detailed to me??
*snipped
|
Chaos has given the RAM is at 0203D800 right? You need to do is to type 00 D8 03 02 in the offset which is to point to new seen flags. For the
divided by eight thingy... Example: you want to have 721 pokedex entries, you should do is to divide it by eight. If it isn't divisible by eight, you might want to find the number forwardly next to it which is divisible by eight... example: 728. Divide it by eight, you get 91 (dec) and convert it to hex which the results to 5B (hex). Then add +1... that makes 5C. Whichever results, add it by 3D800 so that makes 3D85C. Next to do is to type 5C D8 03 02 in the offset which is to point to new caught flags. Then you use that digit (ex: 5C) for XX and YY. Got it? I'm sure you get it.
----
Found a minor bug but it doesn't give threat a lot: After I caught a Pokemon which are from the expanded slots, it holds the ???????? (eight question mark) item. How to fix this?