summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2022-03-07Miscellaneous tweaks (#72)FrenchOrange
2021-11-23Use compound assignment operatorsRangi
2021-10-28Use -1 for terminating happiness probability dataRangi
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-20Use rgbds 0.5.0Rangi
2021-03-23Verify uneven list sizes with list_start, li, and assert_list_length macrosRangi
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-05Verify wild data sizes with def_grass/water_wildmons and ↵Rangi
end_grass/water_wildmons macros
2021-03-05Verify data table sizes with table_width and assert_table_length macrosRangi
It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants.
2021-02-05Fix typoRangi
2021-01-06The 'tmhm' macro adjusts to the number of TMs/HMsRangi
2020-12-23Rename some labelsRangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer"
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 pokecrystalRangi
2020-11-02Identify an unused intro sprite animation from pokegold-spaceworldRangi
2020-11-01Make some labels more consistentRangi
2020-10-30UnusedSpriteAnimGFX was to sprite anims as AnimObjGFX is to battle animsRangi
2020-10-30Identify wSpriteAnimDict key constantsRangi
2020-10-29Updates to more closely sync with pokecrystalRangi
2020-10-29Identify the remaining 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-23Name symbols in link.asm (#63)Elliot
Identify remaining link.asm labels
2020-10-22Identify some more map object labels and constantsRangi
2020-10-22Identify some more labels (a few link-related)Rangi
2020-10-06Identify battle bg effects functions and constantsRangi
2020-10-04Identify anim object constantsRangi
2020-10-03Identify battle animation functionsRangi
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-23Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINsRangi
2020-07-22Move EngineFlags and SpecialsPointers into data/engine/Rangi
2020-07-22Revert "Factor out tables into data/overworld/"Rangi
This reverts commit 3f392c279248562068a80ceaf2884f62a18f6e17.
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-13Disassemble the final English debug ROMsRangi