| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Factor out MapBadgeFlags and EscapeRopeTilesets data tables | Rangi | 2020-07-08 | 1 | -11/+2 |
| | | |||||
| * | Use 'tile' and 'tiles' macros | Rangi | 2020-07-07 | 2 | -2/+2 |
| | | |||||
| * | Sync coordinate macros with pokecrystal | Rangi | 2020-07-07 | 10 | -39/+39 |
| | | |||||
| * | callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar | Rangi | 2020-07-06 | 11 | -16/+16 |
| | | |||||
| * | Use ASCII quotes in comments | Rangi | 2020-07-06 | 1 | -1/+1 |
| | | |||||
| * | Use DEX_* constants for StarterDex | Rangi | 2020-07-06 | 1 | -2/+2 |
| | | |||||
| * | Specify the ldh instruction, don't turn ld into ldh | Rangi | 2020-07-06 | 19 | -84/+84 |
| | | |||||
| * | text_linkpromptbutton -> text_waitbutton | Rangi | 2020-07-06 | 2 | -7/+7 |
| | | | | | Fixes #260 | ||||
| * | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi | 2020-07-05 | 11 | -13/+13 |
| | | |||||
| * | Port pokecrystal's formatting of text commands and special characters | Rangi | 2020-07-04 | 38 | -370/+373 |
| | | |||||
| * | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵ | Rangi | 2020-07-04 | 2 | -4/+2 |
| | | | | | by rgbds 0.4.0) | ||||
| * | Replace raw hex values with HRAM constants | Rangi | 2020-07-03 | 6 | -13/+13 |
| | | | | | To do: turn constants into labels and use ldh | ||||
| * | H_CONSTANTNAMES -> hConstantNames | Rangi | 2020-07-03 | 2 | -3/+3 |
| | | |||||
| * | Organize macros/ like pokecrystal | Rangi | 2020-07-03 | 2 | -2/+2 |
| | | | | | While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code. | ||||
| * | Make suggested edits: | Rangi | 2020-07-03 | 1 | -0/+0 |
| | | | | | | | - data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants | ||||
| * | Split up engine/events/hidden_object_functions | Rangi | 2020-07-03 | 28 | -1168/+1149 |
| | | |||||
| * | Add subdirectories to data/ similar to pokecrystal | Rangi | 2020-07-03 | 7 | -9/+9 |
| | | | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/. | ||||
| * | Add subdirectories to engine/ similar to pokecrystal | Rangi | 2020-07-02 | 28 | -0/+3855 |
