| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use RGBDS 0.9.0 (#482) | Rangi | 2024-12-25 | 5 | -22/+21 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 ``` | ||||
| * | 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` | ||||
| * | Use correct label in get_trainer_name.asm (#461) | Vortyne | 2024-09-09 | 1 | -1/+1 |
| | | |||||
| * | Use long option flags for rgbgfx, same as tools/gfx | Rangi42 | 2024-08-28 | 1 | -9/+9 |
| | | |||||
| * | Fix comment about auto text box drawing (#458) | Vortyne | 2024-08-04 | 1 | -1/+1 |
| | | | | Actually, setting bit 0 of this byte disables auto text box drawing on calling DisplayTextID. See https://github.com/pret/pokered/blob/6e3ab0a9e97ff14123ac65f56cb4b4ddab45b695/engine/menus/display_text_id_init.asm#L7 | ||||
| * | Use bankless symbols for VC constants | Rangi42 | 2024-08-04 | 3 | -7/+9 |
| | | | | | | This is valid according to the .sym file spec: <https://rgbds.gbdev.io/sym/> | ||||
| * | Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457) | Sylvie | 2024-08-04 | 50 | -177/+181 |
| | | |||||
| * | Identify wcd6d as wNameBuffer and others (#455) | Sylvie | 2024-07-24 | 43 | -129/+142 |
| | | |||||
| * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 143 | -1081/+1071 |
| | | |||||
| * | Build with RGBDS 0.8.0, though it is not yet required | Rangi42 | 2024-06-28 | 2 | -4/+4 |
| | | |||||
| * | Identify some unused WRAM variables (#453) | Sylvie | 2024-06-15 | 20 | -53/+49 |
| | | |||||
| * | Add comment about audio engine perfect pitch bug (#451) | Preeyan Parmar | 2024-05-23 | 3 | -3/+6 |
| | | | | Co-authored-by: preeyan <preeyan> | ||||
| * | Use constant in wram for hidden item flags (#445) | Vortyne | 2024-05-05 | 5 | -2/+15 |
| | | | | Prevents defining more hidden items than the flag array has room for | ||||
| * | Fix hard-coded bank | dannye | 2024-05-05 | 1 | -1/+1 |
| | | |||||
| * | Update to RGBDS 0.7.0 (#447) | Rangi | 2024-01-03 | 13 | -48/+35 |
| | | |||||
| * | Use BANK("Trainer Sight") to apply to all four possible functions in the ↵ | Vortyne | 2023-12-23 | 1 | -1/+1 |
| | | | | | "Trainer Sight" section (#444) | ||||
| * | Clean up item comments (#443) | SatoMew | 2023-12-18 | 3 | -15/+21 |
| | | |||||
| * | Correct StarterDex function comment (#440) | colawsol | 2023-12-06 | 1 | -1/+1 |
| | | |||||
| * | Convert a couple ds 2 to dw | vulcandth | 2023-11-22 | 3 | -4/+4 |
| | | |||||
| * | Delete a couple EOL whitespace. | vulcandth | 2023-11-22 | 2 | -2/+2 |
| | | |||||
| * | Fix some map text constants | dannye | 2023-11-21 | 5 | -21/+21 |
| | | |||||
| * | Fix a few usages of EFFECTIVE | dannye | 2023-11-21 | 3 | -4/+3 |
| | | |||||
| * | Fix inaccurate comment in UpdateNPCSprite | Rangi42 | 2023-11-21 | 1 | -2/+2 |
| | | | | | Fixes #404 | ||||
| * | Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZE | Rangi42 | 2023-11-21 | 4 | -14/+14 |
| | | | | | Fixes #430 | ||||
| * | Rename two unused items as `ITEM_XX` like pokecrystal | Rangi42 | 2023-11-21 | 4 | -11/+11 |
| | | |||||
| * | Use some more constants in place of raw numbers | Rangi42 | 2023-11-21 | 2 | -18/+23 |
| | | |||||
