| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-11-27 | Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543) | Narishma-gb | 1 | -2/+2 | |
| 2025-11-18 | Use more hardware and graphics constants (#532) | Narishma-gb | 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`. | |||||
| 2024-12-27 | Don't pass redundant label names to `table_width` and `list_start` (#125) | Rangi | 1 | -1/+1 | |
| 2024-12-27 | Don't pass redundant label names to `table_width` and `list_start` (#484) | Rangi | 1 | -1/+1 | |
| 2024-09-23 | Identify more flag bits (#464) | Sylvie | 1 | -6/+14 | |
| 2024-09-18 | Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462) | Sylvie | 1 | -1/+1 | |
| Also identify `wPPUpCountAndMaxPP` | |||||
| 2024-07-16 | Identify various flag labels and bit constants (#454) | Sylvie | 1 | -1/+1 | |
| 2023-11-20 | Add `bigdw` and `dc` data macros | Rangi42 | 1 | -12/+12 | |
| 2022-07-09 | wOAMBuffer -> wShadowOAM (#95) | Colton G. Rushton | 1 | -1/+1 | |
| 2022-07-09 | wOAMBuffer -> wShadowOAM (#370) | Colton G. Rushton | 1 | -1/+1 | |
| 2022-06-06 | RGBDS syntax updates (#86) | vulcandth | 1 | -1/+1 | |
| New MACRO and DEF syntax | |||||
| 2022-06-06 | RGBDS syntax updates (#358) | vulcandth | 1 | -1/+1 | |
| New MACRO and DEF syntax | |||||
| 2020-11-05 | Sync more with pokered | Rangi | 1 | -2/+2 | |
| 2020-11-04 | Sync with pokered | dannye | 1 | -170/+93 | |
| 2020-10-19 | Some formatting changes | Rangi | 1 | -36/+43 | |
| 2020-08-31 | Use constants to delineate map types, and factor out more data | Rangi | 1 | -3/+0 | |
| 2020-07-16 | Use a macro for BattleTransition_DoubleCircle data | Rangi | 1 | -80/+29 | |
| 2020-07-07 | Use 'tile' and 'tiles' macros | Rangi | 1 | -5/+3 | |
| 2020-07-07 | Sync coordinate macros with pokecrystal | Rangi | 1 | -42/+42 | |
| 2020-07-06 | Specify the ldh instruction, don't turn ld into ldh | Rangi | 1 | -15/+15 | |
| 2020-07-05 | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi | 1 | -1/+1 | |
| 2020-07-03 | H_CONSTANTNAMES -> hConstantNames | Rangi | 1 | -9/+9 | |
| 2020-07-03 | Add subdirectories to data/ similar to pokecrystal | Rangi | 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/. | |||||
| 2020-06-27 | Organize gfx/ | Rangi | 1 | -1/+1 | |
| 2020-06-23 | Move more tables from engine/ to data/ | Rangi | 1 | -29/+1 | |
| This also splits the end of engine/battle/core.asm into engine/battle/effects.asm. | |||||
| 2020-05-20 | Sync with pokered | dannye | 1 | -15/+15 | |
| 2019-07-07 | Replace some hard-coded values with constants | Rangi | 1 | -1/+1 | |
| 2019-01-23 | Pull bug descriptions into documentation, add more relevant docs from ↵ | Travis McGeehan | 1 | -6/+0 | |
| pokecrystal | |||||
| 2019-01-23 | Note bug in Battle Transitions | TiKevin83 | 1 | -0/+6 | |
| 2019-01-01 | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 1 | -14/+14 | |
| Polished Map | |||||
| 2017-09-25 | Fix warnings about deprecated mnemonics on newer builds of rgbds | Pokechu22 | 1 | -1/+1 | |
| 2017-06-09 | Replace deprecated mnemonics by the correct ones | Antonio Niño Díaz | 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> | |||||
| 2016-06-11 | sync engine code with pokered | YamaArashi | 1 | -5/+5 | |
| 2016-06-11 | remove address comments | YamaArashi | 1 | -38/+38 | |
| 2016-06-11 | remove address comments | YamaArashi | 1 | -38/+38 | |
| 2015-10-29 | overworld item & movement code, cable club code, remove more instances of ↵ | luckytyphlosion | 1 | -5/+5 | |
| W_, add PIKAHAPPY_TRADE Also make replace.sh take args | |||||
| 2015-10-12 | Rename some palette labels. | luckytyphlosion | 1 | -4/+4 | |
| Also add replace.sh | |||||
| 2015-09-03 | Make pokeyellow build correctly. | luckytyphlosion | 1 | -2/+4 | |
| 2015-08-30 | No more W_ | dannye | 1 | -5/+5 | |
| 2015-08-30 | Fixes. | luckytyphlosion | 1 | -95/+0 | |
| 2015-08-10 | No more $C8 | dannye | 1 | -1/+1 | |
| Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers | |||||
| 2015-08-09 | Replace some hardcoded data sizes | dannye | 1 | -1/+2 | |
| 2015-08-05 | Use more lb | dannye | 1 | -1/+1 | |
| and other clean up | |||||
| 2015-07-24 | named animation functions/variables | YamaArashi | 1 | -38/+38 | |
| 2015-07-23 | clean up wram aliases | YamaArashi | 1 | -35/+41 | |
| 2015-07-18 | Consolidate coord macros | dannye | 1 | -22/+22 | |
| 2015-07-14 | player animations, emotion bubbles, etc. | YamaArashi | 1 | -3/+3 | |
| 2015-07-14 | Use more screen dimension constants | dannye | 1 | -34/+34 | |
| 2015-07-14 | Use more *Coord | dannye | 1 | -5/+5 | |
| also town map code relabelling YamaArashi just did town map relabelling but oh well I aleady made the changes and don't feel like redoing it | |||||
| 2015-07-12 | More bank1c documentation. | luckytyphlosion | 1 | -45/+49 | |
