Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-06 | Identify some unnamed labels | Rangi | |
2020-10-05 | Identify some more unnamed labels | Rangi | |
2020-10-05 | Identify more unnamed labels | Rangi | |
2020-10-05 | Identify some more unnamed labels | Rangi | |
2020-10-04 | Identify more unnamed labels | Rangi | |
2020-10-04 | tools/unnamed.py -r . -l N prints up to N unnamed symbols next to their ↵ | Rangi | |
filenames | |||
2020-10-04 | Identify some more unnamed labels | Rangi | |
2020-10-04 | Identify SGB blk/pal packets | Rangi | |
2020-10-04 | Identify movement labels in map scripts | Rangi | |
2020-10-04 | Identify anim object constants (#772) | 7Soul | |
Identify anim object constants | |||
2020-10-03 | Identify battle animation functions (#771) | 7Soul | |
Identify battle animation functions | |||
2020-09-27 | Note that the map connection Surf bug fix will change the movement speed | Rangi | |
2020-09-27 | Fix #769: document the Heavy Ball weight bank bug | Rangi | |
2020-09-27 | More optimal fix for the experience underflow bug | Rangi | |
2020-09-27 | Use EGG_LEVEL for Togepi egg | Rangi | |
2020-09-27 | Fix whitespace alignment of comments | Rangi | |
2020-09-15 | rgbds has moved from rednex to gbdev | Rangi | |
2020-09-12 | wHallOfFameCount is one byte | Rangi | |
2020-09-01 | Pan Docs: "When sending three or more data sets, data is continued in ↵ | Rangi | |
further packet(s). Unused bytes at the end of the last packet should be set to zero." | |||
2020-08-29 | Remove wKickCounter and wPresentPower aliases for wBattleAnimParam | Rangi | |
2020-08-29 | Merge pull request #768 from Rangi42/master | Rangi | |
Group bugs and glitches by category | |||
2020-08-29 | Group bugs and glitches by category | Rangi | |
2020-08-29 | Fix #767: Clarify battle moves menu bug behavior | Rangi | |
2020-08-28 | Note possibly intentional "bugs" | Rangi | |
2020-08-28 | Close #763 and #764: document two more bugs/oversights | Rangi | |
2020-08-27 | Merge pull request #762 from mid-kid/master | Rangi | |
Better document splash screen | |||
2020-08-27 | Use hex for tile IDs in engine/movie/splash.asm | mid-kid | |
2020-08-27 | GS_INTRO_STAR/SPARKLE -> GS_GAMEFREAK_LOGO_STAR/SPARKLE | mid-kid | |
These two sprite animations are related to the Game Freak Logo splash screen, not the actual intro. | |||
2020-08-27 | Small changes to better match pokegold | mid-kid | |
2020-08-27 | Modify macros/wram.asm to match recent renames | mid-kid | |
2020-08-27 | Fix some constants surrounding sprite animations | mid-kid | |
Also commented the use of the field surrounding the struct initialization functions. SPRITEANIMSTRUCT_0C -> SPRITEANIMSTRUCT_VAR1 SPRITEANIMSTRUCT_0D -> SPRITEANIMSTRUCT_VAR2 SPRITEANIMSTRUCT_0E -> SPRITEANIMSTRUCT_VAR3 SPRITEANIMSTRUCT_0F -> SPRITEANIMSTRUCT_VAR4 BATTLEANIMSTRUCT_01 -> BATTLEANIMSTRUCT_OAMFLAGS BATTLEANIMSTRUCT_ANON_JT_INDEX -> BATTLEANIMSTRUCT_JUMPTABLE_INDEX BATTLEANIMSTRUCT_0F -> BATTLEANIMSTRUCT_VAR1 BATTLEANIMSTRUCT_10 -> BATTLEANIMSTRUCT_VAR2 | |||
2020-08-27 | Document splash screen animation | mid-kid | |
2020-08-27 | Split engine/movie/intro.asm into itself and splash.asm | mid-kid | |
2020-08-27 | Move all splash screen files to gfx/splash | mid-kid | |
2020-08-21 | wBattleScriptFlags is one byte | Rangi | |
2020-08-19 | Merge pull request #761 from mid-kid/master | Rangi | |
Linkcable and the Mystery of Mew | |||
2020-08-19 | Document weird code involving link trades of mew and celebi | mid-kid | |
This piece of code is frankly rather confusing, as it seemingly doesn't serve much of a purpose. Documenting it here for future reference. | |||
2020-08-18 | Merge pull request #756 from mid-kid/master | Rangi | |
Rub a dub dub, thanks for the grub | |||
2020-08-18 | Add wTitleScreenSelectedOption constants | mid-kid | |
2020-08-18 | Merge pull request #760 from ISSOtm/master | Rangi | |
Enable compatibility with upcoming RGBASM version | |||
2020-08-18 | Enable compatibility with upcoming RGBASM version | ISSOtm | |
This is additionally required, because an `elif`'s condition is evaluated even when it's about to be skipped over, and this `"\2"` will become an error | |||
2020-08-17 | "<NULL>" -> 0, for 'and a' | Rangi | |
2020-08-17 | Use ISCONST for future rgbds lexer compatibility | Rangi | |
2020-08-13 | Add a template for maps/*.asm | Rangi | |
2020-08-13 | Consistent constants for radio data table sizes (could still be better) | Rangi | |
2020-08-12 | Factor out gfx/pack/pack_menu.tilemap | Rangi | |
2020-08-11 | 'make clean' reuses 'make tidy' commands | Rangi | |
2020-08-11 | Identify some time-related data | Rangi | |
2020-08-07 | Merge pull request #758 from danShumway/patch-1 | mid-kid | |
Update Arch install instructions | |||
2020-08-07 | Update Arch install instructions | Daniel Shumway | |
As of ~07/21, `rgbds` is included in the official Arch repos, so the Aur package is no longer being maintained. |