AHA! So that's why sometimes I don't find any Denjuu. There are some acres where you can only find them in grass (or water)! I always thought that Denjuu can always be found outside of grass. I always thought the sole purpose of grass is just to get money and hearts *coughzeldacough*, but I guess I'm wrong. Hmmm... another way this game is like Pokémon...
By the way, I noticed the Denjuu you posted in your second Word file are based off of Power Version. In Speed Version, some of them are obviously different, so I'm going to extract that data.
Besides that, my next mission is to figure out how to modify the acres so that you can change them to different groups. Hopefully it won't be too hard... and my side-mission is to add grass (or water) in those "X" areas to see if there are any Denjuu that appear there. (For example, there is no grass in some parts of Freesia; maybe that's why there are no Denjuu there.) And if they do, I'll make a note of which Denjuu appear there...
EDIT:
I think I found it! Well, I think I found the bottom-right quadrant of the overworld, anyway (remember, the overworld map is really four smaller maps put together). From offset 0x3E547-0x3E586, the hex string is like this:
Code: Select all
1A 15 14 14 14 14 00 06
1A 0F 00 13 13 13 07 06
1A 10 0D 13 13 06 07 06
1A 0F 0D 13 13 07 06 0C
0F 0F 0E 13 11 12 08 0C
10 0F 0D 11 08 09 0A 00
0F 10 0E 12 0A 08 09 00
0F 0E 0D 11 09 0A 08 0B
Now, look at the bottom-right quadrant of the first Word file. See a pattern? I sure do! Also, note that the first group starts at 0, not 1. I guess the lack of grass really IS the reason for the lack of Denjuu in some locations. That means those X's really don't exist. Now the other three quadrants, as well as the dungeons, shouldn't be too hard to find now... ha ha ha...
Now I'm going to mess with these values to see if I really did find it...
EDIT: I did indeed find the right spot! YES! Also, I added grass to one of the "X" acres, and I found Denjuu when I stepped in the grass...
I have also discovered other locations... here are offsets for the ones I found:
0x03E487-0x03E4C6 = Overworld map (Top left quadrant)
0x03E4C7-0x03E506 = Overworld map (Top right quadrant)
0x03E507-0x03E546 = Overworld map (Bottom left quadrant)
0x03E547-0x03E586 = Overworld map (Bottom right quadrant)
0x03E687-0x03E6C6 = Toronko Village Water Station
I wouldn't be surprised if the order of the game's locations here in the order of the
locations by index number. Because so far, it is...