| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2022-09-12 | 4 | -11/+11 |
| |\| |
|
| | * | Use the same music headers as pokecrystal (#382) | Rangi | 2022-08-11 | 1 | -1/+1 |
| | * | Identify some `.asm_*` labels | Rangi | 2022-07-10 | 4 | -8/+9 |
| | * | Sync Pokédex rating text with pokeyellow | Rangi | 2022-07-10 | 1 | -51/+51 |
| | * | Identify Pokédex rating text | Rangi | 2022-07-10 | 1 | -48/+48 |
| | * | wOAMBuffer -> wShadowOAM (#370) | Colton G. Rushton | 2022-07-09 | 1 | -1/+1 |
| | * | RGBDS syntax updates (#358) | vulcandth | 2022-06-06 | 2 | -5/+5 |
| * | | Identify some `.asm_*` labels | Rangi | 2022-07-10 | 3 | -6/+6 |
| * | | RGBDS syntax updates (#86) | vulcandth | 2022-06-06 | 2 | -4/+4 |
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-11-23 | 5 | -8/+8 |
| |\| |
|
| | * | Refactorize check button pressed (#340) | Yoann Fievez | 2021-11-05 | 5 | -8/+8 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-09-26 | 3 | -3/+3 |
| |\| |
|
| | * | wcf4b -> wStringBuffer | Rangi | 2021-08-28 | 3 | -3/+3 |
| * | | 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 |