| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| |\| | |||||
| | * | Move charmap.asm to constants/ | vulcandth | 2023-11-17 | 1 | -0/+386 |
| | | | |||||
| | * | Add constants for wMapConnections bits and group map header wram labels | Linus Unnebäck | 2023-11-17 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | * Add constants for wMapConnections bits * Apply Vulcandth and Rangi42 feedback --------- Co-authored-by: vulcandth <vulcandth@gmail.com> | ||||
| | * | Thoroughly document debug code (#410) | SatoMew | 2023-07-15 | 2 | -1/+4 |
| | | | |||||
| | * | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 2023-07-13 | 1 | -2/+2 |
| | | | | | | | This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified. | ||||
| * | | Remove unused pikacry macro (#106) | Linus Unnebäck | 2023-04-25 | 1 | -4/+0 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-04-25 | 1 | -7/+7 |
| |\| | |||||
| | * | Name some unnamed animation constants (#396) | Vortyne | 2023-03-25 | 1 | -7/+7 |
| | | | |||||
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2022-10-02 | 2 | -86/+130 |
| |\| | |||||
| | * | Change names of move subanimations to be meaningful (#389) | BlueZangoose | 2022-09-25 | 1 | -86/+89 |
| | | | | | | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com> | ||||
| | * | Use a SPRITE_SET_LENGTH constant | Rangi | 2022-09-24 | 1 | -0/+3 |
| | | | |||||
| | * | Add constants and table macros for the map sprite sets (#392) | Rangi | 2022-09-24 | 1 | -0/+38 |
| | | | | | | | Fixes #391 | ||||
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2022-09-19 | 1 | -2/+4 |
| |\| | |||||
| | * | Distinguish Elite 4 "meta" constants from event constants | Rangi | 2022-09-15 | 1 | -2/+4 |
| | | | | | | | | | Fixes #390 | ||||
