summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2020-11-08Rename "dummy game" to "memory game"Rangi
2020-11-03More syncing with pokegoldRangi
2020-11-01Identify some more labels, and make some more consistentRangi
2020-10-30UnusedSpriteAnimGFX was to sprite anims as AnimObjGFX is to battle animsRangi
2020-10-30Identify wSpriteAnimDict key constantsRangi
2020-10-30Identify mobile Name Card exchange labelsRangi
2020-10-29Updates to more closely sync with pokegoldRangi
2020-10-29Identify the remaining (non-mobile) uses of another WRAM unionRangi
2020-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-10-28Replace many '; unused' with '; unreferenced'Rangi
2020-10-27Create data/collision/ for tile collision-related dataRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-23Identify some more link.asm labels (syncing to pokegold)Rangi
2020-10-22Identify some more map object labels and constantsRangi
2020-10-22Identify some more labels (a few link-related)Rangi
2020-10-06 Identify battle bg effects functions and constants (#773)7Soul
2020-10-04Identify anim object constants (#772)7Soul
2020-10-03Identify battle animation functions (#771)7Soul
2020-08-27GS_INTRO_STAR/SPARKLE -> GS_GAMEFREAK_LOGO_STAR/SPARKLEmid-kid
2020-08-13Consistent constants for radio data table sizes (could still be better)Rangi
2020-07-22Move EngineFlags and SpecialsPointers into data/engine/Rangi
2020-07-22Revert "Factor out tables into data/overworld/"Rangi
2020-07-22Factor out tables into data/overworld/Rangi
2020-07-22Treat map setup commands like trade script commandsRangi
2020-07-21Define NUM_FLYPOINTSRangi
2020-07-17SPRITE_GYM_GUY -> SPRITE_GYM_GUIDERangi
2020-07-13Define map setup commands as macros like other script commandsRangi
2020-07-08Eliminate enum: use const instead, with case-by-case parallel const implement...Rangi
2020-07-06add_tm, add_hm, and add_mt define TM##_MOVE, HM##_MOVE, and MT##_MOVE constan...Rangi
2020-07-02Use STRCMP, not ==, to compare multi-character stringsRangi
2020-07-01Identify more labels, and use the jumptable macro when possibleRangi
2020-06-21Comment more ROM labels as unreferencedRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-20Identify some more Unknown labelsRangi
2020-06-16ReplaceKrisSprite -> UpdatePlayerSpriteRangi
2020-06-16[in progress] Harmonize more constant and data files with pokegoldRangi
2020-06-16Harmonize some more symbols with pokegoldRangi
2020-06-13Label some mobile addresses, and revise some commentsRangi
2020-06-10Resolve #723: treat std scripts like specials and predefsRangi
2020-05-25Group MoveDescriptions with PrintMoveDesc and rename that to PrintMoveDescrip...Rangi
2020-05-07Clean up some percentage valuesRangi
2020-05-06Use a FIRST_UNOWN_CHAR constant for the Unown fontRangi
2020-05-05Miscellaneous fixesRangi
2020-04-30Miscellaneous updatesRangi
2020-04-04`dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr`Rangi
2020-03-31Assorted labels in mobile related code (#702)Andrew Cook
2020-03-21Add suffixes to some constants to avoid ambiguityRangi
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2020-03-21Miscellaneous fixes from #694Rangi
2020-03-15Add a `LANDMARK_` prefix to landmark constantsRangi