- 386
- Posts
- 18
- Years
- Seen Aug 10, 2015
Here is the format of entries in encounters.txt:
The number of entries required varies for each encounter type. For example, Land and Cave encounter types require 12 entries (rarer species should be placed lower in the list). You can look at the file PBS/encounters.txt to get a good idea of what to expect.
Code:
011 # ID of the map (check the middle of the status bar)
25,10,10 # Comma-separated line with Land, Cave, Water densities (25 is average)
Land # One of Land/Cave/Water/RockSmash/OldRod/GoodRod/SuperRod
# Wild Pokemon entries follow (incomplete because Land encounter type requires 12)
PIDGEY,16
PARAS,16
PARAS,16
RATTATA,17
The number of entries required varies for each encounter type. For example, Land and Cave encounter types require 12 entries (rarer species should be placed lower in the list). You can look at the file PBS/encounters.txt to get a good idea of what to expect.