summaryrefslogtreecommitdiff
path: root/data/events
AgeCommit message (Collapse)Author
2022-03-07Miscellaneous tweaks (#72)FrenchOrange
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-03-22Miscellaneous cleanupRangi
2021-03-17Assert some more table widthsRangi
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.
2020-11-08Rename "dummy game" to "memory game"Rangi
2020-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-10-27Create data/collision/ for tile collision-related dataRangi
2020-10-23Name symbols in link.asm (#63)Elliot
Identify remaining link.asm labels
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-06-15Treat std scripts like specials and predefs (ported from pokecrystal)Rangi
2020-06-14Fix file permissions.entrpntr
2020-06-06Merge pull request #45 from libjet/bank3eentrpntr
Disassemble bank $3e
2020-06-06Add engine/events/magikarp.asmlibjet
2020-06-05Fix file permissions.entrpntr
2020-05-22Add engine/events/npc_trade.asm.entrpntr
2020-05-12Simple cleanups in constants/data/macros and banks 1-4.entrpntr
2020-05-04Clean up specials and swarms.entrpntr
2020-04-30Add remaining bank 9 files.entrpntr
2020-04-26Clean up some overworld code.entrpntr
2020-04-22Finish home cleanup, identify tileset data, other misc cleanups.entrpntr
2020-04-12Finish disassembling bank $05.entrpntr
2020-03-22Clean up makefile, submodules, root dir; Python 3 compatibility.entrpntr
2020-03-17Finish disassembling bank $04.entrpntr
2020-03-17Fill in a lot of missing bank $04 code.entrpntr
2019-12-09Added engine/events stuff and cleaned up contest related codelibjet
2018-08-21Make pokegold build and add .gitattributesluckytyphlosion