Open Rangi42 opened 3 years ago
Also consider base_data_for BULBASAUR
and end_base_data
macros to ensure the size of each base data entry file as well as its corresponding constant.
Following discussion in pret #pokecrystal
with dannye, I think we should avoid doing row CONSTANT, db ...
; it's potentially confusing. Let's try adding macros db_for
, dw_for
, dba_for
, and then a row_for
to be used within the already-existing table entry macros. If some tables have more complex entries like dbbw
, then instead of defining dbbw_for
, that's probably a cue to give that table its own entry macro with individual row_for
, db
, db
, dw
within it.
Something like this:
Example usage: