| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-01-17 | 1 | -1/+9 |
| |\ | |||||
| | * | Use more hardware and graphics constants (#532) | Narishma-gb | 2025-11-18 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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`. | ||||
| | * | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 2025-06-30 | 1 | -2/+2 |
| | | | |||||
| * | | Misc. naming and cleanup (#139) | Narishma-gb | 2025-09-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar` | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-01-30 | 1 | -2/+2 |
| |\| | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-09-25 | 1 | -10/+10 |
| |\| | |||||
| | * | Identify more bit flags (#465) | Sylvie | 2024-09-24 | 1 | -2/+2 |
| | | | | | | | | | | | * Identify more bit flags * Space | ||||
| | * | Identify remaining uses of `wd0b5` and `wd11e` (#463) | Sylvie | 2024-09-18 | 1 | -1/+1 |
| | | | |||||
| | * | Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457) | Sylvie | 2024-08-04 | 1 | -2/+2 |
| | | | |||||
| | * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 1 | -5/+5 |
| | | | |||||
| * | | Improve documentation of some SRAM routines (#114) | SatoMew | 2024-06-26 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-21 | 1 | -6/+6 |
| |\| | |||||
| | * | Add `bigdw` and `dc` data macros | Rangi42 | 2023-11-20 | 1 | -6/+6 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-20 | 1 | -5/+11 |
| |\| | |||||
| | * | Thoroughly document debug code (#410) | SatoMew | 2023-07-15 | 1 | -5/+12 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-04-25 | 1 | -4/+6 |
| |\| | |||||
| | * | Complete and improve debug name labels (#408) | SatoMew | 2023-02-26 | 1 | -4/+6 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2020-12-15 | 1 | -1/+1 |
| |\| | |||||
| | * | Label and document hFFD7 more accurately | SatoMew | 2020-11-29 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2020-11-14 | 1 | -0/+0 |
| |\| | |||||
| | * | Fix file modes | dannye | 2020-11-14 | 1 | -0/+0 |
| | | | |||||
| | * | Sync coordinate macros with pokecrystal | Rangi | 2020-07-07 | 1 | -4/+4 |
| | | | |||||
| | * | Specify the ldh instruction, don't turn ld into ldh | Rangi | 2020-07-06 | 1 | -11/+11 |
| | | | |||||
| | * | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi | 2020-07-05 | 1 | -2/+2 |
| | | | |||||
| | * | Port pokecrystal's formatting of text commands and special characters | Rangi | 2020-07-04 | 1 | -12/+12 |
| | | | |||||
| | * | Replace raw hex values with HRAM constants | Rangi | 2020-07-03 | 1 | -4/+4 |
| | | | | | | | | | To do: turn constants into labels and use ldh | ||||
| | * | H_CONSTANTNAMES -> hConstantNames | Rangi | 2020-07-03 | 1 | -4/+4 |
| | | | |||||
| | * | Organize macros/ like pokecrystal | Rangi | 2020-07-03 | 1 | -4/+4 |
| | | | | | | | | | While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code. | ||||
| | * | Add engine/movie/oak_speech/ subdirectory | Rangi | 2020-07-03 | 1 | -0/+233 |
| | | |||||
| * | Add constants for player and rival starters | Rangi | 2020-11-13 | 1 | -1/+1 |
| | | |||||
| * | Sync with pokered | dannye | 2020-11-04 | 1 | -0/+244 |
