summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2021-11-23Use compound assignment operatorsRangi
2021-11-03Fix #845: Liz gossips about a beautiful trainer, not PokémonRangi
2021-10-28Use -1 for terminating happiness probability dataRangi
2021-06-19Standardize capitalization of ".Jumptable"Rangi
2021-05-30Move the dbbw, dbww, and dbwww macros to legacyRangi
2021-05-09Require rgbds 0.5.1Rangi
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
2021-04-19Use rgbds 0.5.0Rangi
2021-03-22Verify uneven list sizes with list_start, li, and assert_list_length macrosRangi
This was discussed in #815
2021-03-22Miscellaneous cleanupRangi
2021-03-17Consistent labels for each nickname in RAMRangi
2021-03-17Assert some more table widthsRangi
2021-03-16Revise some constant definitionsRangi
2021-03-10Define MAPGROUP_* constants and verify MapGroup_* table sizesRangi
2021-03-04Verify wild data sizes with def_grass/water_wildmons and ↵Rangi
end_grass/water_wildmons macros
2021-03-04Verify data table sizes with table_width and assert_table_length macrosRangi
This was discussed in #706 It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants, as discussed in #739
2021-02-05Merge pull request #798 from CelestialAmber/masterRangi
Fix typo
2021-02-05Identify some more labelsRangi
2021-01-21Fix typoAmber Brault
2021-01-06The 'tmhm' macro adjusts to the number of TMs/HMs/tutorsRangi
2020-12-23Rename some labelsRangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789
2020-12-20Clarify signed magnitude in the growth_rate macroRangi
2020-11-17Use assert to ensure correct base data sizeRangi
2020-11-17Correct some filename commentsRangi
2020-11-17Resolve some "???" commentsRangi
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
Identify battle bg effects functions and constants
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-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-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
This reverts commit b5a7e7de3e6b75e95967edd28b9c2af5959cd136.
2020-07-22Factor out tables into data/overworld/Rangi
Fixes #749
2020-07-22Treat map setup commands like trade script commandsRangi
Fixes #736
2020-07-21Define NUM_FLYPOINTSRangi
2020-07-17SPRITE_GYM_GUY -> SPRITE_GYM_GUIDERangi