-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
Some banks have many pieces of independent code or data, which could all go in their own SECTION
s with less generic names than "bank1"
, "bank2"
, etc. They don't have to be as finely subdivided as possible, e.g. a SECTION "Tilesets 1"
is fine even if the individual tilesets in it are independent, but for the large SECTION
s of miscellaneous engine code this could be helpful.
See also: pret/pokecrystal#631 and https://github.com/mid-kid/pokecrystal/tree/splitting