aboutsummaryrefslogtreecommitdiffstats
path: root/constants (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-122-9/+7
|\
| * Revise some RAM buffer constantsRangi2025-09-262-9/+7
| |
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-102-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/pokereddannye2025-09-064-11/+45
|\|
| * Label and constant cleanup (#528)Narishma-gb2025-09-031-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 usedRangi422025-08-281-1/+2
| |
| * Identify `JOYP_SGB_MLT_REQ` constantRangi422025-08-111-0/+3
| |
| * Update hardware.inc to 5.3.0 and use its `JOYP_SGB_*` constantsRangi422025-08-111-10/+36
| |
| * Update hardware.inc to 5.2.0Rangi422025-07-222-20/+28
| |
* | Fix .tilemap file extension, fix some typos (#138)Narishma-gb2025-09-061-1/+1
| |
* | Add more labels and constants for Options menu (#133)thoth-332025-07-231-1/+8
| | | | | | | | | | | | | | * Copy more structure from pokecrystal --------- Co-authored-by: Rangi42 <sylvie.oukaour+rangi42@gmail.com>
* | Update hardware.inc to 5.2.0Rangi422025-07-223-44/+28
| |
* | Use hardware.inc constants in places unique to YellowRangi422025-07-021-4/+0
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-029-181/+1086
|\|
| * Check limits for warp, bg, and object eventsRangi422025-07-021-0/+6
| |
| * Define `MAX_WARP_EVENTS`Rangi422025-07-021-0/+3
| |
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-307-180/+1074
| |
| * Add a `CANNOT_MOVE` constant (#508)Rangi2025-05-311-0/+2
| |
* | Use more ldpikacrydannye2025-05-251-0/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-05-103-1/+6
|\|
| * Use constants in `PrintBCDNumber` calls (#503)Narishma-gb2025-04-081-1/+1
| |
| * Use constants for PP masks instead of magic numbers (#504)edave642025-04-021-0/+4
| |
| * Use constants for trade text indexes (#501)Rangi2025-03-081-0/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-302-3/+12
|\|
| * Consistently refer to CGB, not GBC (#491)SatoMew2025-01-301-2/+4
| |
| * Correct wTileMapBackup declared space (#487)Engezerstorung2025-01-281-0/+7
| |
* | Merge branch 'master' of https://github.com/pret/pokeredRangi422024-12-252-3/+3
|\|
| * Use "gray", not "grey"Rangi422024-12-161-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)Sylvie2024-11-241-2/+2
| |
* | Identify more bit flags (#119)Sylvie2024-09-291-0/+1
| | | | | | | | | | * Identify more bit flags * Bit serves dual use in debug mode
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-2512-65/+238
|\|
| * Use `const_skip`Rangi422024-09-241-12/+12
| |
| * Identify `wCurrentMapScriptFlags` bits (#467)Sylvie2024-09-241-0/+6
| |
| * Identify hardware register bits (#469)Sylvie2024-09-241-2/+13
| |
| * Identify more flag bits (#464)Sylvie2024-09-237-11/+75
| |
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-165-39/+130
| |
* | Rename event constants for Jessie/James battlesRangi422024-07-241-8/+7
| |
* | Improve documentation of some SRAM routines (#114)SatoMew2024-06-261-2/+3
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-05-052-15/+5
|\|
| * Use constant in wram for hidden item flags (#445)Vortyne2024-05-051-0/+3
| | | | | | Prevents defining more hidden items than the flag array has room for
| * Update to RGBDS 0.7.0 (#447)Rangi2024-01-031-13/+0
| |
| * Clean up item comments (#443)SatoMew2023-12-181-2/+2
| |
* | Rename pikachu palette packetsdannye2023-11-211-54/+56
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-214-12/+22
|\|
| * Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZERangi422023-11-211-3/+0
| | | | | | | | Fixes #430
| * Rename two unused items as `ITEM_XX` like pokecrystalRangi422023-11-211-4/+4
| |
| * Use some more constants in place of raw numbersRangi422023-11-211-2/+7
| |
| * Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407)SatoMew2023-11-211-3/+3
| |
| * Use MEGA_PUNCH constant in explosion animation routine (#434)BlueZangoose2023-11-211-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/pokereddannye2023-11-207-9/+405
|\|