| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 long option flags for rgbgfx, same as tools/gfx | Rangi42 | 2024-08-28 | 1 | -2/+2 | |
| | | | ||||||
| * | | Rename event constants for Jessie/James battles | Rangi42 | 2024-07-24 | 5 | -32/+31 | |
| | | | ||||||
| * | | Build with RGBDS 0.8.0, though it is not yet required | Rangi42 | 2024-06-28 | 2 | -4/+4 | |
| | | | ||||||
| * | | Improve documentation of some SRAM routines (#114) | SatoMew | 2024-06-26 | 13 | -71/+69 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-05-05 | 24 | -74/+80 | |
| |\| | ||||||
| | * | 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 | |
| | | | ||||||
| * | | Remove pcm.py since pcm.c handles it | Rangi42 | 2023-11-23 | 1 | -156/+0 | |
| | | | ||||||
| * | | Rename pikachu palette packets | dannye | 2023-11-21 | 11 | -92/+94 | |
| | | | ||||||
| * | | Don't list unidentified labels in webhook right now | dannye | 2023-11-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-21 | 50 | -362/+346 | |
| |\| | ||||||
| | * | 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 | |
| | | | ||||||
| | * | Replace some `$a` with `EFFECTIVE` (#399) | RainbowMetalPigeon | 2023-11-21 | 1 | -2/+2 | |
| | | | ||||||
| | * | Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407) | SatoMew | 2023-11-21 | 4 | -79/+79 | |
| | | | ||||||
| | * | Use MEGA_PUNCH constant in explosion animation routine (#434) | BlueZangoose | 2023-11-21 | 4 | -8/+19 | |
| | | | | | | | | | | | | | | | | | | | * Use MEGA_PUNCH constant in explosion animation routine * Add AnimationType constants and assert --------- Co-authored-by: vulcandth <vulcandth@gmail.com> | |||||
| | * | Update install instructions for Arch Linux | Rotekoppen | 2023-11-21 | 1 | -3/+1 | |
| | | | | | | | RGBDS is now available in the official repos as community/rgbds | |||||
| | * | Fix event check | dannye | 2023-11-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | List unidentified labels in Discord webhook | Rangi42 | 2023-11-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | Have palfix.py always output grayscale | Rangi42 | 2023-11-20 | 1 | -19/+5 | |
| | | | | | | | | | Fixes #431 | |||||
| | * | Identify `wSavedCoordIndex` and its other usages | Rangi42 | 2023-11-20 | 15 | -54/+57 | |
| | | | ||||||
| | * | Add `bigdw` and `dc` data macros | Rangi42 | 2023-11-20 | 8 | -91/+76 | |
| | | | ||||||
| | * | Identify the unnamed HRAM variables and one WRAM label (#438) | Vortyne | 2023-11-20 | 6 | -33/+30 | |
| | | | ||||||
| * | | Extend tools/pcm.c to allow decoding .pcm to .wav | Rangi42 | 2023-11-20 | 1 | -9/+68 | |
| | | | | | | | | | Fixes #79 | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-20 | 730 | -13192/+14903 | |
| |\| | ||||||
| | * | Name 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437) | Vortyne | 2023-11-19 | 2 | -4/+4 | |
| | | | ||||||
| | * | Fix SAFFRONCTIY typo | dannye | 2023-11-19 | 2 | -2/+2 | |
| | | | ||||||
| | * | Fix inconsistent B1F object consts | dannye | 2023-11-19 | 2 | -6/+6 | |
| | | | ||||||
| | * | Fix incorrect fallthrough comment | dannye | 2023-11-19 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix inconsistent object const names | dannye | 2023-11-19 | 6 | -27/+27 | |
| | | | ||||||
| | * | Remove incorrect sign object consts | dannye | 2023-11-19 | 2 | -3/+0 | |
| | | | ||||||
| | * | Name unnamed labels in seafoam islands and pokemon mansion script files (#435) | Vortyne | 2023-11-19 | 10 | -105/+105 | |
| | | | | | | | | | | | * Update PokemonMansion1F.asm * Name unnamed seafoam/mansion labels | |||||
| | * | Fix HallOfFake typo | dannye | 2023-11-19 | 1 | -2/+2 | |
| | | | ||||||
