| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-04-30 | 1 | -1/+1 |
| |\ |
|
| | * | Use {interpolation} to generate sequences of RAM labels | Rangi | 2021-04-27 | 1 | -1/+1 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-03-25 | 1 | -1/+1 |
| |\| |
|
| | * | Verify data table and name list sizes with assertion macros | Rangi | 2021-03-25 | 1 | -1/+1 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2020-11-14 | 16 | -0/+0 |
| |\| |
|
| | * | Fix file modes | dannye | 2020-11-14 | 17 | -0/+0 |
| | * | Use constants to delineate map types, and factor out more data | Rangi | 2020-08-31 | 4 | -76/+31 |
| | * | Document more hidden object data and behavior | Rangi | 2020-08-30 | 1 | -27/+20 |
| | * | Add comments associating constants with data, and identify some more data | Rangi | 2020-07-20 | 1 | -0/+1 |
| | * | Port dbsprite macro for OAM y,x,tile,attr data from pokecrystal | Rangi | 2020-07-17 | 1 | -8/+14 |
| | * | Revise some map scripts, mostly for getting items | Rangi | 2020-07-16 | 2 | -5/+5 |
| | * | Disassemble the BLUEMONS.GB debug ROM | Rangi | 2020-07-15 | 1 | -0/+4 |
| | * | Clean up some data, using macros for multiline list entries | Rangi | 2020-07-14 | 1 | -1/+1 |
| | * | 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 |
| | * | 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 b... | Rangi | 2020-07-04 | 2 | -4/+2 |
| | * | Replace raw hex values with HRAM constants | Rangi | 2020-07-03 | 6 | -13/+13 |
| | * | H_CONSTANTNAMES -> hConstantNames | Rangi | 2020-07-03 | 2 | -3/+3 |
| | * | Organize macros/ like pokecrystal | Rangi | 2020-07-03 | 2 | -2/+2 |
| | * | Make suggested edits: | Rangi | 2020-07-03 | 1 | -0/+0 |
| | * | 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 |
| | * | Add subdirectories to engine/ similar to pokecrystal | Rangi | 2020-07-02 | 28 | -0/+3855 |
| * | More debug yellow | dannye | 2020-11-07 | 1 | -0/+4 |
| * | Sync more with pokered | Rangi | 2020-11-05 | 1 | -2/+1 |
| * | Start reorganizing pokeyellow | Rangi | 2020-11-04 | 5 | -0/+435 |
| * | Sync with pokered | dannye | 2020-11-04 | 49 | -0/+3837 |