| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-12-15 | Comment more unreferenced local labels (#550) | Narishma-gb | 1 | -1/+1 | |
| 2025-11-27 | Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543) | Narishma-gb | 1 | -6/+6 | |
| 2025-11-18 | Use more hardware and graphics constants (#532) | Narishma-gb | 1 | -1/+1 | |
| - 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`. | |||||
| 2025-11-12 | Use features of RGBDS 1.0.0 (#537) | Rangi | 1 | -8/+8 | |
| 2025-09-10 | Misc. naming and cleanup (#139) | Narishma-gb | 1 | -1/+1 | |
| * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar` | |||||
| 2025-09-03 | Label and constant cleanup (#528) | Narishma-gb | 1 | -1/+1 | |
| * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit | |||||
| 2025-06-30 | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 1 | -20/+20 | |
| 2025-01-28 | Miscellaneous cleanup (#488) | Rangi | 1 | -3/+3 | |
| Co-authored-by: SatoMew <SatoMew@users.noreply.github.com> | |||||
| 2024-12-16 | Remove redundant parentheses | Rangi42 | 1 | -1/+1 | |
| 2024-09-23 | Identify more flag bits (#464) | Sylvie | 1 | -7/+7 | |
| 2024-09-18 | Identify remaining uses of `wd0b5` and `wd11e` (#463) | Sylvie | 1 | -3/+3 | |
| 2024-08-04 | Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457) | Sylvie | 1 | -1/+1 | |
| 2024-07-24 | Identify wcd6d as wNameBuffer and others (#455) | Sylvie | 1 | -1/+1 | |
| 2024-07-16 | Identify various flag labels and bit constants (#454) | Sylvie | 1 | -2/+2 | |
| 2024-06-15 | Identify some unused WRAM variables (#453) | Sylvie | 1 | -2/+2 | |
| 2023-11-21 | Rename pikachu palette packets | dannye | 1 | -4/+4 | |
| 2022-07-04 | party_struct constants and ExchangeBytes size (#91) | vulcandth | 1 | -3/+3 | |
| Co-Authored-By: Rangi <35663410+Rangi42@users.noreply.github.com> | |||||
| 2022-07-04 | party_struct constants and ExchangeBytes size (#364) | vulcandth | 1 | -3/+3 | |
| Co-Authored-By: Rangi <35663410+Rangi42@users.noreply.github.com> | |||||
| 2022-06-22 | VC ExchangeBytes Aliases (#90) | vulcandth | 1 | -2/+2 | |
| Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at> | |||||
| 2022-06-22 | VC ExchangeBytes Aliases (#363) | vulcandth | 1 | -3/+3 | |
| Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at> | |||||
| 2022-06-06 | Improved Virtual Console patch identifiers (#85) | vulcandth | 1 | -3/+3 | |
| 2022-06-06 | Improved Virtual Console patch identifiers (#357) | vulcandth | 1 | -4/+4 | |
| 2022-03-26 | Build the Virtual Console patch with `make yellow_vc` (#80) | vulcandth | 1 | -0/+3 | |
| 2022-03-26 | Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351) | vulcandth | 1 | -0/+4 | |
| 2021-11-05 | Refactorize check button pressed (#340) | Yoann Fievez | 1 | -11/+11 | |
| 2021-04-27 | Use {interpolation} to generate sequences of RAM labels | Rangi | 1 | -4/+4 | |
| Fixes #319 | |||||
| 2021-02-13 | Identify hUILayoutFlags | Rangi | 1 | -4/+4 | |
| 2021-02-13 | Identify hUILayoutFlags and hPikachuSpriteVRAMOffset | Rangi | 1 | -4/+4 | |
| 2020-11-14 | Fix file modes | dannye | 1 | -0/+0 | |
| 2020-11-04 | Sync with pokered | dannye | 1 | -60/+60 | |
| 2020-07-02 | Add subdirectories to engine/ similar to pokecrystal | Rangi | 1 | -977/+0 | |
| 2020-05-24 | Misc minor clean up | dannye | 1 | -1/+1 | |
| spotted by comparing against pokeyellow | |||||
| 2020-05-20 | Sync with pokered | dannye | 1 | -6/+6 | |
| 2018-04-01 | fix some constants | yenatch | 1 | -1/+1 | |
| 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-12-31 | split code out of main.asm | YamaArashi | 1 | -1/+1 | |
| 2016-10-29 | use more HRAM constants | YamaArashi | 1 | -2/+2 | |
| 2016-09-17 | pull some bank 1 code out of main.asm | YamaArashi | 1 | -0/+6 | |
| 2016-07-18 | Clean up text commands | dannye | 1 | -3/+3 | |
| 2016-06-12 | sync tileset WRAM labels | YamaArashi | 1 | -2/+2 | |
| 2016-06-12 | sync tileset WRAM labels | YamaArashi | 1 | -5/+5 | |
| 2016-06-12 | sync engine code with pokeyellow | YamaArashi | 1 | -6/+6 | |
| 2016-06-12 | Remove the last address comments | dannye | 1 | -1/+1 | |
| except for wram.asm and sram.asm also delete unused yellow file | |||||
| 2016-06-11 | sync engine code with pokered | YamaArashi | 1 | -7/+5 | |
| 2016-06-11 | remove address comments | YamaArashi | 1 | -24/+24 | |
| 2016-06-11 | remove address comments | YamaArashi | 1 | -10/+10 | |
| 2016-06-06 | Clean up white space | dannye | 1 | -1/+1 | |
| 2016-03-17 | Split bank1 up. | luckytyphlosion | 1 | -1/+7 | |
| 2015-10-29 | overworld item & movement code, cable club code, remove more instances of ↵ | luckytyphlosion | 1 | -63/+72 | |
| W_, add PIKAHAPPY_TRADE Also make replace.sh take args | |||||
