summaryrefslogtreecommitdiff
path: root/data/wild/johto_grass.asm
AgeCommit message (Collapse)Author
2021-03-04Verify wild data sizes with def_grass/water_wildmons and ↵Rangi
end_grass/water_wildmons macros
2018-06-25Remove even more address commentsmid-kid
That should be all of them this time
2018-02-03map → map_id; map_def → map; map_data → map_attributesRangi
2017-12-11More consistent data tablesRemy Oukaour
2015-07-23Wild Pokemon functions and dataPikalaxALT
Replaced encounter rates with percent values Added new constants denoting the number of wild Pokemon in the grass and water wild constructs Annotated and relabeled the encounter generating functions Renamed a WRAM address associaed with the temporary storage of the wild Pokemon's species Moved spawn constants to constants/map_constants.asm for use anywhere in the disassembly
2014-05-31Rename directory stats -> data.yenatch