aboutsummaryrefslogtreecommitdiffstats
path: root/engine (follow)
Commit message (Collapse)AuthorAge
* Rename wd49b to wPikachuEmotionModifier (#156)Yoann Fievez2026-06-14
| | | This variable serves as an override for Pikachu's emotion following specific events like refusing a Thunder Stone. It is automatically cleared when its mood normalizes.
* Document `UpdatePikachuHappinessAndMood` routine (#155)RainbowMetalPigeon2026-06-07
|
* Fix comments in `IsNextTileShoreOrWater` (#152)Narishma-gb2026-05-24
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-04-15
|\
| * Relabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580)PokefanMarcel2026-04-15
| |
| * Make `DebugSetPokedexEntries` automatically adapt to `NUM_POKEMON` changes ↵kagnusdev2026-04-06
| | | | | | | | (#576)
* | Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-17
|\|
| * Replace hard-coded numbers with constants in haze.asm (#564)DrNyk2026-01-17
| |
| * Align move grammar with pokecrystal (#565)SnorlaxMonster2026-01-17
| | | | | | Add comments explaining the redundant move grammar categories inherited from the Japanese version.
| * Use macros to enforce "hidden object" constraints, and rename them to ↵Rangi2026-01-07
| | | | | | | | "hidden events" (#559)
| * Use macros to enforce "missable/hide/show object" constraints, and rename ↵Rangi2026-01-07
| | | | | | | | them to "toggleable objects" (#557)
| * Replace magic number `$7` with `SLP_MASK` constant (#555)Jordan Moore2025-12-26
| |
| * Specify a max item length for `list_start` (#552)Rangi2025-12-15
| |
| * Comment more unreferenced local labels (#550)Narishma-gb2025-12-15
| |
| * Update `StatusScreen`, add `*_STATS_BOX` constants (#546)Narishma-gb2025-12-01
| |
| * Define player and rival names once, to be used in two places (#545)Rangi2025-12-01
| |
| * Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb2025-11-27
| |
| * Avoid magic numbers for most `CopyData` calls (#542)Rangi2025-11-25
| |
| * Use `ld_hli_a_string` macro to make byte-by-byte strings more obvious (#540)Rangi2025-11-23
| |
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-18
| | | | | | | | | | | | | | | | | | | | | | | | - 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-30
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-12
|\|
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-12
| |
| * Consistently use `ld [hli]`/`ld [hld]`, not `ldi`/`ldd`Rangi2025-10-05
| |
| * Revise some RAM buffer constantsRangi2025-09-26
| |
| * Use RAMG_SRAM_ENABLE (#530)PokefanMarcel2025-09-07
| |
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-10
| | | | | | | | | | | | | | | | | | * 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-06
|\|
| * Update comment for clarity (#529)Vortyne2025-09-03
| | | | | | 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-03
| | | | | | | | | | * 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-17
| |
| * Use `dname` macro to automatically pad names with `"@"` characters (#525)Rangi2025-08-17
| |
| * Use `<STAT>_UP1_EFFECT` constants (#522)PokefanMarcel2025-08-16
| |
| * Identify `JOYP_SGB_MLT_REQ` constantRangi422025-08-11
| |
| * Update hardware.inc to 5.3.0 and use its `JOYP_SGB_*` constantsRangi422025-08-11
| |
| * Use less generic labels for party finding loops (#514)kagnusdev2025-07-07
| |
* | Fix .tilemap file extension, fix some typos (#138)Narishma-gb2025-09-06
| |
* | Rename `.asm_39c46` to `.loopSkipTrainer` (#122)PokefanMarcel2025-07-23
| | | | | | | | | | --------- Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* | Replace hardcoded offset with address (#132)kagnusdev2025-07-23
| |
* | Add more labels and constants for Options menu (#133)thoth-332025-07-23
| | | | | | | | | | | | | | * Copy more structure from pokecrystal --------- Co-authored-by: Rangi42 <sylvie.oukaour+rangi42@gmail.com>
* | Use hardware.inc constants in places unique to YellowRangi422025-07-02
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-02
|\|
| * Use combined hardware constantsRangi422025-06-30
| |
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-30
| |
| * Distinguish single trainer pics section from Pokemon picsRangi422025-06-25
| |
| * Fix typosdannye2025-06-03
| |
| * Add a `CANNOT_MOVE` constant (#508)Rangi2025-05-31
| |
* | Use more ldpikacrydannye2025-05-25
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-05-10
|\|
| * Fix sprite data comment (#507)Vortyne2025-05-09
| | | | | | Reduces confusion if someone edits this file since the wrong byte was commented