| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-01-17 | 4 | -9/+9 |
| |\ | |||||
| | * | Use more hardware and graphics constants (#532) | Narishma-gb | 2025-11-18 | 4 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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-11-12 | 1 | -1/+1 |
| |\| | |||||
| | * | Use features of RGBDS 1.0.0 (#537) | Rangi | 2025-11-12 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-09-06 | 1 | -23/+23 |
| |\| | |||||
| | * | Label and constant cleanup (#528) | Narishma-gb | 2025-09-03 | 1 | -5/+5 |
| | | | | | | | | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit | ||||
| | * | Identify `JOYP_SGB_MLT_REQ` constant | Rangi42 | 2025-08-11 | 1 | -4/+4 |
| | | | |||||
| | * | Update hardware.inc to 5.3.0 and use its `JOYP_SGB_*` constants | Rangi42 | 2025-08-11 | 1 | -14/+14 |
| | | | |||||
| * | | Use hardware.inc constants in places unique to Yellow | Rangi42 | 2025-07-02 | 1 | -8/+8 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-07-02 | 4 | -24/+24 |
| |\| | |||||
| | * | Fix typos | dannye | 2025-06-03 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-05-10 | 1 | -6/+6 |
| |\| | |||||
| | * | Avoid using `EQUS` when `EQU` or `MACRO` will do (#496) | Rangi | 2025-02-27 | 1 | -6/+6 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-01-30 | 3 | -52/+52 |
| |\| | |||||
| | * | Consistently refer to CGB, not GBC (#491) | SatoMew | 2025-01-30 | 1 | -8/+8 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | Rangi42 | 2024-12-25 | 1 | -4/+4 |
| |\| | |||||
| | * | Use "gray", not "grey" | Rangi42 | 2024-12-16 | 1 | -2/+2 |
| | | | | | | | | | This matches the in-game text, e.g. Pewter is "A Stone Gray City" | ||||
| * | | Identify more bit flags (#119) | Sylvie | 2024-09-29 | 1 | -6/+6 |
| | | | | | | | | | | | * Identify more bit flags * Bit serves dual use in debug mode | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-09-25 | 6 | -20/+20 |
| |\| | |||||
| | * | Identify more bit flags (#465) | Sylvie | 2024-09-24 | 2 | -2/+2 |
| | | | | | | | | | | | * Identify more bit flags * Space | ||||
| | * | Identify more flag bits (#464) | Sylvie | 2024-09-23 | 2 | -3/+3 |
| | | | |||||
| | * | Identify remaining uses of `wd0b5` and `wd11e` (#463) | Sylvie | 2024-09-18 | 2 | -4/+4 |
| | | | |||||
| | * | Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457) | Sylvie | 2024-08-04 | 2 | -4/+4 |
| | | | |||||
| | * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-05-05 | 1 | -2/+2 |
| |\| | |||||
| | * | Update to RGBDS 0.7.0 (#447) | Rangi | 2024-01-03 | 1 | -2/+2 |
| | | | |||||
| * | | Rename pikachu palette packets | dannye | 2023-11-21 | 1 | -8/+8 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-21 | 1 | -4/+4 |
| |\| | |||||
| | * | Identify `wSavedCoordIndex` and its other usages | Rangi42 | 2023-11-20 | 1 | -2/+2 |
| | | | |||||
| | * | Identify the unnamed HRAM variables and one WRAM label (#438) | Vortyne | 2023-11-20 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2022-09-12 | 1 | -2/+2 |
| |\| | |||||
| | * | Identify some `.asm_*` labels | Rangi | 2022-07-10 | 2 | -10/+10 |
| | | | |||||
| | * | wOAMBuffer -> wShadowOAM (#370) | Colton G. Rushton | 2022-07-09 | 3 | -8/+8 |
| | | | |||||
| | * | RGBDS syntax updates (#358) | vulcandth | 2022-06-06 | 1 | -2/+2 |
| | | | | | | | New MACRO and DEF syntax | ||||
| | * | Improved Virtual Console patch identifiers (#357) | vulcandth | 2022-06-06 | 1 | -1/+1 |
| | | | |||||
| | * | Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351) | vulcandth | 2022-03-26 | 1 | -0/+1 |
| | | | |||||
| * | | Identify some `.asm_*` labels | Rangi | 2022-07-10 | 1 | -8/+8 |
| | | | |||||
| * | | wOAMBuffer -> wShadowOAM (#95) | Colton G. Rushton | 2022-07-09 | 4 | -13/+13 |
| | | | |||||
| * | | RGBDS syntax updates (#86) | vulcandth | 2022-06-06 | 1 | -2/+2 |
| | | | | | | | New MACRO and DEF syntax | ||||
| * | | Improved Virtual Console patch identifiers (#85) | vulcandth | 2022-06-06 | 1 | -1/+1 |
| | | | |||||
| * | | Build the Virtual Console patch with `make yellow_vc` (#80) | vulcandth | 2022-03-26 | 1 | -0/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-11-23 | 1 | -19/+4 |
| |\| | |||||
| | * | Identify hUILayoutFlags | Rangi | 2021-02-13 | 1 | -1/+1 |
| | | | |||||
| * | | Identify hUILayoutFlags and hPikachuSpriteVRAMOffset | Rangi | 2021-02-13 | 2 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2020-11-14 | 5 | -0/+0 |
| |\| | |||||
| | * | Fix file modes | dannye | 2020-11-14 | 5 | -0/+0 |
| | | | |||||
| | * | Sync more with pokeyellow | Rangi | 2020-11-05 | 2 | -6/+4 |
| | | | |||||
| | * | Use constants to delineate map types, and factor out more data | Rangi | 2020-08-31 | 1 | -3/+3 |
| | | | |||||
| | * | Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1) | Rangi | 2020-07-21 | 1 | -1/+3 |
| | | | |||||
| | * | Add comments associating constants with data, and identify some more data | Rangi | 2020-07-20 | 2 | -4/+5 |
| | | | |||||
