| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-01-17 | 1 | -5/+5 |
| |\ | |||||
| | * | Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543) | Narishma-gb | 2025-11-27 | 1 | -2/+2 |
| | | | |||||
| | * | Use more hardware and graphics constants (#532) | Narishma-gb | 2025-11-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Use `OBJ_SIZE` and `TILE_SIZE` from hardware.inc. - `SPRITESTATEDATA1_LENGTH`, `NUM_SPRITESTATEDATA_STRUCTS` and `TILE_1BPP_SIZE` are used in some places. - Highlight an oversight in `OakSpeech` where several direct MBC bank switches are requested. - Remove redundant comments in home/overworld.asm. - Add unreferenced `FillBgMap` function to avoid a byte of dead code. - Some constants added in wram.asm. - Correctly separate the commented code in `SaveMainData`. | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-01-30 | 1 | -4/+4 |
| |\| | |||||
| | * | Don't pass redundant label names to `table_width` and `list_start` (#484) | Rangi | 2024-12-27 | 1 | -1/+1 |
| | | | |||||
| * | | Don't pass redundant label names to `table_width` and `list_start` (#125) | Rangi | 2024-12-27 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-09-25 | 1 | -8/+16 |
| |\| | |||||
| | * | Identify more flag bits (#464) | Sylvie | 2024-09-23 | 1 | -6/+14 |
| | | | |||||
| | * | Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462) | Sylvie | 2024-09-18 | 1 | -1/+1 |
| | | | | | | | Also identify `wPPUpCountAndMaxPP` | ||||
| | * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-21 | 1 | -12/+12 |
| |\| | |||||
| | * | Add `bigdw` and `dc` data macros | Rangi42 | 2023-11-20 | 1 | -12/+12 |
| | | | |||||
| | * | wOAMBuffer -> wShadowOAM (#370) | Colton G. Rushton | 2022-07-09 | 1 | -1/+1 |
| | | | |||||
| | * | RGBDS syntax updates (#358) | vulcandth | 2022-06-06 | 1 | -1/+1 |
| | | | | | | | New MACRO and DEF syntax | ||||
| | * | Some formatting changes | Rangi | 2020-10-19 | 1 | -36/+43 |
| | | | |||||
| | * | Use constants to delineate map types, and factor out more data | Rangi | 2020-08-31 | 1 | -3/+0 |
| | | | |||||
| | * | Use a macro for BattleTransition_DoubleCircle data | Rangi | 2020-07-16 | 1 | -80/+29 |
| | | | |||||
| | * | Use 'tile' and 'tiles' macros | Rangi | 2020-07-07 | 1 | -5/+3 |
| | | | |||||
| | * | Sync coordinate macros with pokecrystal | Rangi | 2020-07-07 | 1 | -42/+42 |
| | | | |||||
| | * | Specify the ldh instruction, don't turn ld into ldh | Rangi | 2020-07-06 | 1 | -15/+15 |
| | | | |||||
| | * | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi | 2020-07-05 | 1 | -1/+1 |
| | | | |||||
| | * | H_CONSTANTNAMES -> hConstantNames | Rangi | 2020-07-03 | 1 | -9/+9 |
| | | | |||||
| | * | Add subdirectories to data/ similar to pokecrystal | Rangi | 2020-07-03 | 1 | -1/+1 |
| | | | | | | | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/. | ||||
| | * | Organize gfx/ | Rangi | 2020-06-27 | 1 | -1/+1 |
| | | | |||||
| | * | Move more tables from engine/ to data/ | Rangi | 2020-06-23 | 1 | -29/+1 |
| | | | | | | | | | This also splits the end of engine/battle/core.asm into engine/battle/effects.asm. | ||||
| | * | Replace some hard-coded values with constants | Rangi | 2019-07-07 | 1 | -1/+1 |
| | | | |||||
| | * | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 2019-01-01 | 1 | -14/+14 |
| | | | | | | | | | Polished Map | ||||
| | * | Replace deprecated mnemonics by the correct ones | Antonio Niño Díaz | 2017-06-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com> | ||||
| | * | remove address comments | YamaArashi | 2016-06-11 | 1 | -38/+38 |
| | | | |||||
| | * | No more W_ | dannye | 2015-08-30 | 1 | -5/+5 |
| | | | |||||
| * | | wOAMBuffer -> wShadowOAM (#95) | Colton G. Rushton | 2022-07-09 | 1 | -1/+1 |
| | | | |||||
| * | | RGBDS syntax updates (#86) | vulcandth | 2022-06-06 | 1 | -1/+1 |
| | | | | | | | New MACRO and DEF syntax | ||||
| * | | Sync more with pokered | Rangi | 2020-11-05 | 1 | -2/+2 |
| | | | |||||
| * | | Sync with pokered | dannye | 2020-11-04 | 1 | -170/+93 |
| | | | |||||
| * | | Sync with pokered | dannye | 2020-05-20 | 1 | -15/+15 |
| | | | |||||
| * | | Fix warnings about deprecated mnemonics on newer builds of rgbds | Pokechu22 | 2017-09-25 | 1 | -1/+1 |
| | | | |||||
| * | | sync engine code with pokered | YamaArashi | 2016-06-11 | 1 | -5/+5 |
| | | | |||||
| * | | remove address comments | YamaArashi | 2016-06-11 | 1 | -38/+38 |
| | | | |||||
| * | | overworld item & movement code, cable club code, remove more instances of ↵ | luckytyphlosion | 2015-10-29 | 1 | -5/+5 |
| | | | | | | | | | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args | ||||
| * | | Rename some palette labels. | luckytyphlosion | 2015-10-12 | 1 | -4/+4 |
| | | | | | | | | | Also add replace.sh | ||||
| * | | Make pokeyellow build correctly. | luckytyphlosion | 2015-09-03 | 1 | -2/+4 |
| | | | |||||
| * | | Fixes. | luckytyphlosion | 2015-08-30 | 1 | -95/+0 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/iimarckus/pokered | luckytyphlosion | 2015-08-30 | 1 | -100/+200 |
| |\| | | | | | | | Doesn't build. | ||||
| | * | No more $C8 | dannye | 2015-08-10 | 1 | -1/+1 |
| | | | | | | | | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers | ||||
| | * | Replace some hardcoded data sizes | dannye | 2015-08-09 | 1 | -1/+2 |
| | | | |||||
| | * | Use more lb | dannye | 2015-08-05 | 1 | -1/+1 |
| | | | | | | | | | and other clean up | ||||
| | * | named animation functions/variables | YamaArashi | 2015-07-24 | 1 | -38/+38 |
| | | | |||||
| | * | clean up wram aliases | YamaArashi | 2015-07-23 | 1 | -35/+41 |
| | | | |||||
| | * | Consolidate coord macros | dannye | 2015-07-18 | 1 | -22/+22 |
| | | | |||||
| | * | player animations, emotion bubbles, etc. | YamaArashi | 2015-07-14 | 1 | -3/+3 |
| | | | |||||
