Age | Commit message (Collapse) | Author |
|
|
|
|
|
TreeMons, like fish groups, have constants
|
|
|
|
|
|
|
|
|
|
Fix some constants
|
|
|
|
|
|
|
|
Fix some documentation
|
|
Constants for TextBoxFlags
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Split out text_constants.asm
|
|
|
|
|
|
$100` or `X >> 8` and `X & $ff`
|
|
|
|
- MapTriggers / maptrigger → SceneScripts / scene_script
- XYTriggers / xy_trigger → CoordEvents / coord_event
- Signposts / signpost → BGEvents / bg_event
- PersonEvents / person_event → ObjectEvents / object_event
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Start more documentation
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Use db and dw when they're more meaningful than ds 1/2
- Use unions to group related labels
|
|
|