Age | Commit message (Collapse) | Author |
|
Now constant groups can be included separately if needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this way main.o and wram.o are version-neutral
|
|
|
|
any global constants will have to be separate from any one object
there might be a better way to fix this, like pulling constants in preprocessor.py
|
|
they're constants, so they have no business in pokecrystal.asm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
used for pokemon exp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-battle variable constants
-step counters
-turn update fns
|