summaryrefslogtreecommitdiff
path: root/engine/battle/trainer_huds.asm
AgeCommit message (Collapse)Author
2020-11-03Identify more uses of wBuffer1-6Rangi
2020-05-18Update some routine labels, including unreferenced onesRangi
2019-04-09TextBox -> Textboxmid-kid
Homogenizing names.
2018-08-25Use labels instead of constants for HRAMRangi
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
2018-07-29Make reviewed fixes; standardize on " + "Rangi
2018-07-29Improve wTrainerHUDTiles usageRangi
2018-06-24Remove all address commentsmid-kid
2018-04-01Fix file permissionsmid-kid
I have no idea why this was a thing (do people store this repo on FAT32 flash drives or something?), but quite a bit of files had a permission of 755. This isn't really a problem, but it's inconsistent and weird.
2018-01-30Fix wVirtualOAM labels, part 2.luckytyphlosion
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-20Scale addresses with PARTY_LENGTHRemy Oukaour
2018-01-10Resolve #461Remy Oukaour
2017-12-28Lowercase v for VRAM addressesxCrystal
2017-12-26Split battle/ into data/ and engine/ componentsRemy Oukaour