Rangi42 / polishedcrystal

An upgrade to Pokémon Crystal. Brings features and content up to date, and adds some original content.
https://hax.iimarckus.org/topic/6874/
1.03k stars 197 forks source link

[Refactor] Move RockItems table out of "engine/" and into "data/" #953

Closed etdv-thevoid closed 3 months ago

etdv-thevoid commented 4 months ago

Just a small refactor to move a data table out of engine code and into data code; improving overall code organization and readability.

This makes RockItems similar to FishItems (which is located in data/wild/fish.asm) by moving the RockItems table out of engine/events/treemons.asm and into data/wild/treemons.asm.