aboutsummaryrefslogtreecommitdiffstats
path: root/engine (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Avoid magic numbers for most `CopyData` calls (#542)Rangi2025-11-2517-49/+51
| |
| * Use `ld_hli_a_string` macro to make byte-by-byte strings more obvious (#540)Rangi2025-11-233-39/+7
| |
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-1826-71/+82
| | | | | | | | | | | | | | | | | | | | | | | | - 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`.
* | Identify characters in `_OakSpeechText2B` and `Printer_GetMonStats.IDNo` (#144)abcboy1012025-12-301-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-1239-204/+204
|\|
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-1232-131/+131
| |
| * Consistently use `ld [hli]`/`ld [hld]`, not `ldi`/`ldd`Rangi2025-10-052-8/+8
| |
| * Revise some RAM buffer constantsRangi2025-09-263-6/+6
| |
| * Use RAMG_SRAM_ENABLE (#530)PokefanMarcel2025-09-071-1/+1
| |
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-1031-220/+189
| | | | | | | | | | | | | | | | | | * 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-0623-176/+195
|\|
| * Update comment for clarity (#529)Vortyne2025-09-031-1/+2
| | | | | | Actually copies from battle struct to party struct to make HP and status changes to a pokemon permanent
| * Label and constant cleanup (#528)Narishma-gb2025-09-0318-172/+188
| | | | | | | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit
| * Document a bug in `PrintBenchGuyText` (#523)Narishma-gb2025-08-171-0/+9
| |
| * Use `dname` macro to automatically pad names with `"@"` characters (#525)Rangi2025-08-171-1/+1
| |
| * Use `<STAT>_UP1_EFFECT` constants (#522)PokefanMarcel2025-08-161-4/+4
| |
| * Identify `JOYP_SGB_MLT_REQ` constantRangi422025-08-111-4/+4
| |
| * Update hardware.inc to 5.3.0 and use its `JOYP_SGB_*` constantsRangi422025-08-111-14/+14
| |
| * Use less generic labels for party finding loops (#514)kagnusdev2025-07-071-4/+4
| |
* | Fix .tilemap file extension, fix some typos (#138)Narishma-gb2025-09-062-8/+8
| |
* | Rename `.asm_39c46` to `.loopSkipTrainer` (#122)PokefanMarcel2025-07-231-4/+4
| | | | | | | | | | --------- Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* | Replace hardcoded offset with address (#132)kagnusdev2025-07-231-1/+1
| |
* | Add more labels and constants for Options menu (#133)thoth-332025-07-231-158/+198
| | | | | | | | | | | | | | * Copy more structure from pokecrystal --------- Co-authored-by: Rangi42 <sylvie.oukaour+rangi42@gmail.com>
* | Use hardware.inc constants in places unique to YellowRangi422025-07-024-16/+16
| |
* | 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
| |