Use hardware.inc
from gbdev, or update hardware_constants.asm
#468
Labels
hardware.inc
from gbdev, or update hardware_constants.asm
#468
Right now constants/hardware_constants.asm is very bare-bones, with few constants defined for the values of hardware registers. This means that the code has magic numbers scattered around when setting/checking these values.
We could:
hardware.inc
from gbdev pokecrystal#914).REGF_VALUE
andREGB_VALUE
names, or the huge block comments).In any case, I'd like to sync with the Gen 2 repos on this. (So using hardware.inc directly is probably not the way to go, it would disrupt a lot of existing names.)
The text was updated successfully, but these errors were encountered: