| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-01-17 | 1 | -3/+4 |
| |\ | |||||
| | * | Use more hardware and graphics constants (#532) | Narishma-gb | 2025-11-18 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Use `OBJ_SIZE` and `TILE_SIZE` from hardware.inc. - `SPRITESTATEDATA1_LENGTH`, `NUM_SPRITESTATEDATA_STRUCTS` and `TILE_1BPP_SIZE` are used in some places. - Highlight an oversight in `OakSpeech` where several direct MBC bank switches are requested. - Remove redundant comments in home/overworld.asm. - Add unreferenced `FillBgMap` function to avoid a byte of dead code. - Some constants added in wram.asm. - Correctly separate the commented code in `SaveMainData`. | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-09-06 | 1 | -1/+1 |
| |\| | |||||
| | * | Label and constant cleanup (#528) | Narishma-gb | 2025-09-03 | 1 | -1/+1 |
| | | | | | | | | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-09-25 | 1 | -6/+6 |
| |\| | |||||
| | * | Identify more flag bits (#464) | Sylvie | 2024-09-23 | 1 | -2/+2 |
| | | | |||||
| | * | Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462) | Sylvie | 2024-09-18 | 1 | -1/+1 |
| | | | | | | | Also identify `wPPUpCountAndMaxPP` | ||||
| | * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 1 | -3/+3 |
| | | | |||||
| | * | Identify SPRITESTATEDATA2_ORIGFACINGDIRECTION | Rangi | 2020-07-07 | 1 | -4/+4 |
| | | | |||||
| | * | Remove c1x*/c2x* comments, use struct offset constants | Rangi | 2020-07-07 | 1 | -1/+2 |
| | | | |||||
| | * | Sync coordinate macros with pokecrystal | Rangi | 2020-07-07 | 1 | -3/+3 |
| | | | |||||
| | * | Specify the ldh instruction, don't turn ld into ldh | Rangi | 2020-07-06 | 1 | -3/+3 |
| | | | |||||
| | * | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi | 2020-07-05 | 1 | -2/+2 |
| | | | |||||
| | * | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵ | Rangi | 2020-07-04 | 1 | -2/+2 |
| | | | | | | | | | by rgbds 0.4.0) | ||||
| | * | H_CONSTANTNAMES -> hConstantNames | Rangi | 2020-07-03 | 1 | -1/+1 |
| | | | |||||
| | * | Add subdirectories to engine/ similar to pokecrystal | Rangi | 2020-07-02 | 1 | -0/+78 |
| | | |||||
| * | Sync with pokered | dannye | 2020-11-04 | 1 | -0/+76 |
