summaryrefslogtreecommitdiff
path: root/home/trainers.asm
AgeCommit message (Collapse)Author
2021-01-09Rename GetFarHalfword to GetFarWordRangi
Fixes #796
2020-11-17Resolve some "???" commentsRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-16Harmonize home/ with pokegoldRangi
2020-05-18Update some routine labels, including unreferenced onesRangi
2019-11-03Rename OBJECT_LENGTH to MAPOBJECT_LENGTH and OBJECT_STRUCT_LENGTH to ↵Rangi
OBJECT_LENGTH
2019-04-08Identify and eliminate wEngineBuffer1-5Rangi
2018-10-11Rename CheckTrainerBattlemid-kid
Renamed to be more in line with our current coding standards. Hopefully this is slightly more readable.
2018-08-25Use labels instead of constants for HRAMRangi
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
2018-06-25No space between labels and bodiesRangi
2018-06-24Remove all address commentsmid-kid
2018-04-05Use constants for bit/set/res moreRangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-16map_header → map_def; map_header_2 → map_dataRemy Oukaour
2018-01-02More unreferenced labels cleanupxCrystal
2017-12-22Split more code from home.asm into home/ filesRemy Oukaour