| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | Rangi42 | 2024-12-25 | 10 | -24/+26 | |
| |\| | ||||||
| | * | Use `SERIAL_RNS_LENGTH` in `BattleRandom` | Rangi42 | 2024-12-21 | 1 | -2/+2 | |
| | | | ||||||
| | * | Remove redundant parentheses | Rangi42 | 2024-12-16 | 6 | -10/+10 | |
| | | | ||||||
| | * | Use "gray", not "grey" | Rangi42 | 2024-12-16 | 3 | -4/+4 | |
| | | | | | | | | | 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 | 1 | -3/+5 | |
| | | | ||||||
| * | | 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. | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-10-09 | 5 | -39/+55 | |
| |\| | ||||||
| | * | `FreezeEnemyTrainerSprite` -> `SetEnemyTrainerToStayAndFaceAnyDirection` | Vortyne | 2024-10-07 | 1 | -3/+3 | |
| | | | ||||||
| | * | `dbsprite` is the wrong macro for `WriteOAMBlock` data (#472) | Vortyne | 2024-09-29 | 4 | -39/+58 | |
| | | | ||||||
| | * | This byte is written to, but not used (#471) | Vortyne | 2024-09-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | 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 | 13 | -63/+63 | |
| | | | ||||||
| * | | Identify more bit flags (#119) | Sylvie | 2024-09-29 | 4 | -11/+14 | |
| | | | | | | | | | | | * Identify more bit flags * Bit serves dual use in debug mode | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-09-25 | 118 | -1137/+1159 | |
| |\| | ||||||
| | * | Identify `wCurrentMapScriptFlags` bits (#467) | Sylvie | 2024-09-24 | 5 | -5/+5 | |
| | | | ||||||
| | * | Identify hardware register bits (#469) | Sylvie | 2024-09-24 | 2 | -4/+4 | |
| | | | ||||||
| | * | Identify more bit flags (#465) | Sylvie | 2024-09-24 | 8 | -16/+24 | |
| | | | | | | | | | | | * 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 | 27 | -110/+119 | |
| | | | ||||||
| | * | Identify remaining uses of `wd0b5` and `wd11e` (#463) | Sylvie | 2024-09-18 | 43 | -172/+173 | |
| | | | ||||||
| | * | Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462) | Sylvie | 2024-09-18 | 10 | -28/+26 | |
| | | | | | | | Also identify `wPPUpCountAndMaxPP` | |||||
| | * | Use correct label in get_trainer_name.asm (#461) | Vortyne | 2024-09-09 | 1 | -1/+1 | |
| | | | ||||||
| | * | Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457) | Sylvie | 2024-08-04 | 38 | -147/+146 | |
| | | | ||||||
| | * | Identify wcd6d as wNameBuffer and others (#455) | Sylvie | 2024-07-24 | 21 | -50/+52 | |
| | | | ||||||
| | * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 60 | -443/+449 | |
| | | | ||||||
| | * | Identify some unused WRAM variables (#453) | Sylvie | 2024-06-15 | 12 | -19/+19 | |
| | | | ||||||
| * | | Improve documentation of some SRAM routines (#114) | SatoMew | 2024-06-26 | 9 | -59/+56 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-05-05 | 6 | -18/+24 | |
| |\| | ||||||
| | * | Fix hard-coded bank | dannye | 2024-05-05 | 1 | -1/+1 | |
| | | | ||||||
| | * | Update to RGBDS 0.7.0 (#447) | Rangi | 2024-01-03 | 2 | -4/+4 | |
| | | | ||||||
| | * | Clean up item comments (#443) | SatoMew | 2023-12-18 | 1 | -11/+17 | |
| | | | ||||||
| | * | Correct StarterDex function comment (#440) | colawsol | 2023-12-06 | 1 | -1/+1 | |
| | | | ||||||
| | * | Delete a couple EOL whitespace. | vulcandth | 2023-11-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | Rename pikachu palette packets | dannye | 2023-11-21 | 6 | -17/+17 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-21 | 18 | -154/+129 | |
| |\| | ||||||
| | * | 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 | 1 | -5/+5 | |
| | | | | | | | | | Fixes #430 | |||||
| | * | Use some more constants in place of raw numbers | Rangi42 | 2023-11-21 | 1 | -16/+16 | |
| | | | ||||||
| | * | 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 | 2 | -4/+4 | |
| | | | ||||||
| | * | Use MEGA_PUNCH constant in explosion animation routine (#434) | BlueZangoose | 2023-11-21 | 2 | -8/+10 | |
| | | | | | | | | | | | | | | | | | | | * Use MEGA_PUNCH constant in explosion animation routine * Add AnimationType constants and assert --------- Co-authored-by: vulcandth <vulcandth@gmail.com> | |||||
| | * | Identify `wSavedCoordIndex` and its other usages | Rangi42 | 2023-11-20 | 5 | -7/+7 | |
| | | | ||||||
| | * | Add `bigdw` and `dc` data macros | Rangi42 | 2023-11-20 | 6 | -82/+56 | |
| | | | ||||||
| | * | Identify the unnamed HRAM variables and one WRAM label (#438) | Vortyne | 2023-11-20 | 3 | -23/+23 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-20 | 21 | -91/+106 | |
| |\| | ||||||
| | * | Name unnamed labels in seafoam islands and pokemon mansion script files (#435) | Vortyne | 2023-11-19 | 1 | -1/+1 | |
| | | | | | | | | | | | * Update PokemonMansion1F.asm * Name unnamed seafoam/mansion labels | |||||
| | * | Identify more map script labels | Rangi42 | 2023-11-18 | 1 | -12/+12 | |
| | | | ||||||
| | * | .calculateHPBarCoords incorrectly referenced OAM | vulcandth | 2023-11-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Resolves #411 Co-Authored-By: SnDream <12762219+sndream@users.noreply.github.com> | |||||
| | * | Add constants for wMapConnections bits and group map header wram labels | Linus Unnebäck | 2023-11-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | * Add constants for wMapConnections bits * Apply Vulcandth and Rangi42 feedback --------- Co-authored-by: vulcandth <vulcandth@gmail.com> | |||||
| | * | Use PSN constant in PoisonEffect routine (#426) | strager | 2023-09-20 | 1 | -1/+1 | |
| | | | ||||||
