| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-11-12 | 2 | -9/+7 |
| |\ | |||||
| | * | Revise some RAM buffer constants | Rangi | 2025-09-26 | 2 | -9/+7 |
| | | | |||||
| * | | Misc. naming and cleanup (#139) | Narishma-gb | 2025-09-10 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar` | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-09-06 | 4 | -11/+45 |
| |\| | |||||
| | * | Label and constant cleanup (#528) | Narishma-gb | 2025-09-03 | 1 | -0/+4 |
| | | | | | | | | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit | ||||
| | * | Document where badge and elevator floor "items" are used | Rangi42 | 2025-08-28 | 1 | -1/+2 |
| | | | |||||
| | * | Identify `JOYP_SGB_MLT_REQ` constant | Rangi42 | 2025-08-11 | 1 | -0/+3 |
| | | | |||||
| | * | Update hardware.inc to 5.3.0 and use its `JOYP_SGB_*` constants | Rangi42 | 2025-08-11 | 1 | -10/+36 |
| | | | |||||
| | * | Update hardware.inc to 5.2.0 | Rangi42 | 2025-07-22 | 2 | -20/+28 |
| | | | |||||
| * | | Fix .tilemap file extension, fix some typos (#138) | Narishma-gb | 2025-09-06 | 1 | -1/+1 |
| | | | |||||
| * | | Add more labels and constants for Options menu (#133) | thoth-33 | 2025-07-23 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | * Copy more structure from pokecrystal --------- Co-authored-by: Rangi42 <sylvie.oukaour+rangi42@gmail.com> | ||||
| * | | Update hardware.inc to 5.2.0 | Rangi42 | 2025-07-22 | 3 | -44/+28 |
| | | | |||||
| * | | Use hardware.inc constants in places unique to Yellow | Rangi42 | 2025-07-02 | 1 | -4/+0 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-07-02 | 9 | -181/+1086 |
| |\| | |||||
| | * | Check limits for warp, bg, and object events | Rangi42 | 2025-07-02 | 1 | -0/+6 |
| | | | |||||
| | * | Define `MAX_WARP_EVENTS` | Rangi42 | 2025-07-02 | 1 | -0/+3 |
| | | | |||||
| | * | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 2025-06-30 | 7 | -180/+1074 |
| | | | |||||
| | * | Add a `CANNOT_MOVE` constant (#508) | Rangi | 2025-05-31 | 1 | -0/+2 |
| | | | |||||
| * | | Use more ldpikacry | dannye | 2025-05-25 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-05-10 | 3 | -1/+6 |
| |\| | |||||
| | * | Use constants in `PrintBCDNumber` calls (#503) | Narishma-gb | 2025-04-08 | 1 | -1/+1 |
| | | | |||||
| | * | Use constants for PP masks instead of magic numbers (#504) | edave64 | 2025-04-02 | 1 | -0/+4 |
| | | | |||||
| | * | Use constants for trade text indexes (#501) | Rangi | 2025-03-08 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-01-30 | 2 | -3/+12 |
| |\| | |||||
| | * | Consistently refer to CGB, not GBC (#491) | SatoMew | 2025-01-30 | 1 | -2/+4 |
| | | | |||||
| | * | Correct wTileMapBackup declared space (#487) | Engezerstorung | 2025-01-28 | 1 | -0/+7 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | Rangi42 | 2024-12-25 | 2 | -3/+3 |
| |\| | |||||
| | * | Use "gray", not "grey" | Rangi42 | 2024-12-16 | 1 | -1/+1 |
| | | | | | | | | | This matches the in-game text, e.g. Pewter is "A Stone Gray City" | ||||
| | * | Assert the relations between some move effect constants (#478) | Sylvie | 2024-11-24 | 1 | -2/+2 |
| | | | |||||
| * | | Identify more bit flags (#119) | Sylvie | 2024-09-29 | 1 | -0/+1 |
| | | | | | | | | | | | * Identify more bit flags * Bit serves dual use in debug mode | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-09-25 | 12 | -65/+238 |
| |\| | |||||
| | * | Use `const_skip` | Rangi42 | 2024-09-24 | 1 | -12/+12 |
| | | | |||||
| | * | Identify `wCurrentMapScriptFlags` bits (#467) | Sylvie | 2024-09-24 | 1 | -0/+6 |
| | | | |||||
| | * | Identify hardware register bits (#469) | Sylvie | 2024-09-24 | 1 | -2/+13 |
| | | | |||||
| | * | Identify more flag bits (#464) | Sylvie | 2024-09-23 | 7 | -11/+75 |
| | | | |||||
| | * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 5 | -39/+130 |
| | | | |||||
| * | | Rename event constants for Jessie/James battles | Rangi42 | 2024-07-24 | 1 | -8/+7 |
| | | | |||||
| * | | Improve documentation of some SRAM routines (#114) | SatoMew | 2024-06-26 | 1 | -2/+3 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-05-05 | 2 | -15/+5 |
| |\| | |||||
| | * | Use constant in wram for hidden item flags (#445) | Vortyne | 2024-05-05 | 1 | -0/+3 |
| | | | | | | | Prevents defining more hidden items than the flag array has room for | ||||
| | * | Update to RGBDS 0.7.0 (#447) | Rangi | 2024-01-03 | 1 | -13/+0 |
| | | | |||||
| | * | Clean up item comments (#443) | SatoMew | 2023-12-18 | 1 | -2/+2 |
| | | | |||||
| * | | Rename pikachu palette packets | dannye | 2023-11-21 | 1 | -54/+56 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-21 | 4 | -12/+22 |
| |\| | |||||
| | * | Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZE | Rangi42 | 2023-11-21 | 1 | -3/+0 |
| | | | | | | | | | Fixes #430 | ||||
| | * | Rename two unused items as `ITEM_XX` like pokecrystal | Rangi42 | 2023-11-21 | 1 | -4/+4 |
| | | | |||||
| | * | Use some more constants in place of raw numbers | Rangi42 | 2023-11-21 | 1 | -2/+7 |
| | | | |||||
| | * | Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407) | SatoMew | 2023-11-21 | 1 | -3/+3 |
| | | | |||||
| | * | Use MEGA_PUNCH constant in explosion animation routine (#434) | BlueZangoose | 2023-11-21 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | * Use MEGA_PUNCH constant in explosion animation routine * Add AnimationType constants and assert --------- Co-authored-by: vulcandth <vulcandth@gmail.com> | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-20 | 7 | -9/+405 |
| |\| | |||||
