| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix hardcoded address in VC patch | Rangi42 | 2025-02-04 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-01-30 | 71 | -335/+361 |
| |\ | |||||
| | * | 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 |
| | | | |||||
| | * | Use `EFFECT_1E` | Rangi42 | 2024-12-27 | 1 | -1/+1 |
| | | | |||||
| | * | Use exported constants for VC patch (#483) | vulcandth | 2024-12-27 | 7 | -144/+136 |
| | | | |||||
| | * | Don't pass redundant label names to `table_width` and `list_start` (#484) | Rangi | 2024-12-27 | 48 | -63/+74 |
| | | | |||||
| | * | Use RGBDS 0.9.0 (#482) | Rangi | 2024-12-25 | 5 | -22/+21 |
| | | | |||||
| * | | Identify unnamed functions in map_sprites.asm (#126) | Engezerstorung | 2025-01-23 | 1 | -7/+7 |
| | | | | | | | Also fix a label name | ||||
| * | | Use exported constants for VC patch (#124) | vulcandth | 2024-12-27 | 5 | -73/+67 |
| | | | |||||
| * | | Don't pass redundant label names to `table_width` and `list_start` (#125) | Rangi | 2024-12-27 | 48 | -64/+75 |
| | | | |||||
| * | | Remove `-Wnumeric-string=2` | Rangi42 | 2024-12-25 | 1 | -1/+1 |
| | | | |||||
| * | | Use RGBDS 0.9.0 (#123) | Rangi | 2024-12-25 | 6 | -20/+19 |
| | | | |||||
| * | | Use spaces around operators | Rangi42 | 2024-12-25 | 1 | -4/+4 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | Rangi42 | 2024-12-25 | 22 | -67/+73 |
| |\| | |||||
| | * | Use `SERIAL_RNS_LENGTH` in `BattleRandom` | Rangi42 | 2024-12-21 | 1 | -2/+2 |
| | | | |||||
| | * | Let CheckEitherEventSet reuse A like CheckBothEventsSet | Rangi42 | 2024-12-16 | 2 | -3/+6 |
| | | | |||||
| | * | Remove redundant parentheses | Rangi42 | 2024-12-16 | 8 | -15/+15 |
| | | | |||||
| | * | Use "gray", not "grey" | Rangi42 | 2024-12-16 | 7 | -31/+31 |
| | | | | | | | | | This matches the in-game text, e.g. Pewter is "A Stone Gray City" | ||||
| | * | Assert the relations between some move effect constants (#478) | Sylvie | 2024-11-24 | 4 | -10/+12 |
| | | | |||||
| | * | GitHub Actions needs libpng-dev installed for rgbds | Rangi42 | 2024-10-16 | 1 | -0/+1 |
| | | | |||||
| * | | Fix comments around battle evolution code (#120) | TiKevin83 | 2024-11-17 | 1 | -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. | ||||
| * | | Fix the .wave5 comment for yellow sfx data | dannye | 2024-10-09 | 1 | -6/+2 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-10-09 | 27 | -7918/+297 |
| |\| | |||||
| | * | Renamed pokemon-asm-tools to gb-asm-tools | Rangi42 | 2024-10-09 | 1 | -1/+1 |
| | | | |||||
| | * | Tools depend on common.h by default | Rangi42 | 2024-10-07 | 1 | -4/+1 |
| | | | |||||
| | * | Remove independent tools and link to pokemon-asm-tools | Rangi42 | 2024-10-07 | 9 | -2849/+2 |
| | | | |||||
| | * | Comment wave5 garbage data (#474) | Sylvie | 2024-10-07 | 1 | -0/+6 |
| | | | | | | | Also mention songs that use which wave5 data | ||||
| | * | Rewrite `transpose_tiles` to be in-place (#475) | Sylvie | 2024-10-07 | 1 | -7/+10 |
| | | | |||||
| | * | Consistently format WRAM values (#476) | Sylvie | 2024-10-07 | 1 | -3/+6 |
| | | | | | | | | | | | * Use `db` instead of `ds 1` * Use a `UNION` for overlapping `db`/`dw` | ||||
| | * | `FreezeEnemyTrainerSprite` -> `SetEnemyTrainerToStayAndFaceAnyDirection` | Vortyne | 2024-10-07 | 3 | -6/+6 |
| | | | |||||
| | * | `dbsprite` is the wrong macro for `WriteOAMBlock` data (#472) | Vortyne | 2024-09-29 | 5 | -40/+59 |
| | | | |||||
| | * | Implement .pic to .2bpp decompression (#470) | Sylvie | 2024-09-26 | 7 | -5018/+219 |
| | | | |||||
| | * | This byte is written to, but not used (#471) | Vortyne | 2024-09-25 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | it's written to in init_player_data.asm ``` ld hl, wObtainedBadges ld [hli], a ld [hl], a ``` | ||||
| * | | Rename off-by-one wram labels | dannye | 2024-09-29 | 26 | -102/+102 |
| | | | |||||
| * | | Identify more bit flags (#119) | Sylvie | 2024-09-29 | 8 | -14/+18 |
| | | | | | | | | | | | * Identify more bit flags * Bit serves dual use in debug mode | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-09-25 | 287 | -2463/+2580 |
| |\| | |||||
| | * | Use `const_skip` | Rangi42 | 2024-09-24 | 1 | -12/+12 |
| | | | |||||
| | * | Identify `wCurrentMapScriptFlags` bits (#467) | Sylvie | 2024-09-24 | 48 | -115/+124 |
| | | | |||||
| | * | Identify hardware register bits (#469) | Sylvie | 2024-09-24 | 6 | -13/+24 |
| | | | |||||
| | * | Identify more bit flags (#465) | Sylvie | 2024-09-24 | 13 | -27/+40 |
| | | | | | | | | | | | * Identify more bit flags * Space | ||||
| | * | Fix comment: Road -> Roar (#466) | Vortyne | 2024-09-24 | 1 | -4/+4 |
| | | | |||||
| | * | Identify more flag bits (#464) | Sylvie | 2024-09-23 | 53 | -193/+267 |
| | | | |||||
| | * | Remove the Discord webhook and tools/unnamed.py | Rangi42 | 2024-09-18 | 3 | -157/+0 |
| | | | | | | | | | Everything is named, unnamed.py reports 100.00% complete | ||||
| | * | Identify remaining uses of `wd0b5` and `wd11e` (#463) | Sylvie | 2024-09-18 | 57 | -237/+243 |
| | | | |||||
| | * | Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462) | Sylvie | 2024-09-18 | 73 | -181/+182 |
| | | | | | | | Also identify `wPPUpCountAndMaxPP` | ||||
