Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-04 | Port pokecrystal's formatting of text commands and special characters | Rangi | |
2020-07-04 | UPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce ↵ | Rangi | |
SET_PAL_DEFAULT | |||
2020-07-04 | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵ | Rangi | |
by rgbds 0.4.0) | |||
2020-07-03 | Replace raw hex values with HRAM constants | Rangi | |
To do: turn constants into labels and use ldh | |||
2020-07-03 | H_CONSTANTNAMES -> hConstantNames | Rangi | |
2020-07-03 | Add subdirectories to data/ similar to pokecrystal | Rangi | |
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/. | |||
2020-07-02 | Add subdirectories to engine/ similar to pokecrystal | Rangi | |