aboutsummaryrefslogtreecommitdiffstats
path: root/engine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-0264-402/+405
|\
| * Use combined hardware constantsRangi422025-06-308-11/+11
| |
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-3046-317/+317
| |
| * Distinguish single trainer pics section from Pokemon picsRangi422025-06-251-1/+1
| |
| * Fix typosdannye2025-06-035-8/+8
| |
| * Add a `CANNOT_MOVE` constant (#508)Rangi2025-05-311-3/+6
| |
* | Use more ldpikacrydannye2025-05-2510-19/+21
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-05-1012-39/+53
|\|
| * Fix sprite data comment (#507)Vortyne2025-05-091-2/+2
| | | | | | Reduces confusion if someone edits this file since the wrong byte was commented
| * Use constants in `PrintBCDNumber` calls (#503)Narishma-gb2025-04-085-11/+8
| |
| * Further improve NPC trade labels and comments (#493)SatoMew2025-04-081-25/+9
| |
| * Use constants for PP masks instead of magic numbers (#504)edave642025-04-025-16/+16
| |
| * Use constants for trade text indexes (#501)Rangi2025-03-081-5/+23
| |
| * Avoid using `EQUS` when `EQU` or `MACRO` will do (#496)Rangi2025-02-271-6/+6
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-3036-222/+227
|\|
| * Fix some label typos, and add some constants instead of raw numbers (#492)Narishma-gb2025-01-302-9/+9
| |
| * Consistently refer to CGB, not GBC (#491)SatoMew2025-01-301-8/+8
| |
| * Consistently capitalize `ASSERT` directives (#489)Rangi2025-01-2811-20/+20
| |
| * Miscellaneous cleanup (#488)Rangi2025-01-2813-29/+37
| | | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com>
| * Correct wTileMapBackup declared space (#487)Engezerstorung2025-01-281-12/+12
| |
| * Use `EFFECT_1E`Rangi422024-12-271-1/+1
| |
| * Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2024-12-271-1/+1
| |
| * Use RGBDS 0.9.0 (#482)Rangi2024-12-251-2/+1
| |
* | Identify unnamed functions in map_sprites.asm (#126)Engezerstorung2025-01-231-7/+7
| | | | | | Also fix a label name
* | Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi2024-12-271-1/+1
| |
* | Use RGBDS 0.9.0 (#123)Rangi2024-12-251-2/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokeredRangi422024-12-2510-24/+26
|\|
| * Use `SERIAL_RNS_LENGTH` in `BattleRandom`Rangi422024-12-211-2/+2
| |
| * Remove redundant parenthesesRangi422024-12-166-10/+10
| |
| * Use "gray", not "grey"Rangi422024-12-163-4/+4
| | | | | | | | 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-3/+5
| |
* | Fix comments around battle evolution code (#120)TiKevin832024-11-171-1/+1
| | | | | | the bug that allows item evolutions to happen after battles is patched here in Yellow where it isn't in Red/Blue. Updated a comment to reflect this.
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-10-095-39/+55
|\|
| * `FreezeEnemyTrainerSprite` -> `SetEnemyTrainerToStayAndFaceAnyDirection`Vortyne2024-10-071-3/+3
| |
| * `dbsprite` is the wrong macro for `WriteOAMBlock` data (#472)Vortyne2024-09-294-39/+58
| |
| * This byte is written to, but not used (#471)Vortyne2024-09-251-1/+1
| | | | | | | | | | | | | | | | | | it's written to in init_player_data.asm ``` ld hl, wObtainedBadges ld [hli], a ld [hl], a ```
* | Rename off-by-one wram labelsdannye2024-09-2913-63/+63
| |
* | Identify more bit flags (#119)Sylvie2024-09-294-11/+14
| | | | | | | | | | * Identify more bit flags * Bit serves dual use in debug mode
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-25118-1137/+1159
|\|
| * Identify `wCurrentMapScriptFlags` bits (#467)Sylvie2024-09-245-5/+5
| |
| * Identify hardware register bits (#469)Sylvie2024-09-242-4/+4
| |
| * Identify more bit flags (#465)Sylvie2024-09-248-16/+24
| | | | | | | | | | * Identify more bit flags * Space
| * Fix comment: Road -> Roar (#466)Vortyne2024-09-241-4/+4
| |
| * Identify more flag bits (#464)Sylvie2024-09-2327-110/+119
| |
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-1843-172/+173
| |
| * Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie2024-09-1810-28/+26
| | | | | | Also identify `wPPUpCountAndMaxPP`
| * Use correct label in get_trainer_name.asm (#461)Vortyne2024-09-091-1/+1
| |
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-0438-147/+146
| |
| * Identify wcd6d as wNameBuffer and others (#455)Sylvie2024-07-2421-50/+52
| |
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-1660-443/+449
| |