| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up home/copy2.asm (#531) | PokefanMarcel | 2025-09-10 | 1 | -11/+11 |
| | | | | | | | | * Use `SCREEN_WIDTH`, rename loop, and remove obsolete comment in `ClearScreenArea` * Use `SCREEN_HEIGHT` and `lb` in `CopyScreenTileBufferToVRAM` * Use `SCREEN_AREA` in `ClearScreen` | ||||
| * | Use RAMG_SRAM_ENABLE (#530) | PokefanMarcel | 2025-09-07 | 1 | -1/+1 |
| | | |||||
| * | Document visual glitch with Pewter City Gym guy (#526) | PokefanMarcel | 2025-09-03 | 1 | -1/+1 |
| | | |||||
| * | Update comment for clarity (#529) | Vortyne | 2025-09-03 | 1 | -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-gb | 2025-09-03 | 30 | -214/+221 |
| | | | | | | * 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 used | Rangi42 | 2025-08-28 | 1 | -1/+2 |
| | | |||||
| * | Specify file extensions that `make` does not generate | Rangi42 | 2025-08-27 | 1 | -5/+12 |
| | | |||||
| * | Document a bug in `PrintBenchGuyText` (#523) | Narishma-gb | 2025-08-17 | 1 | -0/+9 |
| | | |||||
| * | Use `dname` macro to automatically pad names with `"@"` characters (#525) | Rangi | 2025-08-17 | 4 | -202/+219 |
| | | |||||
| * | Use `<STAT>_UP1_EFFECT` constants (#522) | PokefanMarcel | 2025-08-16 | 1 | -4/+4 |
| | | |||||
| * | List end markers (-1 aka $FF) are not part of table data | Rangi42 | 2025-08-13 | 2 | -5/+5 |
| | | |||||
| * | Say how many bytes the assertion macros expected vs got | Rangi42 | 2025-08-13 | 1 | -14/+20 |
| | | |||||
| * | Identify `JOYP_SGB_MLT_REQ` constant | Rangi42 | 2025-08-11 | 2 | -4/+7 |
| | | |||||
| * | Update hardware.inc to 5.3.0 and use its `JOYP_SGB_*` constants | Rangi42 | 2025-08-11 | 2 | -24/+50 |
| | | |||||
| * | Try to catch missing commas in `tmhm` learnsets | Rangi42 | 2025-08-03 | 1 | -0/+1 |
| | | |||||
| * | Update hardware.inc to 5.2.0 | Rangi42 | 2025-07-22 | 3 | -23/+31 |
| | | |||||
| * | Use hardware constants for tile attributes in VermilionDockOAMBlock (#516) | kagnusdev | 2025-07-11 | 1 | -4/+4 |
| | | |||||
| * | Use less generic labels for party finding loops (#514) | kagnusdev | 2025-07-07 | 1 | -4/+4 |
| | | |||||
| * | Require RGBDS 0.9.3 for its DMG palette specs (#513) | Rangi | 2025-07-02 | 5 | -19/+19 |
| | | |||||
| * | Check limits for warp, bg, and object events | Rangi42 | 2025-07-02 | 3 | -8/+18 |
| | | |||||
| * | Define `MAX_WARP_EVENTS` | Rangi42 | 2025-07-02 | 3 | -2/+7 |
| | | |||||
| * | Use more audio constants | Rangi42 | 2025-06-30 | 3 | -33/+33 |
| | | |||||
| * | Use combined hardware constants | Rangi42 | 2025-06-30 | 49 | -86/+86 |
| | | |||||
| * | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 2025-06-30 | 152 | -1360/+2253 |
| | | |||||
| * | Distinguish single trainer pics section from Pokemon pics | Rangi42 | 2025-06-25 | 3 | -3/+3 |
| | | |||||
| * | Fishing graphics make more sense horizontally | Rangi42 | 2025-06-25 | 3 | -0/+0 |
| | | |||||
| * | Simplify `li` macro | Rangi42 | 2025-06-11 | 1 | -1/+1 |
| | | |||||
| * | Add .rgbds-version file for rgbenv compatibility | Rangi42 | 2025-06-07 | 1 | -0/+1 |
| | | |||||
| * | Fix typos | dannye | 2025-06-03 | 7 | -11/+11 |
| | | |||||
| * | Add a `CANNOT_MOVE` constant (#508) | Rangi | 2025-05-31 | 2 | -3/+8 |
| | | |||||
| * | Use features new to RGBDS 0.9.2 (#506) | Rangi | 2025-05-10 | 4 | -15/+15 |
| | | |||||
| * | Fix sprite data comment (#507) | Vortyne | 2025-05-09 | 1 | -2/+2 |
| | | | | Reduces confusion if someone edits this file since the wrong byte was commented | ||||
| * | Rename `Green1/2/3` to `Rival1/2/3` for consistency | Rangi42 | 2025-04-20 | 1 | -6/+6 |
| | | |||||
| * | Use constants in `PrintBCDNumber` calls (#503) | Narishma-gb | 2025-04-08 | 8 | -15/+12 |
| | | |||||
| * | Further improve NPC trade labels and comments (#493) | SatoMew | 2025-04-08 | 2 | -27/+14 |
| | | |||||
| * | Use constants for PP masks instead of magic numbers (#504) | edave64 | 2025-04-02 | 6 | -16/+20 |
| | | |||||
| * | Remove GSC-only Stadium data handling from make_patch.c | Rangi42 | 2025-03-11 | 1 | -6/+0 |
| | | |||||
| * | Support `<` and `>` prefixes for high and low bytes in VC patch templates (#502) | Rangi | 2025-03-08 | 1 | -2/+22 |
| | | |||||
| * | Correct `vc_patch` length (#499) | Narishma-gb | 2025-03-08 | 1 | -1/+1 |
| | | |||||
| * | Use constants for trade text indexes (#501) | Rangi | 2025-03-08 | 2 | -5/+24 |
| | | |||||
| * | Use "command -v" instead of "which" | mid-kid | 2025-03-07 | 1 | -1/+1 |
| | | | | | | | The "which" command has been deprecated in debianutils, and while other distributions still ship it, "command -v" is in POSIX and implemented without external packages. | ||||
| * | Fix termux instructions to not use "sudo" | mid-kid | 2025-03-07 | 1 | -2/+2 |
| | | |||||
| * | Avoid using `EQUS` when `EQU` or `MACRO` will do (#496) | Rangi | 2025-02-27 | 4 | -27/+82 |
| | | |||||
| * | Fix hardcoded address in Blue VC patch | Rangi42 | 2025-02-04 | 1 | -1/+1 |
| | | |||||
| * | Fix some label typos, and add some constants instead of raw numbers (#492) | Narishma-gb | 2025-01-30 | 17 | -69/+69 |
| | | |||||
| * | Consistently refer to CGB, not GBC (#491) | SatoMew | 2025-01-30 | 4 | -15/+18 |
| | | |||||
| * | Consistently capitalize `ASSERT` directives (#489) | Rangi | 2025-01-28 | 15 | -25/+25 |
| | | |||||
| * | Miscellaneous cleanup (#488) | Rangi | 2025-01-28 | 18 | -34/+46 |
| | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com> | ||||
| * | Comment on size of union | Rangi42 | 2025-01-28 | 1 | -0/+1 |
| | | |||||
| * | Correct wTileMapBackup declared space (#487) | Engezerstorung | 2025-01-28 | 4 | -32/+46 |
| | | |||||
