summaryrefslogtreecommitdiff
path: root/data/events
AgeCommit message (Collapse)Author
2021-11-23Use compound assignment operatorsRangi
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-03-17Assert some more table widthsRangi
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
2020-11-08Rename "dummy game" to "memory game"Rangi
2020-10-29Updates to more closely sync with pokegoldRangi
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-23Identify some more link.asm labels (syncing to pokegold)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-06-10Resolve #723: treat std scripts like specials and predefsRangi
2020-05-07Clean up some percentage valuesRangi
2020-05-05Miscellaneous fixesRangi
Addresses the haircut brothers' probability comments in #709
2019-05-18Correct the older+younger haircut brothers' labels and constantsRangi
2019-01-02Clean up some Odd Egg and Battle Tower code and dataRangi
Fixes #589
2018-07-24db $0, $0 → dn 0, 0, 0, 0 ; DVsRangi
2018-07-16Fewer uses of 'Thing2 - Thing1' for sizeof(Thing)Rangi
2018-07-16Consistently use dn for DVsRangi
2018-06-25Single newline at the end of filesRangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-25Remove even more address commentsmid-kid
That should be all of them this time
2018-06-24Remove all address commentsmid-kid
2018-05-18Constants for PC menu indexesRangi
'db ' -> 'db '
2018-05-06'rept' is not indentedRangi
2018-04-04Use 'elif' moreRangi
2018-02-04"chances" → "probabilities", since other files use that term and "changes" ↵Rangi
exists right next to it
2018-02-01More comments and macrosRangi
2018-01-31NPC trade constants don't all just start with TRADE_Rangi
2018-01-25Move event data to data/events/Rangi