| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-11-25 | Avoid magic numbers for most `CopyData` calls (#542) | Rangi | 1 | -2/+2 | |
| 2025-11-18 | Use more hardware and graphics constants (#532) | Narishma-gb | 1 | -5/+5 | |
| - 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 | -5/+5 | |
| 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-06-30 | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 1 | -12/+12 | |
| 2025-01-28 | Consistently capitalize `ASSERT` directives (#489) | Rangi | 1 | -1/+1 | |
| 2025-01-28 | Correct wTileMapBackup declared space (#487) | Engezerstorung | 1 | -12/+12 | |
| 2024-12-16 | Remove redundant parentheses | Rangi42 | 1 | -1/+1 | |
| 2024-09-23 | Identify more flag bits (#464) | Sylvie | 1 | -5/+5 | |
| 2024-07-24 | Identify wcd6d as wNameBuffer and others (#455) | Sylvie | 1 | -11/+13 | |
| 2024-07-16 | Identify various flag labels and bit constants (#454) | Sylvie | 1 | -3/+4 | |
| 2022-07-09 | wOAMBuffer -> wShadowOAM (#95) | Colton G. Rushton | 1 | -10/+10 | |
| 2022-07-09 | wOAMBuffer -> wShadowOAM (#370) | Colton G. Rushton | 1 | -10/+10 | |
| 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 | |||||
| 2021-05-31 | Some miscellaneous changes, syncing more with pokered | Rangi | 1 | -1/+1 | |
| 2021-05-31 | More WRAM label cleanup (still needs UNIONs and renaming) | Rangi | 1 | -1/+1 | |
| 2020-11-14 | Fix file modes | dannye | 1 | -0/+0 | |
| 2020-11-05 | Sync more with pokered | Rangi | 1 | -1/+1 | |
| 2020-11-04 | Sync with pokered | dannye | 1 | -46/+47 | |
| 2020-07-02 | Add subdirectories to engine/ similar to pokecrystal | Rangi | 1 | -618/+0 | |
| 2020-06-27 | Move mon_nest_icon.png to gfx/town_map | Rangi | 1 | -1/+1 | |
| 2020-06-27 | Organize gfx/ | Rangi | 1 | -5/+4 | |
| 2020-06-27 | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 1 | -2/+2 | |
| Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels. | |||||
| 2020-05-20 | Sync with pokered | dannye | 1 | -1/+1 | |
| 2016-07-18 | Clean up text commands | dannye | 1 | -2/+2 | |
| 2016-06-12 | Remove more address comments | dannye | 1 | -9/+4 | |
| 2016-06-12 | sync engine code with pokeyellow | YamaArashi | 1 | -7/+7 | |
| 2016-06-11 | sync engine code with pokered | YamaArashi | 1 | -19/+13 | |
| 2016-06-11 | remove address comments | YamaArashi | 1 | -25/+25 | |
| 2016-06-11 | remove address comments | YamaArashi | 1 | -23/+23 | |
| 2016-06-11 | Sync with pokered | dannye | 1 | -1/+5 | |
| from August 29, 2015 to April 6, 2016 | |||||
| 2016-06-06 | Clean up white space | dannye | 1 | -2/+2 | |
| 2016-06-04 | Pikachu pics; town map entries | pikalaxalt | 1 | -6/+6 | |
| 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-26 | Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵ | luckytyphlosion | 1 | -1/+1 | |
| functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d. | |||||
| 2015-10-25 | Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵ | luckytyphlosion | 1 | -1/+1 | |
| functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b. | |||||
| 2015-10-24 | data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵ | luckytyphlosion | 1 | -1/+1 | |
| misc functions Also rename pcm-related functions. | |||||
| 2015-08-30 | No more W_ | dannye | 1 | -5/+5 | |
| 2015-08-30 | Fixes. | luckytyphlosion | 1 | -2/+1 | |
| 2015-08-29 | commented pokeball function | YamaArashi | 1 | -3/+7 | |
| 2015-08-12 | commented SGB palette stuff | YamaArashi | 1 | -3/+3 | |
| 2015-08-09 | Replace some hardcoded data sizes | dannye | 1 | -4/+7 | |
| 2015-08-09 | Fix bank1c errors and a few missed bank0 errors. | luckytyphlosion | 1 | -6/+6 | |
| 2015-08-05 | Use more lb | dannye | 1 | -9/+9 | |
| and other clean up | |||||
| 2015-08-03 | Attempt to make Yellow buildable, part 6. | luckytyphlosion | 1 | -16/+19 | |
| 2015-08-01 | Attempt to make Yellow buildable, part 2. | luckytyphlosion | 1 | -9/+8 | |
| 2015-08-01 | Attempt to make yellow buildable. | luckytyphlosion | 1 | -122/+133 | |
| Building Errors: Segmentation Error. | |||||
| 2015-07-24 | more naming variables | YamaArashi | 1 | -11/+11 | |
| 2015-07-19 | Name sound effects | dannye | 1 | -3/+3 | |
