summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-27Create data/collision/ for tile collision-related dataRangi
2020-10-26Update the style guide with new conventions and rgbasm possibilitiesRangi
2020-10-26Use more assertions to ensure correct code and dataRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-23Identify some more labels, mostly WRAMRangi
2020-10-23Identify some more link.asm labels (syncing to pokegold)Rangi
2020-10-23Identify remaining debug color picker labelsRangi
2020-10-22Identify remaining map object labelsRangi
2020-10-22Identify some more map object labels and constantsRangi
2020-10-22Identify a few more labels and dataRangi
2020-10-22Identify more sprite graphics and map object labels, and have consistent ↵Rangi
anonymous jumptable labels
2020-10-22Identify some more labels (a few link-related)Rangi
2020-10-21Identify remaining two battle anim BG effect functionsRangi
2020-10-21Remove incomplete fix for the save corruption bugRangi
2020-10-21Identify remaining battle AI labelsRangi
2020-10-21Identify unused Route 40 movement dataRangi
2020-10-21Consistent (x, y) coordinates for ugdoor macroRangi
2020-10-21Identify SwitchItemsInBag labelsRangi
Thanks to FIQ for having done so in Polished Crystal
2020-10-19Battle transition spin quadrants are like pokered's half circlesRangi
2020-10-14Identify some values as relative struct offsets in MoveScreenLoopRangi
2020-10-14tools/sym_comments.py can comment labels with their sym file addressesRangi
2020-10-06Update battle anim bg function comments, and identify more unnamed labelsRangi
2020-10-06 Identify battle bg effects functions and constants (#773)7Soul
Identify battle bg effects functions and constants
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