Age | Commit message (Collapse) | Author |
|
Move growth rates to a data/ table
Name more SECTIONs
|
|
|
|
need individual labels
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use `|` not `+` to combine bitmasks
|
|
|
|
|
|
Effect command enums are used like constants, not macros
|
|
|
|
|
|
|
|
vs pokemon_data_constants
|
|
|
|
|
|
(This is not expected to be their final location, but it makes them easier to relocate when necessary, and easier for users to edit until the whole project's file structure is finalized.)
|
|
Split off more misc constants into proper files
|
|
|
|
Rename MORN/DAY/NITE to MORN_F/DAY_F/NITE_F; use MORN/DAY/NITE for shifted values (cleaner for person_events)
Prefix FLOOR to the `elevfloor` constants
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.MapTriggers and .MapCallbacks lists are formatted consistently with .Warps, .XYTriggers, .Signposts, and .PersonEvents
|
|
|
|
|
|
|
|
|
|
Document constants with comments, actual names, and more thorough usage
|
|
Remove outdated WRAM alias comments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Use db and dw when they're more meaningful than ds 1/2
- Use unions to group related labels
|
|
|
|
|