| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-01-17 | 1 | -25/+27 |
| |\ | |||||
| | * | Comment more unreferenced local labels (#550) | Narishma-gb | 2025-12-15 | 1 | -8/+10 |
| | | | |||||
| | * | Avoid magic numbers for most `CopyData` calls (#542) | Rangi | 2025-11-25 | 1 | -10/+10 |
| | | | |||||
| | * | Use more hardware and graphics constants (#532) | Narishma-gb | 2025-11-18 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | -3/+3 |
| |\| | |||||
| | * | Use features of RGBDS 1.0.0 (#537) | Rangi | 2025-11-12 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-07-02 | 1 | -10/+10 |
| |\| | |||||
| | * | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 2025-06-30 | 1 | -10/+10 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-01-30 | 1 | -25/+24 |
| |\| | |||||
| | * | Fix some label typos, and add some constants instead of raw numbers (#492) | Narishma-gb | 2025-01-30 | 1 | -4/+4 |
| | | | |||||
| | * | Miscellaneous cleanup (#488) | Rangi | 2025-01-28 | 1 | -2/+2 |
| | | | | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com> | ||||
| | * | Use RGBDS 0.9.0 (#482) | Rangi | 2024-12-25 | 1 | -2/+1 |
| | | | |||||
| * | | Use RGBDS 0.9.0 (#123) | Rangi | 2024-12-25 | 1 | -2/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | Rangi42 | 2024-12-25 | 1 | -1/+1 |
| |\| | |||||
| | * | Remove redundant parentheses | Rangi42 | 2024-12-16 | 1 | -1/+1 |
| | | | |||||
| * | | Rename off-by-one wram labels | dannye | 2024-09-29 | 1 | -33/+33 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-09-25 | 1 | -16/+16 |
| |\| | |||||
| | * | Identify more flag bits (#464) | Sylvie | 2024-09-23 | 1 | -3/+3 |
| | | | |||||
| | * | Identify remaining uses of `wd0b5` and `wd11e` (#463) | Sylvie | 2024-09-18 | 1 | -3/+3 |
| | | | |||||
| | * | Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457) | Sylvie | 2024-08-04 | 1 | -3/+3 |
| | | | |||||
| | * | Identify some unused WRAM variables (#453) | Sylvie | 2024-06-15 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-21 | 1 | -27/+27 |
| |\| | |||||
| | * | Add `bigdw` and `dc` data macros | Rangi42 | 2023-11-20 | 1 | -27/+27 |
| | | | |||||
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2022-10-02 | 1 | -15/+16 |
| |\| | |||||
| | * | Change names of move subanimations to be meaningful (#389) | BlueZangoose | 2022-09-25 | 1 | -15/+16 |
| | | | | | | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com> | ||||
| | * | wOAMBuffer -> wShadowOAM (#370) | Colton G. Rushton | 2022-07-09 | 1 | -16/+16 |
| | | | |||||
| | * | Stop_reducing_move_anim_flashing_Dream_Eater -> ↵ | vulcandth | 2022-06-30 | 1 | -1/+1 |
| | | | | | | | | | Stop_reducing_move_anim_flashing_Blizzard (#369) | ||||
| | * | RGBDS syntax updates (#358) | vulcandth | 2022-06-06 | 1 | -1/+1 |
| | | | | | | | New MACRO and DEF syntax | ||||
| | * | Improved Virtual Console patch identifiers (#357) | vulcandth | 2022-06-06 | 1 | -29/+31 |
| | | | |||||
| | * | Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351) | vulcandth | 2022-03-26 | 1 | -0/+29 |
| | | | |||||
| | * | Gen 1's Minimize graphic was not a complete 8x8 tile | Rangi | 2022-03-04 | 1 | -2/+10 |
| | | | |||||
| * | | wOAMBuffer -> wShadowOAM (#95) | Colton G. Rushton | 2022-07-09 | 1 | -16/+16 |
| | | | |||||
| * | | RGBDS syntax updates (#86) | vulcandth | 2022-06-06 | 1 | -1/+1 |
| | | | | | | | New MACRO and DEF syntax | ||||
| * | | Improved Virtual Console patch identifiers (#85) | vulcandth | 2022-06-06 | 1 | -21/+21 |
| | | | |||||
| * | | Build the Virtual Console patch with `make yellow_vc` (#80) | vulcandth | 2022-03-26 | 1 | -0/+21 |
| | | | |||||
| * | | Gen 1's Minimize graphic was not a complete 8x8 tile | Rangi | 2022-03-04 | 1 | -2/+10 |
| | | | |||||
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-11-23 | 1 | -3/+3 |
| |\| | |||||
| | * | Add some constants for options (#344) | Yoann Fievez | 2021-11-05 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| | * | Identify some percentage constant values | Rangi | 2021-11-02 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-04-13 | 1 | -1/+1 |
| |\| | |||||
| | * | Fix incorrect sfx id | dannye | 2021-03-30 | 1 | -1/+1 |
| | | | | | | | | | AUDIO_1 is loaded during trade animations, not AUDIO_2 | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2020-11-14 | 1 | -0/+0 |
| |\| | |||||
| | * | Fix file modes | dannye | 2020-11-14 | 1 | -0/+0 |
| | | | |||||
| | * | Sync more with pokeyellow | Rangi | 2020-11-05 | 1 | -4/+4 |
| | | | |||||
| | * | Add comments associating constants with data, and identify some more data | Rangi | 2020-07-20 | 1 | -7/+7 |
| | | | |||||
| | * | Define constants for subanimations' base coords and frame block modes | Rangi | 2020-07-17 | 1 | -3/+3 |
| | | | |||||
| | * | Identify remaining tilemap IDs | Rangi | 2020-07-17 | 1 | -8/+8 |
| | | | |||||
| | * | Update sprite names | Rangi | 2020-07-17 | 1 | -19/+19 |
| | | | | | | | | | These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible | ||||
| | * | Factor out animation tilemaps | Rangi | 2020-07-16 | 1 | -92/+1 |
| | | | |||||
| | * | Define constants for subanimation transform types | Rangi | 2020-07-16 | 1 | -15/+15 |
| | | | |||||
