summaryrefslogtreecommitdiff
path: root/constants/phone_constants.asm
AgeCommit message (Collapse)Author
2021-03-16Revise some constant definitionsRangi
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-07-10Use const_skip and const_next macros for brevityRangi
2019-04-08Identify and eliminate wEngineBuffer1-5Rangi
2018-01-09data/phone_text → data/phone/textRemy Oukaour
2017-12-11Move lots of data tables into individual data/ filesRemy Oukaour
(This is not expected to be their final location, but it makes them easier to relocate when necessary, and easier for users to edit until the whole project's file structure is finalized.)
2017-12-09Document constants with comments, actual names, and more thorough usageRemy Oukaour
2015-10-24About time I got to these functionsPikalaxALT
2015-07-18Trainer data structure and field move functionsPikalaxALT
Trainer data in map scripts is now a macro-defined structure. Field move functions in main.asm are now nearly completely annotated, with local references. Trailing white space deleted.
2015-07-18Updated signpost items and person_event flagsPikalaxALT