| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Identify characters in `_OakSpeechText2B` and `Printer_GetMonStats.IDNo` (#144) | abcboy101 | 2025-12-30 | 2 | -2/+4 |
| | | |||||
| * | Convert some PNG graphics to 2-bit grayscale (#143) | Narishma-gb | 2025-12-19 | 20 | -0/+0 |
| | | |||||
| * | Minor fix in Makefile, add one `PIKACHU_SPRITE_INDEX` (#141) | Narishma-gb | 2025-11-22 | 3 | -2/+3 |
| | | |||||
| * | Fix tools/unnamed.py | Rangi | 2025-11-15 | 1 | -4/+4 |
| | | |||||
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-11-12 | 72 | -446/+499 |
| |\ | |||||
| | * | Use features of RGBDS 1.0.0 (#537) | Rangi | 2025-11-12 | 61 | -375/+378 |
| | | | |||||
| | * | Use the same tools/make_patch.c as Gen 2 | Rangi42 | 2025-11-12 | 1 | -12/+59 |
| | | | | | | | | | The `--ignore` flag is not needed in Gen 1 | ||||
| | * | Expand comment on `_AfterTrade2Text ` to mention pokeyellow's changes (#536) | PokefanMarcel | 2025-11-06 | 1 | -1/+2 |
| | | | |||||
| | * | Consistently use `ld [hli]`/`ld [hld]`, not `ldi`/`ldd` | Rangi | 2025-10-05 | 2 | -8/+8 |
| | | | |||||
| | * | Revise some RAM buffer constants | Rangi | 2025-09-26 | 6 | -20/+20 |
| | | | |||||
| | * | 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 |
| | | | |||||
| * | | Separate surfing Pikachu graphics from audio engine code | Rangi | 2025-10-19 | 4 | -1/+4 |
| | | | | | | | | | Fixes #137 | ||||
| * | | Misc. naming and cleanup (#139) | Narishma-gb | 2025-09-10 | 53 | -253/+230 |
| | | | | | | | | | | | | | | | | | | | * 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/pokered | dannye | 2025-09-06 | 45 | -462/+532 |
| |\| | |||||
| | * | 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 |
| | | | |||||
| * | | Fix .tilemap file extension, fix some typos (#138) | Narishma-gb | 2025-09-06 | 17 | -15/+15 |
| | | | |||||
| * | | Use `SFX_STOP_ALL_MUSIC` (#136) | CreamElDudJafar | 2025-08-17 | 1 | -1/+1 |
| | | | |||||
| * | | Rename `.asm_39c46` to `.loopSkipTrainer` (#122) | PokefanMarcel | 2025-07-23 | 1 | -4/+4 |
| | | | | | | | | | | | --------- Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | | Replace hardcoded offset with address (#132) | kagnusdev | 2025-07-23 | 1 | -1/+1 |
| | | | |||||
| * | | Add more labels and constants for Options menu (#133) | thoth-33 | 2025-07-23 | 2 | -159/+206 |
| | | | | | | | | | | | | | | | * Copy more structure from pokecrystal --------- Co-authored-by: Rangi42 <sylvie.oukaour+rangi42@gmail.com> | ||||
| * | | Update hardware.inc to 5.2.0 | Rangi42 | 2025-07-22 | 4 | -60/+86 |
| | | | |||||
| * | | Use hardware.inc constants in places unique to Yellow | Rangi42 | 2025-07-02 | 7 | -26/+22 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-07-02 | 186 | -1477/+2391 |
| |\| | |||||
| | * | 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 |
| | | | |||||
