summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-06Identify some unnamed labelsRangi
2020-10-05Identify some more unnamed labelsRangi
2020-10-05Identify more unnamed labelsRangi
2020-10-05Identify some more unnamed labelsRangi
2020-10-04Identify more unnamed labelsRangi
2020-10-04tools/unnamed.py -r . -l N prints up to N unnamed symbols next to their ↵Rangi
filenames
2020-10-04Identify some more unnamed labelsRangi
2020-10-04Identify SGB blk/pal packetsRangi
2020-10-04Identify movement labels in map scriptsRangi
2020-10-04Identify anim object constants (#772)7Soul
Identify anim object constants
2020-10-03Identify battle animation functions (#771)7Soul
Identify battle animation functions
2020-09-27Note that the map connection Surf bug fix will change the movement speedRangi
2020-09-27Fix #769: document the Heavy Ball weight bank bugRangi
2020-09-27More optimal fix for the experience underflow bugRangi
2020-09-27Use EGG_LEVEL for Togepi eggRangi
2020-09-27Fix whitespace alignment of commentsRangi
2020-09-15rgbds has moved from rednex to gbdevRangi
2020-09-12wHallOfFameCount is one byteRangi
2020-09-01Pan 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-29Remove wKickCounter and wPresentPower aliases for wBattleAnimParamRangi
2020-08-29Merge pull request #768 from Rangi42/masterRangi
Group bugs and glitches by category
2020-08-29Group bugs and glitches by categoryRangi
2020-08-29Fix #767: Clarify battle moves menu bug behaviorRangi
2020-08-28Note possibly intentional "bugs"Rangi
2020-08-28Close #763 and #764: document two more bugs/oversightsRangi
2020-08-27Merge pull request #762 from mid-kid/masterRangi
Better document splash screen
2020-08-27Use hex for tile IDs in engine/movie/splash.asmmid-kid
2020-08-27GS_INTRO_STAR/SPARKLE -> GS_GAMEFREAK_LOGO_STAR/SPARKLEmid-kid
These two sprite animations are related to the Game Freak Logo splash screen, not the actual intro.
2020-08-27Small changes to better match pokegoldmid-kid
2020-08-27Modify macros/wram.asm to match recent renamesmid-kid
2020-08-27Fix some constants surrounding sprite animationsmid-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-27Document splash screen animationmid-kid
2020-08-27Split engine/movie/intro.asm into itself and splash.asmmid-kid
2020-08-27Move all splash screen files to gfx/splashmid-kid
2020-08-21wBattleScriptFlags is one byteRangi
2020-08-19Merge pull request #761 from mid-kid/masterRangi
Linkcable and the Mystery of Mew
2020-08-19Document weird code involving link trades of mew and celebimid-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-18Merge pull request #756 from mid-kid/masterRangi
Rub a dub dub, thanks for the grub
2020-08-18Add wTitleScreenSelectedOption constantsmid-kid
2020-08-18Merge pull request #760 from ISSOtm/masterRangi
Enable compatibility with upcoming RGBASM version
2020-08-18Enable compatibility with upcoming RGBASM versionISSOtm
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-17Use ISCONST for future rgbds lexer compatibilityRangi
2020-08-13Add a template for maps/*.asmRangi
2020-08-13Consistent constants for radio data table sizes (could still be better)Rangi
2020-08-12Factor out gfx/pack/pack_menu.tilemapRangi
2020-08-11'make clean' reuses 'make tidy' commandsRangi
2020-08-11Identify some time-related dataRangi
2020-08-07Merge pull request #758 from danShumway/patch-1mid-kid
Update Arch install instructions
2020-08-07Update Arch install instructionsDaniel Shumway
As of ~07/21, `rgbds` is included in the official Arch repos, so the Aur package is no longer being maintained.